zon
Zod-like validator library for python
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yaml
- README.md
- simple.py
- anything_test.py
- boolean_test.py
- enum_test.py
- intersection_test.py
- list_test.py
- literal_test.py
- never_test.py
- number_test.py
- optional_test.py
- path_test.py
- record_test.py
- str_test.py
- tuple_test.py
- union_test.py
- zon_test.py
- __init__.py
- error.py
- traits.py
- .gitignore
- build.sh
- CHANGELOG.md
- CONTRIBUTING.md
- CONTRIBUTORS
- install.sh
- LICENSE
- publish.sh
- pylintrc
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/Naapperas/zon
Downloads the entire project code from GitHub to your computer.
cd zon
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install zon
Installs the package published on PyPI directly โ no need to clone the source.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install zon
Installs the package published on PyPI directly โ no need to clone the source.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
