Skip to content

danqing/dqpy

Repository files navigation

dqpy · Build Status Coverage Status PyPI version

Danqing's shared Python library, for the better Danqing. Documentation: https://dqpy.danqing.io.

Install

Install dqpy with pip:

pip install dqpy

Develop

Set up the environment with:

virtualenv -p python3 env
make bootstrap

Tests can be run with:

make test

License

MIT.