Metadata-Version: 2.4
Name: clusterfudge
Version: 0.48.0
Summary: SDK for the Clusterfudge platform
Project-URL: Homepage, https://clusterfudge.com
Author-email: Clusterfudge <support@clusterfudge.com>
License: Apache-2.0
License-File: LICENSE
Keywords: client,clusterfudge,hpc,infrastructure,scheduler,slurm,supercomputer
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: aiofiles>=23.2.1
Requires-Dist: aiohttp>=3.9.3
Requires-Dist: anthropic==0.44.0
Requires-Dist: dataclasses-json>=0.6.4
Requires-Dist: grpcio>=1.69.0
Requires-Dist: protobuf>=4.25.3
Requires-Dist: toml>=0.10.2
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: grpcio-tools>=1.69.0; extra == 'dev'
Requires-Dist: inspect-ai==0.3.59; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.25.3; extra == 'dev'
Requires-Dist: pytest>=8.3.4; extra == 'dev'
Description-Content-Type: text/markdown

# 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`
