This is a beta repo and does not have support or API continuity guarantees.
Once installed it can be imported using
import twirly as tw
This package can be installed from the downloaded repository using pip as
cd twirly
pip install -r requirements.txt
To install the dependencies required by developers, use the following commands:
cd twirly
pip install -r requirements.txt -r requirements-dev.txt
New contributions to the main
branch will be made through the standard Pull Request and review procedure.