Metadata-Version: 2.1
Name: werkit
Version: 0.38.0
Summary: Toolkit for encapsulating Python-based computation into deployable and distributable tasks
Home-page: https://github.com/metabolize/werkit
License: MIT
Author: Paul Melnikow
Author-email: github@paulmelnikow.com
Requires-Python: >=3.10,<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.10
Classifier: Programming Language :: Python :: 3.11
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
Requires-Dist: artifax (==0.5); extra == "compute-graph"
Requires-Dist: boto3 (>=1.34.145,<2.0.0); extra == "client"
Requires-Dist: click (>=8.0.3,<9.0.0); extra == "cli"
Requires-Dist: jsonschema (>=4.26.0,<5.0.0)
Requires-Dist: missouri (>=1.0,<2.0)
Requires-Dist: referencing (>=0.37.0,<0.38.0)
Requires-Dist: semver (>=3.0.4,<4)
Requires-Dist: sh (>=2.0,<3); extra == "aws-lambda-build"
Requires-Dist: typing-extensions (>=4); extra == "compute-graph"
Project-URL: Repository, https://github.com/metabolize/werkit
