Metadata-Version: |
2.1 |
Name: |
jsonpickle |
Version: |
4.0.0 |
Summary: |
jsonpickle encodes/decodes any Python object to/from JSON |
Author: |
Theelx |
Author-Email: |
David Aguilar <davvid+jsonpickle[at]gmail.com> |
Project-Url: |
Documentation, https://jsonpickle.readthedocs.io/ |
Project-Url: |
Homepage, https://jsonpickle.readthedocs.io/ |
Project-Url: |
Source, https://github.com/jsonpickle/jsonpickle |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pytest-cov; extra == "cov" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
pyupgrade; extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
rst.linker (>=1.9); extra == "docs" |
Requires-Dist: |
sphinx (>=3.5); extra == "docs" |
Requires-Dist: |
build; extra == "packaging" |
Requires-Dist: |
setuptools (>=61.2); extra == "packaging" |
Requires-Dist: |
setuptools-scm[toml] (>=6.0); extra == "packaging" |
Requires-Dist: |
twine; extra == "packaging" |
Requires-Dist: |
pytest (!=8.1.*,>=6.0); extra == "testing" |
Requires-Dist: |
pytest-benchmark; extra == "testing" |
Requires-Dist: |
pytest-benchmark[histogram]; extra == "testing" |
Requires-Dist: |
pytest-checkdocs (>=1.2.3); extra == "testing" |
Requires-Dist: |
pytest-enabler (>=1.0.1); extra == "testing" |
Requires-Dist: |
pytest-ruff (>=0.2.1); extra == "testing" |
Requires-Dist: |
bson; extra == "testing" |
Requires-Dist: |
ecdsa; extra == "testing" |
Requires-Dist: |
feedparser; extra == "testing" |
Requires-Dist: |
gmpy2; extra == "testing" |
Requires-Dist: |
numpy; extra == "testing" |
Requires-Dist: |
pandas; extra == "testing" |
Requires-Dist: |
pymongo; extra == "testing" |
Requires-Dist: |
PyYAML; extra == "testing" |
Requires-Dist: |
scikit-learn; extra == "testing" |
Requires-Dist: |
simplejson; extra == "testing" |
Requires-Dist: |
sqlalchemy; extra == "testing" |
Requires-Dist: |
ujson; extra == "testing" |
Requires-Dist: |
atheris (~=2.3.0); python_version < "3.12" and extra == "testing" |
Requires-Dist: |
scipy; python_version <= "3.10" and extra == "testing" |
Requires-Dist: |
scipy (>=1.9.3); python_version > "3.10" and extra == "testing" |
Provides-Extra: |
cov |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
packaging |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |