Skip to content

Python helpers to manipulate .clap files, the data format dedicated to AI cinema and AI gaming

License

Notifications You must be signed in to change notification settings

jbilcke-hf/py-aitube-clap

Repository files navigation

📦 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