CrustyPy Instance¶
Welcome to CrustyPy Instance's documentation!
Generated with CrustyPy.
Installation¶
PyPI¶
crustypy-instance is available on PyPI:
# With uv
uv add crustypy-instance
# With pip
pip install crustypy-instance
# With Poetry
poetry add crustypy-instance
GitHub¶
You can also install the latest version of the code directly from GitHub:
# With uv
uv add git+https://github.com/MicaelJarniac/crustypy-instance
# With pip
pip install git+git://github.com/MicaelJarniac/crustypy-instance
# With Poetry
poetry add git+git://github.com/MicaelJarniac/crustypy-instance
Usage¶
For more examples, see the full documentation.
Contributing¶
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
More details can be found in CONTRIBUTING.
Contributors ✨¶
License¶
This project was created with the MicaelJarniac/crustypy template.