Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbilcke-hf/py-aitube-clap
Python helpers to manipulate .clap files, the data format dedicated to AI cinema and AI gaming
https://github.com/jbilcke-hf/py-aitube-clap
ai-cinema ai-exchange-file-format ai-filmmaking ai-filmmaking-file-format ai-movie-industry ai-movie-standard ai-tool-interoperability aitube clap-file-format openclap python
Last synced: 8 days ago
JSON representation
Python helpers to manipulate .clap files, the data format dedicated to AI cinema and AI gaming
- Host: GitHub
- URL: https://github.com/jbilcke-hf/py-aitube-clap
- Owner: jbilcke-hf
- License: mit
- Created: 2024-04-26T22:45:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:52:08.000Z (8 months ago)
- Last Synced: 2024-11-06T17:17:39.514Z (about 2 months ago)
- Topics: ai-cinema, ai-exchange-file-format, ai-filmmaking, ai-filmmaking-file-format, ai-movie-industry, ai-movie-standard, ai-tool-interoperability, aitube, clap-file-format, openclap, python
- Language: Python
- Homepage: https://aitube.at
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 📦 py-aitube-clap
This library is a work in progress: the Clap standard is still in draft.
Please do not expect it to work properly.
### ⬇️ install locally
- clone this repo
- `$ pip install .` or `$ pip install .[dev]`### 👩🔧 testing
- `$ pip install .[dev]`
- `$ python -m pytest --cov`### install from GitHub
- `pip install git+https://github.com/jbilcke-hf/py-aitube-clap`### Reference
This project uses https://github.com/denkiwakame/py-tiny-pkg as a source template