Metadata-Version: 2.4
Name: spacesutils
Version: 0.1.0
Summary: Utilities for ZeroGPU spaces on Hugging Face Spaces
License: MIT
Project-URL: Homepage, https://github.com/fakerybakery/spacesutils
Project-URL: Repository, https://github.com/fakerybakery/spacesutils
Project-URL: Issues, https://github.com/fakerybakery/spacesutils/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

# spacesutils

Utilities for ZeroGPU spaces on Hugging Face Spaces.

## Installation

Just add the following to your `requirements.txt` file:

```
spacesutils
```

## Features

### Flash Attention 2 Installation

```python
from spacesutils import install_fa2

install_fa2()
```

More features coming soon...

## License

MIT License
