- Install the multiple Python versions for testing with asdf:
asdf install python 3.8.18 3.9.18 3.10.13 3.11.7 3.12.1
brew install pipx
pipx ensurepath
- Install required tools with:
pipx install poetry nox
pipx inject nox nox-poetry
- Clone this repository and run
poetry install
inside it.
You can install Nusselt via pip from PyPI:
$ pip install nusselt
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Nusselt is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.