Danqing's shared Python library, for the better Danqing. Documentation: https://dqpy.danqing.io.
Install dqpy
with pip
:
pip install dqpy
Set up the environment with:
virtualenv -p python3 env
make bootstrap
Tests can be run with:
make test
MIT.