redis-model-store

View on PyPIReverse Dependencies (0)

0.0.1 redis_model_store-0.0.1-py3-none-any.whl

Wheel Details

Project: redis-model-store
Version: 0.0.1
Filename: redis_model_store-0.0.1-py3-none-any.whl
Download: [link]
Size: 10588
MD5: 87c48e6284362ab84f83fce85c1e2f61
SHA256: 7b4b09525b49d98bba6cc20972b0fe4ca6ddedd7c3b9fc455d9f3ae92dc4641f
Uploaded: 2025-01-22 17:47:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: redis-model-store
Version: 0.0.1
Summary: Library to handle versioning and serialization of AI/ML models into Redis.
Author: Tyler Hutcherson
Author-Email: tyler.hutcherson[at]redis.com
Home-Page: https://github.com/redis-applied-ai/redis-model-store
Project-Url: Repository, https://github.com/redis-applied-ai/redis-model-store
License: MIT
Keywords: ai,redis,redis-client,model-store,mlops
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<3.13
Requires-Dist: pydantic (<3.0.0,>=2.10.5)
Requires-Dist: redisvl (<0.4.0,>=0.3.8)
Description-Content-Type: text/markdown
[Description omitted; length: 3165 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
redis_model_store/__init__.py sha256=dbVupYdj16gYi42RVs-3Gjdrf45Lx8ZfYlw5d6xLNcs 30
redis_model_store/serialize.py sha256=XOE-qx2_PIa-Qv2A1bZgMIkzaJU9u4-fyeXV3qQcPtw 734
redis_model_store/shard_manager.py sha256=hTC9dBIfC2W7tOc7Gf28KI99XucRLgArJHoM8xHNUmQ 3087
redis_model_store/store.py sha256=k5NVA7VbJFM5RWCTEe6lPPqJWttjkBaD8bFHtd8Cu5s 16421
redis_model_store/utils.py sha256=1kqhMeMpKysLJHYceuO0gLHpo0pqhXdnXic1y-zgHUc 1338
redis_model_store-0.0.1.dist-info/LICENSE sha256=36YugOKCV1LlCsnbYHsH4mdNAgUPBbYSoplnTzjfMhk 1068
redis_model_store-0.0.1.dist-info/METADATA sha256=XiVFIc5rqF6DnS3pq2ZqfsBuZkoap37pn1yERDOmaJo 4076
redis_model_store-0.0.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
redis_model_store-0.0.1.dist-info/entry_points.txt sha256=yhFv76KjdWkrPavpSPmOx9yeYLjqRPIHWRW5iFdaAY4 305
redis_model_store-0.0.1.dist-info/RECORD

entry_points.txt

check-format = scripts:check_format
check-lint = scripts:check_lint
check-mypy = scripts:check_mypy
check-sort-imports = scripts:check_sort_imports
format = scripts:format
sort-imports = scripts:sort_imports
test = scripts:test
test-notebooks = scripts:test_notebooks
test-verbose = scripts:test_verbose