Skip to content

Commit b066cb8

Browse files
committed
update
1 parent c33320f commit b066cb8

101 files changed

Lines changed: 2745 additions & 2745 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with pep8
3333
run: |
34-
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redishelper
34+
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics pyredishelper
3535
- name: Type Hint Check
3636
run: |
37-
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redishelper
37+
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores pyredishelper

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ include LICENSE
22
include README.md
33
include CHANGELOG.md
44
include requirements.txt
5-
recursive-include redishelper *.pyx *.pxd *.pxi *.py *.c *.h *.temp *.jinja
5+
recursive-include pyredishelper *.pyx *.pxd *.pxi *.py *.c *.h *.temp *.jinja

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# redishelper
1+
# pyredishelper
22

33
提供redis客户端的代理对象功能.本项目代理的对象是[redis-py](https://github.com/redis/redis-py)中的四种客户端
44

@@ -102,5 +102,5 @@ async with qc.watch() as records:
102102
## 安装
103103

104104
```bash
105-
pip install redishelper
105+
pip install pyredishelper
106106
```

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6fcd0992ee8118d94ffdba1f8b227e05
3+
config: 0475dc3fb769f06c5b68ca4552e18b81
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/README.doctree

14 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
267 KB
Binary file not shown.
20 KB
Binary file not shown.

0 commit comments

Comments
 (0)