github pydantic/pydantic-core v0.1.0

latest releases: v0.5.2, v0.5.1, v0.5.0...
21 months 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.