An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dqpy · [![Build Status](https://travis-ci.org/danqing/dqpy.svg?branch=master)](https://travis-ci.org/danqing/dqpy) [![Coverage Status](https://coveralls.io/repos/github/danqing/dqpy/badge.svg?branch=master)](https://coveralls.io/github/danqing/dqpy?branch=master) [![PyPI version](https://badge.fury.io/py/dqpy.svg)](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.