garymooney / qmuvi

qMuVi - A python package that converts quantum circuits into audiovisual experiences, bridging the gap between complex quantum computations and human perception. Render music videos that reveal the evolution of quantum states during algorithm processing, making quantum computing more intuitive and accessible.
https://garymooney.github.io/qmuvi/
GNU Lesser General Public License v2.1
14 stars 4 forks source link

Deploy to PyPI and setup poetry with tox and autodocs #25

Closed garymooney closed 1 year ago

garymooney commented 1 year ago

The package should be setup in such a way that tox is run before finalising git branchs. Poetry seems to be a nice package manager that can build qMuVi as a pip package using a toml config file. While we are at it, an auto doc builder such as sphinx can be used to build html documentation to be uploaded online (probably through github project pages).