Metadata-Version: 2.1
Name: dqpy
Version: 2.0.5
Summary: Danqing's shared Python library
Home-page: https://github.com/danqing/dqpy
Author: Danqing Liu
Author-email: code@danqing.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: arrow (<0.16.0,>=0.15.0)
Requires-Dist: emails (<0.6.0,>=0.5.15)
Requires-Dist: redis (<3.4.0,>=3.3.0)
Requires-Dist: schematics (<2.2.0,>=2.1.0)
Requires-Dist: SQLAlchemy-Utils (<0.35.0,>=0.34.0)
Requires-Dist: SQLAlchemy (<1.4.0,>=1.3.0)
Requires-Dist: toml (<0.11.0,>=0.10.0)
Provides-Extra: mysql
Requires-Dist: PyMySQL (<0.10.0,>=0.9.3) ; extra == 'mysql'
Provides-Extra: psql
Requires-Dist: psycopg2 (<2.9.0,>=2.8.0) ; extra == 'psql'

This is Danqing's shared Python library, for [the better Danqing](https://www.danqing.co).

This library provides convenient APIs for dealing with SQLAlchemy, Redis, configurations, logging, and many other things. The full documentation can be found at the [documentation site](https://dqpy.danqing.io).


