Metadata-Version: 2.1
Name: werkit
Version: 0.21.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: lambda_common
Provides-Extra: parallel
Provides-Extra: rds_graphile_worker
Requires-Dist: boto3 (==1.17.69); extra == "client"
Requires-Dist: click (==8.0.1); extra == "cli"
Requires-Dist: executor (>=21.0); extra == "aws_lambda_build"
Requires-Dist: harrison (>=2.0,<3.0); extra == "lambda_common"
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: rds-graphile-worker-client (>=0.1.1,<0.2.0); extra == "rds_graphile_worker"
Requires-Dist: redis (==3.5.3); extra == "parallel"
Requires-Dist: semver (==3.0.0.dev2)
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
