pyodide/packages/pydantic/meta.yaml

19 lines
565 B
YAML
Raw Normal View History

2022-01-24 17:03:22 +00:00
package:
name: pydantic
2024-02-12 23:31:32 +00:00
version: 2.6.1
top-level:
- pydantic
2022-01-24 17:03:22 +00:00
source:
2024-02-12 23:31:32 +00:00
sha256: 4fd5c182a2488dc63e6d32737ff19937888001e2a6d86e94b3f233104a5d1fa9
url: https://files.pythonhosted.org/packages/73/27/a17cc261bb974e929aa3b3365577e43c1c71c3dcd8669250613a7135cb8f/pydantic-2.6.1.tar.gz
2022-01-24 17:03:22 +00:00
requirements:
run:
- typing-extensions
2024-02-12 23:31:32 +00:00
- pydantic_core
2024-02-13 00:36:45 +00:00
- annotated-types
about:
home: https://github.com/samuelcolvin/pydantic
PyPI: https://pypi.org/project/pydantic
summary: Data validation and settings management using python type hints
license: MIT