Metadata-Version: 2.1
Name: clusterfudge
Version: 0.0.4
Summary: Clusterfudge Python client library.
Home-page: https://github.com/clusterfudgeai/python
Author: Clusterfudge
Author-email: pip@clusterfudge.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dataclasses; python_version < "3.7"
Requires-Dist: dataclasses-json
Requires-Dist: grpcio
Requires-Dist: protobuf

Clusterfudge Client Library
===========================


## How to Build and Distribute (for fudgeneers)
0. Delete the current contents of `./dist/*`
1. Incr version number in setup.py
2. Build `python3 -m build`
3. Upload using twine `twine upload dist/*` (using your PiPy API token)
