pypi pydantic-core 0.1.0
v0.1.0

latest releases: 2.39.0, 2.38.0, 2.37.2...
3 years ago

And so it begins...

You can install and run pydantic-core with

pip install pydantic-core
python -c 'from pydantic_core import SchemaValidator;print(SchemaValidator("int").validate_python("123"))'

You can also run units test in your browser by following this link - this will download the zip archive of this release, install the was32 wheel attached to this release, and run unit tests.

Please create an issue if you find a problem installing or running the package.

Don't miss a new pydantic-core release

NewReleases is sending notifications on new releases.