Metadata-Version: 2.4
Name: reesaber
Version: 1.0.1
Summary: A Python library for creating Beat Saber ReeSaber mod configurations
Home-page: https://github.com/CodeSoftGit/reesaber-py
Author: CodeSoftGit
Author-email: hello@mail.codesoft.is-a.dev
License: MIT
Project-URL: Bug Tracker, https://github.com/CodeSoftGit/reesaber-py/issues
Project-URL: Documentation, https://github.com/CodeSoftGit/reesaber-py/wiki/Docs
Project-URL: Source Code, https://github.com/CodeSoftGit/reesaber-py
Keywords: beatsaber,reesaber,gaming,vr,mod,configuration
Classifier: Development Status :: 4 - Beta
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: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pillow
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# reesaber-py
Make ReeSaber Presets in Python!

**reesaber-py is designed for 0.3.7+ but could work on other versions. I will not provide support for versions older than 0.3.7.**

## Feature Support
- ✅: Fully supported
- ⚠: Partially implemented (and by extension experimental)
- ❌: Not implemented

## Modules
| Module        | Support |
|---------------|---|
| Blur Saber    |✅|
| Trail         |✅|
| Points VFX    |❌|
| Sparks VFX    |❌|
| Ribbons VFX   |❌|
| Vanilla Saber |✅|

## License
MIT
