https://github.com/danqing/dqpy
Danqing's shared Python library
https://github.com/danqing/dqpy
python-server redis-client sqlalchemy utility-library
Last synced: about 7 hours ago
JSON representation
Danqing's shared Python library
- Host: GitHub
- URL: https://github.com/danqing/dqpy
- Owner: danqing
- License: mit
- Created: 2018-02-22T18:07:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T11:17:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T15:51:53.542Z (11 months ago)
- Topics: python-server, redis-client, sqlalchemy, utility-library
- Language: Python
- Homepage: https://dqpy.danqing.io
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dqpy · [](https://travis-ci.org/danqing/dqpy) [](https://coveralls.io/github/danqing/dqpy?branch=master) [](https://badge.fury.io/py/dqpy)
Danqing's shared Python library, for [the better Danqing](https://www.danqing.co). Documentation: https://dqpy.danqing.io.
## Install
Install `dqpy` with `pip`:
```sh
pip install dqpy
```
## Develop
Set up the environment with:
```sh
virtualenv -p python3 env
make bootstrap
```
Tests can be run with:
```sh
make test
```
## License
MIT.