Skip to content

Commit b066cb8

Browse files
committed
update
1 parent c33320f commit b066cb8

File tree

101 files changed

+2745
-2745
lines changed

Some content is hidden

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

101 files changed

+2745
-2745
lines changed

.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.

docs/.doctrees/autoapi/index.doctree

2 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-266 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/.doctrees/environment.pickle

2.66 KB
Binary file not shown.

docs/.doctrees/index.doctree

10 Bytes
Binary file not shown.

docs/CHANGELOG.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>0.0.2 &mdash; redishelper 0.0.2 文档</title>
10+
<title>0.0.2 &mdash; pyredishelper 0.0.2 文档</title>
1111

1212

1313

@@ -40,7 +40,7 @@
4040

4141
<link rel="index" title="索引" href="genindex.html" />
4242
<link rel="search" title="搜索" href="search.html" />
43-
<link rel="prev" title="redishelper" href="README.html" />
43+
<link rel="prev" title="pyredishelper" href="README.html" />
4444
</head>
4545

4646
<body class="wy-body-for-nav">
@@ -54,7 +54,7 @@
5454

5555

5656

57-
<a href="index.html" class="icon icon-home"> redishelper
57+
<a href="index.html" class="icon icon-home"> pyredishelper
5858

5959

6060

@@ -109,7 +109,7 @@
109109
<nav class="wy-nav-top" aria-label="top navigation">
110110

111111
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
112-
<a href="index.html">redishelper</a>
112+
<a href="index.html">pyredishelper</a>
113113

114114
</nav>
115115

@@ -179,7 +179,7 @@ <h1>0.0.1<a class="headerlink" href="#id2" title="永久链接至标题">¶</a><
179179
</div>
180180
<footer>
181181
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
182-
<a href="README.html" class="btn btn-neutral float-left" title="redishelper" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 上一页</a>
182+
<a href="README.html" class="btn btn-neutral float-left" title="pyredishelper" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 上一页</a>
183183
</div>
184184

185185
<hr/>

docs/README.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>redishelper &mdash; redishelper 0.0.2 文档</title>
10+
<title>pyredishelper &mdash; pyredishelper 0.0.2 文档</title>
1111

1212

1313

@@ -41,7 +41,7 @@
4141
<link rel="index" title="索引" href="genindex.html" />
4242
<link rel="search" title="搜索" href="search.html" />
4343
<link rel="next" title="0.0.2" href="CHANGELOG.html" />
44-
<link rel="prev" title="Welcome to redishelper’s documentation!" href="index.html" />
44+
<link rel="prev" title="Welcome to pyredishelper’s documentation!" href="index.html" />
4545
</head>
4646

4747
<body class="wy-body-for-nav">
@@ -55,7 +55,7 @@
5555

5656

5757

58-
<a href="index.html" class="icon icon-home"> redishelper
58+
<a href="index.html" class="icon icon-home"> pyredishelper
5959

6060

6161

@@ -119,7 +119,7 @@
119119
<nav class="wy-nav-top" aria-label="top navigation">
120120

121121
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
122-
<a href="index.html">redishelper</a>
122+
<a href="index.html">pyredishelper</a>
123123

124124
</nav>
125125

@@ -152,7 +152,7 @@
152152

153153
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
154154

155-
<li>redishelper</li>
155+
<li>pyredishelper</li>
156156

157157

158158
<li class="wy-breadcrumbs-aside">
@@ -171,8 +171,8 @@
171171
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
172172
<div itemprop="articleBody">
173173

174-
<div class="section" id="redishelper">
175-
<h1>redishelper<a class="headerlink" href="#redishelper" title="永久链接至标题"></a></h1>
174+
<div class="section" id="pyredishelper">
175+
<h1>pyredishelper<a class="headerlink" href="#pyredishelper" title="永久链接至标题"></a></h1>
176176
<p>提供redis客户端的代理对象功能.本项目代理的对象是<a class="reference external" href="https://github.com/redis/redis-py">redis-py</a>中的四种客户端</p>
177177
<ul class="simple">
178178
<li><p><code class="docutils literal notranslate"><span class="pre">redis.Redis</span></code></p></li>
@@ -273,7 +273,7 @@ <h3>生产者消费者模式<a class="headerlink" href="#id3" title="永久链
273273
</div>
274274
<div class="section" id="id4">
275275
<h2>安装<a class="headerlink" href="#id4" title="永久链接至标题"></a></h2>
276-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip install redishelper
276+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip install pyredishelper
277277
</pre></div>
278278
</div>
279279
</div>
@@ -286,7 +286,7 @@ <h2>安装<a class="headerlink" href="#id4" title="永久链接至标题">¶</a>
286286
<footer>
287287
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
288288
<a href="CHANGELOG.html" class="btn btn-neutral float-right" title="0.0.2" accesskey="n" rel="next">下一页 <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
289-
<a href="index.html" class="btn btn-neutral float-left" title="Welcome to redishelper’s documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 上一页</a>
289+
<a href="index.html" class="btn btn-neutral float-left" title="Welcome to pyredishelper’s documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> 上一页</a>
290290
</div>
291291

292292
<hr/>

docs/_modules/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>概览:模块代码 &mdash; redishelper 0.0.2 文档</title>
10+
<title>概览:模块代码 &mdash; pyredishelper 0.0.2 文档</title>
1111

1212

1313

@@ -53,7 +53,7 @@
5353

5454

5555

56-
<a href="../index.html" class="icon icon-home"> redishelper
56+
<a href="../index.html" class="icon icon-home"> pyredishelper
5757

5858

5959

@@ -108,7 +108,7 @@
108108
<nav class="wy-nav-top" aria-label="top navigation">
109109

110110
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
111-
<a href="../index.html">redishelper</a>
111+
<a href="../index.html">pyredishelper</a>
112112

113113
</nav>
114114

@@ -157,16 +157,16 @@
157157
<div itemprop="articleBody">
158158

159159
<h1>代码可用的所有模块</h1>
160-
<ul><li><a href="redishelper/channelconsumer.html">redishelper.channelconsumer</a></li>
161-
<li><a href="redishelper/channelproducer.html">redishelper.channelproducer</a></li>
162-
<li><a href="redishelper/models.html">redishelper.models</a></li>
163-
<li><a href="redishelper/protocols.html">redishelper.protocols</a></li>
164-
<li><a href="redishelper/proxy.html">redishelper.proxy</a></li>
165-
<li><a href="redishelper/queueconsumer.html">redishelper.queueconsumer</a></li>
166-
<li><a href="redishelper/queueproducer.html">redishelper.queueproducer</a></li>
167-
<li><a href="redishelper/streamconsumer.html">redishelper.streamconsumer</a></li>
168-
<li><a href="redishelper/streamproducer.html">redishelper.streamproducer</a></li>
169-
<li><a href="redishelper/url_parser.html">redishelper.url_parser</a></li>
160+
<ul><li><a href="pyredishelper/channelconsumer.html">pyredishelper.channelconsumer</a></li>
161+
<li><a href="pyredishelper/channelproducer.html">pyredishelper.channelproducer</a></li>
162+
<li><a href="pyredishelper/models.html">pyredishelper.models</a></li>
163+
<li><a href="pyredishelper/protocols.html">pyredishelper.protocols</a></li>
164+
<li><a href="pyredishelper/proxy.html">pyredishelper.proxy</a></li>
165+
<li><a href="pyredishelper/queueconsumer.html">pyredishelper.queueconsumer</a></li>
166+
<li><a href="pyredishelper/queueproducer.html">pyredishelper.queueproducer</a></li>
167+
<li><a href="pyredishelper/streamconsumer.html">pyredishelper.streamconsumer</a></li>
168+
<li><a href="pyredishelper/streamproducer.html">pyredishelper.streamproducer</a></li>
169+
<li><a href="pyredishelper/url_parser.html">pyredishelper.url_parser</a></li>
170170
</ul>
171171

172172
</div>

0 commit comments

Comments
 (0)