Skip to main content

Validate function input *values* (not types, there is PEP484 for that) with decorators.

Project description

Build Status Tests Status codecov Documentation PyPI

“valid8ing is not a crime” ;-)

An extensible library to validate function inputs with built-in or custom validators. Originally from the autoclass project.

This is the readme for developers. The documentation for users is available here: https://smarie.github.io/python-valid8/

Want to contribute ?

Contributions are welcome ! Simply fork this project on github, commit your contributions, and create pull requests.

Here is a non-exhaustive list of interesting open topics: https://github.com/smarie/python-valid8/issues

Running the tests

This project uses pytest.

pytest -v valid8/tests/

You may need to install requirements for setup beforehand, using

pip install -r ci_tools/requirements-test.txt

Packaging

This project uses setuptools_scm to synchronise the version number. Therefore the following command should be used for development snapshots as well as official releases:

python setup.py egg_info bdist_wheel rotate -m.whl -k3

You may need to install requirements for setup beforehand, using

pip install -r ci_tools/requirements-setup.txt

Generating the documentation page

This project uses mkdocs to generate its documentation page. Therefore building a local copy of the doc page may be done using:

mkdocs build

You may need to install requirements for doc beforehand, using

pip install -r ci_tools/requirements-doc.txt

Generating the test reports

The following commands generate the html test report and the associated badge.

pytest --junitxml=junit.xml -v valid8/tests/
ant -f ci_tools/generate-junit-html.xml
python ci_tools/generate-junit-badge.py

PyPI Releasing memo

This project is now automatically deployed to PyPI when a tag is created. Anyway, for manual deployment we can use:

twine upload dist/* -r pypitest
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valid8-3.0.1.tar.gz (88.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

valid8-3.0.1-py3-none-any.whl (61.6 kB view details)

Uploaded Python 3

File details

Details for the file valid8-3.0.1.tar.gz.

File metadata

  • Download URL: valid8-3.0.1.tar.gz
  • Upload date:
  • Size: 88.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for valid8-3.0.1.tar.gz
Algorithm Hash digest
SHA256 2e73325f1e4f742066771422454f6cc2474e7110ad09b642d3ed0c879fc43b81
MD5 af0e4749b87537944e978bc7f616de14
BLAKE2b-256 922bb7bbd088b1e79b37e2390f756c622bf936efe5d7ab1359dd2f2eee2902f8

See more details on using hashes here.

File details

Details for the file valid8-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for valid8-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 633308c0a1e780d13ca639a8ff52689a3ac4a52562c45ca4594782ee5158abc3
MD5 621ddd0033f417e8239451c679926144
BLAKE2b-256 fa7b18abbbd2f28f29e44a09bf8f685d5239133a079cd7c88751bbf5d88549da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page