redis-helper

View on PyPIReverse Dependencies (5)

0.4.8 redis_helper-0.4.8-py3-none-any.whl

Wheel Details

Project: redis-helper
Version: 0.4.8
Filename: redis_helper-0.4.8-py3-none-any.whl
Download: [link]
Size: 30730
MD5: 729972274e7214b34ed67a74c04baaee
SHA256: 63f632f7e8c559e914c38f20867c60d4be8eee9ed55f65d787a61b45edeaed63
Uploaded: 2024-01-11 02:48:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: redis-helper
Version: 0.4.8
Summary: Easily store, index, and modify Python dicts in Redis (with flexible searching)
Author: Ken
Author-Email: kenjyco[at]gmail.com
Home-Page: https://github.com/kenjyco/redis-helper
Download-Url: https://github.com/kenjyco/redis-helper/tarball/v0.4.8
License: MIT
Keywords: redis,cli,command-line,dictionary,data,database,secondary index,model,prototype,event logging,dashboard,easy modeling,helper,kenjyco
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: bg-helper
Requires-Dist: click (>=6.0)
Requires-Dist: dt-helper
Requires-Dist: fs-helper
Requires-Dist: hiredis (==1.1.0)
Requires-Dist: input-helper
Requires-Dist: pytz
Requires-Dist: redis (==3.5.3)
Requires-Dist: settings-helper
Requires-Dist: ujson (==5.4.0); python_version >= "3.7"
License-File: LICENSE.txt
[Description omitted; length: 23593 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
redis_helper/__init__.py sha256=deazilqxw3EBFkYk-BNlAoQTCNRgbIgj7n0QiDl7dH0 4891
redis_helper/collection.py sha256=D3ktMbBUHsqED9BjBTHHLo6miZPocmTXSH7JQU1rLT0 61413
redis_helper/settings.ini sha256=NETRCY9P2xGGgciF_76rtYCsx0bXQvXFP0GzWXzDXcg 290
redis_helper/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
redis_helper/scripts/clear_locks.py sha256=vBqqTnT-DH0l-9bBUjWXjO7KjDD8AN7dktIxujCsBV8 372
redis_helper/scripts/collection_reports.py sha256=OQRjdd55fPIo1-oDqJ8HZOVE0Us2fnWHhaBiEs6MZ9U 361
redis_helper/scripts/download_examples.py sha256=VhM3Vkegrvi5zcV8q_1kVbcL5w0E0bhuDa4nt4WJQXE 773
redis_helper/scripts/download_scripts.py sha256=2jgpt9mjQ5A8ZRsafLZ8FOKQAz4cT67Pjy-BQQCQhFU 797
redis_helper/scripts/notes.py sha256=h99QhnAdiQzCoDyJleVZsuWemDtajhGYSnzvzcqHAQ8 1646
redis_helper/scripts/shell.py sha256=fWwXJ9d0No_EPJPemkq5-HGwuH9JnSpJXXzSalG7cLc 552
tests/__init__.py sha256=jci-DFyrUeT4kU4vCgkmGeFgq6wfxwEtoyRQcBSuM_8 43
tests/test_collection.py sha256=Ujo5LllD75Ifex5XvAyhnN2NiGpn26mSzO0gyDj4q5I 8973
tests/test_settings.py sha256=4L2udKlKJvZZ3KRP9RM60Dwj6mhtfBvkwgt299WRuTY 299
redis_helper-0.4.8.dist-info/LICENSE.txt sha256=2JijE8Cf8mYr8FsfWCqTUAgVlMrGmzp1NssckIGh5Hc 608
redis_helper-0.4.8.dist-info/METADATA sha256=1Lr8OPEkcFqn1-m-R2iV2r3EnpfblqvcMtfKUKJ_PNs 24901
redis_helper-0.4.8.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
redis_helper-0.4.8.dist-info/entry_points.txt sha256=LXEi1Ywmrwe5nt7dFKmfulNEBKp7Ffrn53SlGH3PW_A 364
redis_helper-0.4.8.dist-info/top_level.txt sha256=lvNePSKTlPiIP7X5x2l3qePtKm30YeY-BjrtkkwvGdY 19
redis_helper-0.4.8.dist-info/RECORD

top_level.txt

redis_helper
tests

entry_points.txt

rh-clear-all-locks = redis_helper.scripts.clear_locks:main
rh-collection-reports = redis_helper.scripts.collection_reports:main
rh-download-examples = redis_helper.scripts.download_examples:main
rh-download-scripts = redis_helper.scripts.download_scripts:main
rh-notes = redis_helper.scripts.notes:main
rh-shell = redis_helper.scripts.shell:main