Metadata-Version: |
2.1 |
Name: |
persist |
Version: |
3.2.1 |
Summary: |
Persistent archival of python objects in an importable format. |
Author-Email: |
Michael McNeil Forbes <michael.forbes+python[at]gmail.com> |
Project-Url: |
Git Mirror, https://github.com/forbes-group/persist |
Project-Url: |
Issues, https://alum.mit.edu/www/mforbes/hg/forbes-group/persist/issues |
Project-Url: |
documentation, http://persist.readthedocs.org |
Project-Url: |
repository, https://alum.mit.edu/www/mforbes/hg/forbes-group/persist |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
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: |
License :: OSI Approved :: BSD License |
Requires-Python: |
>=3.6.2 |
Requires-Dist: |
six (>=1.16.0) |
Requires-Dist: |
zope-interface (>=5.5.2) |
Requires-Dist: |
importlib-metadata (>=4.8.3); python_version < "3.8" |
Requires-Dist: |
persist[docs,full,test]; extra == "all" |
Requires-Dist: |
sphinx (>=5.3.0); extra == "docs" |
Requires-Dist: |
nbsphinx (>=0.8.8); extra == "docs" |
Requires-Dist: |
pycallgraph (>=1.0.1); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.2.0); extra == "docs" |
Requires-Dist: |
sphinxcontrib-zopeext (>=0.3.3); extra == "docs" |
Requires-Dist: |
ipython (>=7.16.3); extra == "docs" and python_version < "3.7" |
Requires-Dist: |
ipython (>=7.23.1); extra == "docs" and python_version >= "3.7" |
Requires-Dist: |
mmf-setup (>=0.4.11); extra == "docs" |
Requires-Dist: |
scipy (>=1.5.4); extra == "full" and python_version < "3.7" |
Requires-Dist: |
scipy (>=1.7.3); extra == "full" and (python_version < "3.10" and python_version >= "3.7") |
Requires-Dist: |
scipy (>=1.10.1); extra == "full" and python_version >= "3.10" |
Requires-Dist: |
numpy (>=1.21.0); extra == "full" and python_version >= "3.8" |
Requires-Dist: |
h5py (>=3.1.0); extra == "full" and python_version < "3.7" |
Requires-Dist: |
h5py (>=3.2.1); extra == "full" and python_version >= "3.7" |
Requires-Dist: |
pytest (>=7.0.1); extra == "test" |
Requires-Dist: |
coverage[toml]; extra == "test" and python_version < "3.7" |
Requires-Dist: |
coverage[toml] (>=7.2.2); extra == "test" and python_version >= "3.7" |
Requires-Dist: |
persist[full]; extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
docs |
Provides-Extra: |
full |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |