Metadata-Version: 2.1
Name: gy-redis
Version: 0.0.6
Summary: GuanYu for test
Home-page: https://github.com/guanyuhoujeff/gy-redis
Author: jeff7522553
Author-email: jeff7522553@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gy-redis

## pip package
```
pip install numpy redis reactivex
```

## build package
```
python setup.py sdist bdist_wheel 
```

## push pypitest
```
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```

## push pypi
```
python -m twine upload dist/*
```
