METADATA 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Metadata-Version: 2.4
  2. Name: fastjsonschema
  3. Version: 2.21.2
  4. Summary: Fastest Python implementation of JSON schema
  5. Home-page: https://github.com/horejsek/python-fastjsonschema
  6. Author: Michal Horejsek
  7. Author-email: fastjsonschema@horejsek.com
  8. License: BSD
  9. Classifier: Programming Language :: Python
  10. Classifier: Programming Language :: Python :: 3
  11. Classifier: Programming Language :: Python :: 3.3
  12. Classifier: Programming Language :: Python :: 3.4
  13. Classifier: Programming Language :: Python :: 3.5
  14. Classifier: Programming Language :: Python :: 3.6
  15. Classifier: Programming Language :: Python :: 3.7
  16. Classifier: Programming Language :: Python :: 3.8
  17. Classifier: Programming Language :: Python :: 3.9
  18. Classifier: Programming Language :: Python :: 3.10
  19. Classifier: Programming Language :: Python :: 3.11
  20. Classifier: Programming Language :: Python :: 3.12
  21. Classifier: Programming Language :: Python :: 3.13
  22. Classifier: Programming Language :: Python :: Implementation :: CPython
  23. Classifier: License :: OSI Approved :: BSD License
  24. Classifier: Operating System :: OS Independent
  25. Classifier: Development Status :: 5 - Production/Stable
  26. Classifier: Intended Audience :: Developers
  27. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  28. License-File: LICENSE
  29. License-File: AUTHORS
  30. Provides-Extra: devel
  31. Requires-Dist: colorama; extra == "devel"
  32. Requires-Dist: jsonschema; extra == "devel"
  33. Requires-Dist: json-spec; extra == "devel"
  34. Requires-Dist: pylint; extra == "devel"
  35. Requires-Dist: pytest; extra == "devel"
  36. Requires-Dist: pytest-benchmark; extra == "devel"
  37. Requires-Dist: pytest-cache; extra == "devel"
  38. Requires-Dist: validictory; extra == "devel"
  39. Dynamic: author
  40. Dynamic: author-email
  41. Dynamic: classifier
  42. Dynamic: description
  43. Dynamic: home-page
  44. Dynamic: license
  45. Dynamic: license-file
  46. Dynamic: provides-extra
  47. Dynamic: summary
  48. ===========================
  49. Fast JSON schema for Python
  50. ===========================
  51. |PyPI| |Pythons|
  52. .. |PyPI| image:: https://img.shields.io/pypi/v/fastjsonschema.svg
  53. :alt: PyPI version
  54. :target: https://pypi.python.org/pypi/fastjsonschema
  55. .. |Pythons| image:: https://img.shields.io/pypi/pyversions/fastjsonschema.svg
  56. :alt: Supported Python versions
  57. :target: https://pypi.python.org/pypi/fastjsonschema
  58. See `documentation <https://horejsek.github.io/python-fastjsonschema/>`_.