1 Star 0 Fork 0

lanyulei / redis-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
[metadata]
name = redis
version = attr: redis.__version__
description = Python client for Redis key-value store
long_description = file: README.rst
url = https://github.com/andymccurdy/redis-py
author = Andy McCurdy
author_email = sedrik@gmail.com
maintainer = Andy McCurdy
maintainer_email = sedrik@gmail.com
keywords = Redis, key-value store
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
packages = redis
python_requires = >=3.5
[options.extras_require]
hiredis = hiredis>=0.1.3
[flake8]
exclude = .venv,.tox,dist,docs,build,*.egg,redis_install,env,venv,.undodir
1
https://gitee.com/yllan/redis-py.git
git@gitee.com:yllan/redis-py.git
yllan
redis-py
redis-py
master

搜索帮助