Metadata-Version: 2.1
Name: clusterfudge
Version: 0.44.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.64.1
Requires-Dist: aiohttp==3.9.3
Requires-Dist: typer==0.9.0
Requires-Dist: protobuf==4.25.3
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# Clusterfudge Python Client + CLI

Clusterfudge's Python client for launching workloads, and integrated CLI.

## Documentation

See the [Clusterfudge platform docs](https://docs.clusterfudge.com)

Python library documentation coming soon...

## Requirements:

    Python: >= 3.10

## Install

Clusterfudge is available via pypi using your preferred package management tool.

`pip install clusterfudge`
