Danqing's shared Python library


Keywords
python-server, redis-client, sqlalchemy, utility-library
License
MIT
Install
pip install dqpy==2.0.3

Documentation

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.