pyodide/packages/jsonschema/meta.yaml

19 lines
537 B
YAML
Raw Normal View History

2022-05-11 02:36:33 +00:00
package:
name: jsonschema
version: 4.6.0
2022-05-11 02:36:33 +00:00
source:
url: https://files.pythonhosted.org/packages/aa/13/0063ea808b6a1bee57e0780d83bf0c57f0ed25a1b5ed3685524359c485fd/jsonschema-4.6.0-py3-none-any.whl
sha256: 1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf
2022-05-11 02:36:33 +00:00
requirements:
run:
- attrs
- pyrsistent
test:
imports:
- jsonschema
about:
home: https://github.com/Julian/jsonschema
PyPI: https://pypi.org/project/jsonschema
summary: An implementation of JSON Schema validation for Python
license: MIT