Metadata-Version: |
2.1 |
Name: |
serde-ext |
Version: |
0.1.0 |
Summary: |
Extended classes and functions for use with Serde |
Author: |
Ross MacArthur |
Author-Email: |
ross[at]macarthur.io |
Home-Page: |
https://github.com/rossmacarthur/serde-ext |
Download-Url: |
https://github.com/rossmacarthur/serde-ext/archive/0.1.0.tar.gz |
Project-Url: |
Documentation, https://ross.macarthur.io/project/serde-ext/ |
Project-Url: |
Issue Tracker, https://github.com/rossmacarthur/serde-ext/issues |
License: |
MIT |
Keywords: |
serde serialization deserialization validation schema json |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
Requires-Dist: |
serde (>=0.4.0) |
Requires-Dist: |
validators (<0.13.0,>=0.12.0) |
Requires-Dist: |
flake8; extra == "dev.lint" |
Requires-Dist: |
flake8-docstrings; extra == "dev.lint" |
Requires-Dist: |
flake8-isort; extra == "dev.lint" |
Requires-Dist: |
flake8-per-file-ignores; extra == "dev.lint" |
Requires-Dist: |
flake8-quotes; extra == "dev.lint" |
Requires-Dist: |
pep8-naming; extra == "dev.lint" |
Requires-Dist: |
mock; extra == "dev.test" |
Requires-Dist: |
pytest (>=3.6.0); extra == "dev.test" |
Requires-Dist: |
pytest-cov (>=2.6.1); extra == "dev.test" |
Requires-Dist: |
pytest-doctest-import; extra == "dev.test" |
Provides-Extra: |
dev.lint |
Provides-Extra: |
dev.test |