Metadata-Version: 2.1
Name: clusterfudge
Version: 0.13.0
Summary: Clusterfudge is a supercomputer scheduler
Author: Clusterfudge
Author-email: support@clusterfudge.com
Project-URL: Homepage, https://clusterfudge.com
Keywords: clusterfudge,client,infrastructure,hpc,supercomputer,scheduler
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dataclasses-json ==0.6.4
Requires-Dist: grpcio ==1.62.0
Requires-Dist: aiohttp ==3.9.3
Requires-Dist: typer ==0.9.0
Requires-Dist: protobuf ==4.25.3

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


## How to Build and Distribute (for fudgeneers)
0. `pip install twine` or 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)
