Metadata-Version: 2.1
Name: werkit
Version: 0.24.0
Summary: Toolkit for encapsulating Python-based computation into deployable and distributable tasks
Home-page: https://werkit.readthedocs.io/en/stable/
License: MIT
Author: Paul Melnikow
Author-email: github@paulmelnikow.com
Requires-Python: >=3.7,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Provides-Extra: aws_lambda_build
Provides-Extra: cli
Provides-Extra: client
Provides-Extra: compute_graph
Provides-Extra: lambda_common
Provides-Extra: rds_graphile_worker
Requires-Dist: artifax (==0.4); extra == "compute_graph"
Requires-Dist: boto3 (==1.18.55); extra == "client"
Requires-Dist: click (>=8.0.3,<9.0.0); extra == "cli"
Requires-Dist: executor (>=21.0); extra == "aws_lambda_build"
Requires-Dist: harrison (>=2.0,<3.0); extra == "lambda_common"
Requires-Dist: jsonschema (>=4.1.2,<5.0.0)
Requires-Dist: pyrsistent (==0.18.0)
Requires-Dist: rds-graphile-worker-client (>=0.1.1,<0.2.0); extra == "rds_graphile_worker"
Requires-Dist: semver (==3.0.0.dev3)
Requires-Dist: simplejson (>=3.17.5,<4.0.0)
Project-URL: Documentation, https://ounce.readthedocs.io/en/werkit/
Project-URL: Repository, https://github.com/lace/werkit
