disk-objectstore

View on PyPIReverse Dependencies (2)

1.1.0 disk_objectstore-1.1.0-py3-none-any.whl

Wheel Details

Project: disk-objectstore
Version: 1.1.0
Filename: disk_objectstore-1.1.0-py3-none-any.whl
Download: [link]
Size: 70256
MD5: 1168a43e3a6372b3d9e9ffd5c06359a9
SHA256: 9bedc79b8bb50a942d6836325a4d5095fbb3fddaffbc76e3ca0abd3883b0482e
Uploaded: 2024-03-07 14:57:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: disk_objectstore
Version: 1.1.0
Summary: An implementation of an efficient object store that writes directly on disk.
Author: Giovanni Pizzi, Chris Sewell, Sebastiaan P. Huber
Project-Url: Source, https://github.com/aiidateam/disk-objectstore
Keywords: object store,repository,file store,key-value store
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: sqlalchemy (>=1.4.22)
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-benchmark; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: jinja2 (<3.1); extra == "docs"
Requires-Dist: myst-parser (~=0.15.0); extra == "docs"
Requires-Dist: sphinx (~=3.5.4); extra == "docs"
Requires-Dist: sphinx-book-theme (~=0.1.2); extra == "docs"
Requires-Dist: sphinx-panels (~=0.5.2); extra == "docs"
Requires-Dist: sphinxext-rediraffe (~=0.2.7); extra == "docs"
Requires-Dist: memory-profiler; extra == "examples"
Requires-Dist: profilehooks; extra == "examples"
Requires-Dist: psutil; extra == "examples"
Requires-Dist: pywin32; extra == "examples" and platform_system == "Windows"
Requires-Dist: h5py; extra == "optionaltests"
Requires-Dist: numpy; extra == "optionaltests"
Requires-Dist: tqdm; extra == "progressbar"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: examples
Provides-Extra: optionaltests
Provides-Extra: progressbar
Description-Content-Type: text/markdown
[Description omitted; length: 2592 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
disk_objectstore/__init__.py sha256=tHqKDUKtrI4RJRKUH5ZGkXTWKGkmW3na4Z2feBNF5ag 315
disk_objectstore/backup_utils.py sha256=YaUBaYrq7q-pgzMUNfUYZvTT1Rvpp5Qku6JrTMhA2lI 13240
disk_objectstore/cli.py sha256=EK4YYoQUhTsypliJKKNW9FqhS72B6SVY_L3nHIn-yWk 8977
disk_objectstore/container.py sha256=kzzOP29zQuWOaUJDvSfn2NLImqsNOctbMKYchIWUVxc 132161
disk_objectstore/database.py sha256=qLkZuEXf7jRocMYuc5ZGqL2nICFBm58XrabGzMfYxD4 4106
disk_objectstore/dataclasses.py sha256=ELYpXvFuihO1zXQ2iwWz-rH_jMwTso3P26SYPQBlZ5Y 4804
disk_objectstore/exceptions.py sha256=TpjRb0jMegseqLceoEP_O6TwbFJ5m7tTwRr6FvkgFi8 950
disk_objectstore/py.typed sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc 26
disk_objectstore/utils.py sha256=H013Z5acKeuRS4_c2Qcp6cT0b8Y-6EKX3lk22Bu3pK4 68705
disk_objectstore/examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
disk_objectstore/examples/example_objectstore.py sha256=yi67KSxbPTKP4b-M6vb2oulOT-Bv8VpT7FyxEmN5yy0 10649
disk_objectstore/examples/profile_zeros.py sha256=RP0TC5Iq7mAojaUKZ6YxP-n0gj69uke6YkimeQeGQCE 6723
disk_objectstore-1.1.0.dist-info/entry_points.txt sha256=Xhh1fKf-Hd1AOc-4blNlxZ4sUw6-salFTPS2Qcvyoms 53
disk_objectstore-1.1.0.dist-info/LICENSE.txt sha256=7BHBdP5EC-3HsnBeD1aqOw6PL0jBn-zad3szXoMBnNs 1084
disk_objectstore-1.1.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
disk_objectstore-1.1.0.dist-info/METADATA sha256=hNhhdTfrADUPaXSbepIisaTn0-RDfULSPl_Qid7UkLE 4716
disk_objectstore-1.1.0.dist-info/RECORD

entry_points.txt

dostore = disk_objectstore.cli:main