File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ GitHub issues] ( https://img.shields.io/github/release/RedisGraph/redisgraph-py.svg )] ( https://github.com/RedisGraph/redisgraph-py/releases/latest )
5
5
[ ![ Codecov] ( https://codecov.io/gh/RedisGraph/redisgraph-py/branch/master/graph/badge.svg )] ( https://codecov.io/gh/RedisGraph/redisgraph-py )
6
6
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/RedisGraph/redisgraph-py/badge.svg?targetFile=requirements.txt )] ( https://snyk.io/test/github/RedisGraph/redisgraph-py?targetFile=requirements.txt )
7
+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/RedisGraph/redisgraph-py.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/RedisGraph/redisgraph-py/alerts/ )
7
8
8
9
# redisgraph-py
9
10
[ ![ Forum] ( https://img.shields.io/badge/Forum-RedisGraph-blue )] ( https://forum.redislabs.com/c/modules/redisgraph )
10
- [ ![ Gitter ] ( https://badges.gitter.im/RedisLabs/RedisGraph.svg )] ( https://gitter.im/RedisLabs/RedisGraph?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
11
+ [ ![ Discord ] ( https://img.shields.io/discord/697882427875393627?style=flat-square )] ( https://discord.gg/gWBRT6P )
11
12
12
13
RedisGraph python client
13
14
Original file line number Diff line number Diff line change 1
1
import random
2
2
import string
3
3
4
+ __all__ = ['random_string' , 'quote_string' ]
5
+
4
6
def random_string (length = 10 ):
5
7
"""
6
8
Returns a random N chracter long string.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read_all(f):
11
11
12
12
setup (
13
13
name = 'redisgraph' ,
14
- version = '2.1.5 ' ,
14
+ version = '2.2.3 ' ,
15
15
description = 'RedisGraph Python Client' ,
16
16
long_description = read_all ("README.md" ),
17
17
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments