And so it begins...
You can install and run pydantic-core with
bash
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](https://githubproxy.samuelcolvin.workers.dev/samuelcolvin/pydantic-core/blob/main/wasm-preview/index.html) 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.