Closes #2190
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2c2424cb Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2c2424cb Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2c2424cb Branch: refs/heads/master Commit: 2c2424cb44bb2976ea9099230106a639b5ee3993 Parents: f13a84d deff128 Author: Robert Bradshaw <rober...@gmail.com> Authored: Thu Mar 9 20:29:03 2017 -0800 Committer: Robert Bradshaw <rober...@gmail.com> Committed: Thu Mar 9 20:29:03 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/coders/coders.py | 113 + sdks/python/apache_beam/runners/api/__init__.py | 16 + .../runners/api/beam_runner_api_pb2.py | 2772 ++++++++++++++++++ .../apache_beam/runners/pipeline_context.py | 88 + .../runners/pipeline_context_test.py | 49 + sdks/python/apache_beam/transforms/core.py | 39 + sdks/python/apache_beam/transforms/trigger.py | 143 +- .../apache_beam/transforms/trigger_test.py | 19 + sdks/python/apache_beam/transforms/window.py | 147 +- .../apache_beam/transforms/window_test.py | 32 + sdks/python/apache_beam/utils/proto_utils.py | 54 + sdks/python/apache_beam/utils/urns.py | 24 + sdks/python/run_pylint.sh | 3 +- 13 files changed, 3481 insertions(+), 18 deletions(-) ----------------------------------------------------------------------