Skip to content

jd28/rollnw-py

Repository files navigation

License: MIT ci Docs PyPI version

rollnw.py

This repository has bindings for the rollnw library. Currently, splitting it off from the main repository for easier development.

This library is a work-in-progress. There will be serious refactoring and until there is a real release, it should be assumed the library is a work-in-progress.

Building

The only thing that is required is that you a c++20 compiler and python>=3.10 installed.

pip install -r requirements.txt
git clone git@github.com:jd28/rollnw-py.git --recursive
nox -s dev