scalable-pypeline 1.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. scalable-pypeline-1.1.0/LICENSE +177 -0
  2. scalable-pypeline-1.1.0/MANIFEST.in +6 -0
  3. scalable-pypeline-1.1.0/PKG-INFO +133 -0
  4. scalable-pypeline-1.1.0/README.md +115 -0
  5. scalable-pypeline-1.1.0/pypeline/__init__.py +1 -0
  6. scalable-pypeline-1.1.0/pypeline/celery.py +270 -0
  7. scalable-pypeline-1.1.0/pypeline/celery_beat.py +254 -0
  8. scalable-pypeline-1.1.0/pypeline/cli/__init__.py +0 -0
  9. scalable-pypeline-1.1.0/pypeline/cli/config_server.py +48 -0
  10. scalable-pypeline-1.1.0/pypeline/cli/core.py +32 -0
  11. scalable-pypeline-1.1.0/pypeline/cli/deploy.py +138 -0
  12. scalable-pypeline-1.1.0/pypeline/cloud.py +80 -0
  13. scalable-pypeline-1.1.0/pypeline/constants.py +139 -0
  14. scalable-pypeline-1.1.0/pypeline/deploy.py +167 -0
  15. scalable-pypeline-1.1.0/pypeline/extensions.py +16 -0
  16. scalable-pypeline-1.1.0/pypeline/flask/__init__.py +28 -0
  17. scalable-pypeline-1.1.0/pypeline/flask/api/__init__.py +0 -0
  18. scalable-pypeline-1.1.0/pypeline/flask/api/pipelines.py +245 -0
  19. scalable-pypeline-1.1.0/pypeline/flask/api/schedules.py +67 -0
  20. scalable-pypeline-1.1.0/pypeline/flask/api/utils.py +36 -0
  21. scalable-pypeline-1.1.0/pypeline/flask/decorators.py +92 -0
  22. scalable-pypeline-1.1.0/pypeline/flask/flask_sermos.py +219 -0
  23. scalable-pypeline-1.1.0/pypeline/generators.py +196 -0
  24. scalable-pypeline-1.1.0/pypeline/lib/__init__.py +0 -0
  25. scalable-pypeline-1.1.0/pypeline/lib/config_server.py +159 -0
  26. scalable-pypeline-1.1.0/pypeline/logging_config.py +171 -0
  27. scalable-pypeline-1.1.0/pypeline/pipeline_config_schema.py +197 -0
  28. scalable-pypeline-1.1.0/pypeline/schedule_config_schema.py +210 -0
  29. scalable-pypeline-1.1.0/pypeline/sermos_yaml.py +737 -0
  30. scalable-pypeline-1.1.0/pypeline/utils/__init__.py +0 -0
  31. scalable-pypeline-1.1.0/pypeline/utils/config_utils.py +327 -0
  32. scalable-pypeline-1.1.0/pypeline/utils/graph_utils.py +144 -0
  33. scalable-pypeline-1.1.0/pypeline/utils/module_utils.py +119 -0
  34. scalable-pypeline-1.1.0/pypeline/utils/task_utils.py +803 -0
  35. scalable-pypeline-1.1.0/requirements.txt +16 -0
  36. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/PKG-INFO +133 -0
  37. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/SOURCES.txt +58 -0
  38. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/dependency_links.txt +1 -0
  39. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/entry_points.txt +2 -0
  40. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/requires.txt +49 -0
  41. scalable-pypeline-1.1.0/scalable_pypeline.egg-info/top_level.txt +2 -0
  42. scalable-pypeline-1.1.0/setup.cfg +11 -0
  43. scalable-pypeline-1.1.0/setup.py +197 -0
  44. scalable-pypeline-1.1.0/tests/fixtures/__init__.py +1 -0
  45. scalable-pypeline-1.1.0/tests/fixtures/s3_fixtures.py +52 -0
  46. scalable-pypeline-1.1.0/tests/test_celery.py +14 -0
  47. scalable-pypeline-1.1.0/tests/test_flask_decorators.py +97 -0
  48. scalable-pypeline-1.1.0/tests/test_flask_sermos.py +21 -0
  49. scalable-pypeline-1.1.0/tests/test_pipelines.py +42 -0
  50. scalable-pypeline-1.1.0/tests/test_schedule_config.py +49 -0
  51. scalable-pypeline-1.1.0/tests/test_sermos_cli_tools.py +29 -0
  52. scalable-pypeline-1.1.0/tests/test_sermos_deploy.py +211 -0
  53. scalable-pypeline-1.1.0/tests/test_sermos_utils.py +59 -0
  54. scalable-pypeline-1.1.0/tests/test_sermos_yaml.py +276 -0
  55. scalable-pypeline-1.1.0/tests/test_utils_api.py +58 -0
  56. scalable-pypeline-1.1.0/tests/test_utils_config.py +240 -0
  57. scalable-pypeline-1.1.0/tests/test_utils_graph.py +130 -0
  58. scalable-pypeline-1.1.0/tests/test_utils_module.py +75 -0
  59. scalable-pypeline-1.1.0/tests/test_utils_task.py +372 -0
@@ -0,0 +1,177 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,6 @@
1
+ include README.md
2
+ include LICENSE
3
+ include requirements.txt
4
+ prune demo
5
+
6
+ global-exclude *.c
@@ -0,0 +1,133 @@
1
+ Metadata-Version: 2.1
2
+ Name: scalable-pypeline
3
+ Version: 1.1.0
4
+ Summary: PypeLine - Python pipelines for the Real World
5
+ Home-page: https://gitlab.com/bravos2/pype-line
6
+ Author: Bravos Power Corporation
7
+ License: Apache License 2.0
8
+ Description-Content-Type: text/markdown
9
+ Provides-Extra: build
10
+ Provides-Extra: cli
11
+ Provides-Extra: flask
12
+ Provides-Extra: flask_auth
13
+ Provides-Extra: web
14
+ Provides-Extra: workers
15
+ Provides-Extra: dev
16
+ Provides-Extra: test
17
+ License-File: LICENSE
18
+
19
+ # PypeLine
20
+
21
+ ## Quickstart
22
+
23
+ 1. Add `pypeline` as a dependency to your Python application
24
+ 1. Install extras depending on what you are building:
25
+
26
+ 1. `flask` - Convenient interface for Flask applications
27
+ 1. `web` - Some standard web server dependencies we like
28
+ 1. `workers` - Installs [Celery](https://docs.celeryproject.org/en/stable/getting-started/introduction.html) and [networkx](https://networkx.org/documentation/stable/index.html), which are required if using pipelines.
29
+
30
+ ## Overview
31
+
32
+ PypeLines is a fork of [Sermos] (https://gitlab.com/sermos/sermos). PypeLines diverges from Sermos as a SAAS platform and is intented as a suite for job management in conjuction with or indepent from a Flask Web App. Common job management workflow's include running pipelines, scheduled tasks, and other various types of jobs. Pypelines is designed to make these systems faster and more intuitive to create for Python developers.
33
+
34
+ Under the hood we are simply extending various Celery capabilities like their existing complex workflows and make them suitable for large scale pipelines that can be run in production. To do this PypeLines uses a custom Celery configuration and a library known as [Celery-Dyrygent](https://github.com/ovh/celery-dyrygent) to help orchestrate thousands of tasks at once.
35
+
36
+ ### Pypeline
37
+
38
+ - Celery Configuration
39
+ - Pipelines
40
+ - CronJobs
41
+ - APIs
42
+ - Utilities
43
+
44
+ ### Your Application
45
+
46
+ This is where all of your code lives and only has a few _requirements_:
47
+
48
+ 1. It is a base application written in Python.
49
+ 1. Scheduled tasks and Pipeline nodes must be Python Methods that accept
50
+ at least one positional argument: `event`
51
+ 1. A `sermos.yaml` file, which is a configuration file for running scheduled tasks and pipelines.
52
+
53
+ ## Celery
54
+
55
+ Pypelines provides sensical default configurations for the use of
56
+ [Celery](http://www.celeryproject.org/). The default deployment uses RabbitMQ,
57
+ and is recommended. This library can be implemented in any other workflow
58
+ (e.g. Kafka) as desired.
59
+
60
+ There are two core aspects of Celery that pypeline handles and differ from a
61
+ standard Celery deployment.
62
+
63
+ ### ChainedTask
64
+
65
+ In `celery.py` when imported it will configure Celery and also run
66
+ `GenerateCeleryTasks().generate()`, which will use the `sermos.yaml` config
67
+ to turn customer methods into decorated Celery tasks.
68
+
69
+ Part of this process includes adding `ChainedTask` as the _base_ for all of
70
+ these dynamically generated tasks.
71
+
72
+ `ChainedTask` is a Celery `Task` that injects `tools` and `event` into the
73
+ signature of all dynamically generated tasks.
74
+
75
+ ### SermosScheduler
76
+
77
+ We allow users to set new scheduled / recurring tasks on-the-fly. Celery's
78
+ default `beat_scheduler` does not support this behavior and would require the
79
+ Beat process be killed/restarted upon every change. Instead, we set our
80
+ custom `sermos.celery_beat:SermosScheduler` as the `beat_scheduler`,
81
+ which takes care of watching the database for new/modified entries and reloads
82
+ dynamically.
83
+
84
+ ## Workers / Tasks / Pipeline Nodes
85
+
86
+ PypeLine handles decorating the tasks, generating the correct Celery
87
+ chains, etc.
88
+
89
+ Customer code has one requirement: write a python method that accepts one
90
+ positional argument: `event`
91
+
92
+ e.g.
93
+
94
+ def demo_pipeline_node_a(event):
95
+ logger.info(f"RUNNING demo_pipeline_node_a: {event}")
96
+ return
97
+
98
+ ### Generators
99
+
100
+ _TODO_: This needs to be updated both in code and documentation. Leaving here
101
+ because it's valuable to update in the future.
102
+
103
+ A common task associated with processing batches of documents is generating
104
+ the list of files to process. `pypeline.generators` contains two helpful
105
+ classes to generate lists of files from S3 and from a local file system.
106
+
107
+ `S3KeyGenerator` will produce a list of object keys in S3. Example:
108
+
109
+ gen = S3KeyGenerator('access-key', 'secret-key')
110
+ files = gen.list_files(
111
+ 'bucket-name',
112
+ 'folder/path/',
113
+ offset=0,
114
+ limit=4,
115
+ return_full_path=False
116
+ )
117
+
118
+ `LocalKeyGenerator` will produce a list of file names on a local file system.
119
+ Example:
120
+
121
+ gen = LocalKeyGenerator()
122
+ files = gen.list_files('/path/to/list/')
123
+
124
+ ## Testing
125
+
126
+ If you are developing pypeline and want to test this package,
127
+ install the test dependencies:
128
+
129
+ $ pip install -e .[test]
130
+
131
+ Now, run the tests:
132
+
133
+ $ tox
@@ -0,0 +1,115 @@
1
+ # PypeLine
2
+
3
+ ## Quickstart
4
+
5
+ 1. Add `pypeline` as a dependency to your Python application
6
+ 1. Install extras depending on what you are building:
7
+
8
+ 1. `flask` - Convenient interface for Flask applications
9
+ 1. `web` - Some standard web server dependencies we like
10
+ 1. `workers` - Installs [Celery](https://docs.celeryproject.org/en/stable/getting-started/introduction.html) and [networkx](https://networkx.org/documentation/stable/index.html), which are required if using pipelines.
11
+
12
+ ## Overview
13
+
14
+ PypeLines is a fork of [Sermos] (https://gitlab.com/sermos/sermos). PypeLines diverges from Sermos as a SAAS platform and is intented as a suite for job management in conjuction with or indepent from a Flask Web App. Common job management workflow's include running pipelines, scheduled tasks, and other various types of jobs. Pypelines is designed to make these systems faster and more intuitive to create for Python developers.
15
+
16
+ Under the hood we are simply extending various Celery capabilities like their existing complex workflows and make them suitable for large scale pipelines that can be run in production. To do this PypeLines uses a custom Celery configuration and a library known as [Celery-Dyrygent](https://github.com/ovh/celery-dyrygent) to help orchestrate thousands of tasks at once.
17
+
18
+ ### Pypeline
19
+
20
+ - Celery Configuration
21
+ - Pipelines
22
+ - CronJobs
23
+ - APIs
24
+ - Utilities
25
+
26
+ ### Your Application
27
+
28
+ This is where all of your code lives and only has a few _requirements_:
29
+
30
+ 1. It is a base application written in Python.
31
+ 1. Scheduled tasks and Pipeline nodes must be Python Methods that accept
32
+ at least one positional argument: `event`
33
+ 1. A `sermos.yaml` file, which is a configuration file for running scheduled tasks and pipelines.
34
+
35
+ ## Celery
36
+
37
+ Pypelines provides sensical default configurations for the use of
38
+ [Celery](http://www.celeryproject.org/). The default deployment uses RabbitMQ,
39
+ and is recommended. This library can be implemented in any other workflow
40
+ (e.g. Kafka) as desired.
41
+
42
+ There are two core aspects of Celery that pypeline handles and differ from a
43
+ standard Celery deployment.
44
+
45
+ ### ChainedTask
46
+
47
+ In `celery.py` when imported it will configure Celery and also run
48
+ `GenerateCeleryTasks().generate()`, which will use the `sermos.yaml` config
49
+ to turn customer methods into decorated Celery tasks.
50
+
51
+ Part of this process includes adding `ChainedTask` as the _base_ for all of
52
+ these dynamically generated tasks.
53
+
54
+ `ChainedTask` is a Celery `Task` that injects `tools` and `event` into the
55
+ signature of all dynamically generated tasks.
56
+
57
+ ### SermosScheduler
58
+
59
+ We allow users to set new scheduled / recurring tasks on-the-fly. Celery's
60
+ default `beat_scheduler` does not support this behavior and would require the
61
+ Beat process be killed/restarted upon every change. Instead, we set our
62
+ custom `sermos.celery_beat:SermosScheduler` as the `beat_scheduler`,
63
+ which takes care of watching the database for new/modified entries and reloads
64
+ dynamically.
65
+
66
+ ## Workers / Tasks / Pipeline Nodes
67
+
68
+ PypeLine handles decorating the tasks, generating the correct Celery
69
+ chains, etc.
70
+
71
+ Customer code has one requirement: write a python method that accepts one
72
+ positional argument: `event`
73
+
74
+ e.g.
75
+
76
+ def demo_pipeline_node_a(event):
77
+ logger.info(f"RUNNING demo_pipeline_node_a: {event}")
78
+ return
79
+
80
+ ### Generators
81
+
82
+ _TODO_: This needs to be updated both in code and documentation. Leaving here
83
+ because it's valuable to update in the future.
84
+
85
+ A common task associated with processing batches of documents is generating
86
+ the list of files to process. `pypeline.generators` contains two helpful
87
+ classes to generate lists of files from S3 and from a local file system.
88
+
89
+ `S3KeyGenerator` will produce a list of object keys in S3. Example:
90
+
91
+ gen = S3KeyGenerator('access-key', 'secret-key')
92
+ files = gen.list_files(
93
+ 'bucket-name',
94
+ 'folder/path/',
95
+ offset=0,
96
+ limit=4,
97
+ return_full_path=False
98
+ )
99
+
100
+ `LocalKeyGenerator` will produce a list of file names on a local file system.
101
+ Example:
102
+
103
+ gen = LocalKeyGenerator()
104
+ files = gen.list_files('/path/to/list/')
105
+
106
+ ## Testing
107
+
108
+ If you are developing pypeline and want to test this package,
109
+ install the test dependencies:
110
+
111
+ $ pip install -e .[test]
112
+
113
+ Now, run the tests:
114
+
115
+ $ tox
@@ -0,0 +1 @@
1
+ __version__ = '1.1.0'