Metadata-Version: 2.1
Name: vtypes
Version: 0.5.1
Summary: Validating Types: use `isinstance()` to validate both type and value.
Home-page: https://github.com/smarie/python-vtypes
Maintainer: Sylvain Marié
Maintainer-email: sylvain.marie@se.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-vtypes/tarball/0.5.1
Keywords: type class instance value valid validate validator validation check checker checking
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: valid8

# python validating types (vtypes)

[![Python versions](https://img.shields.io/pypi/pyversions/vtypes.svg)](https://pypi.python.org/pypi/vtypes/) [![Build Status](https://travis-ci.org/smarie/python-vtypes.svg?branch=master)](https://travis-ci.org/smarie/python-vtypes) [![Tests Status](https://smarie.github.io/python-vtypes/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-vtypes/junit/report.html) [![codecov](https://codecov.io/gh/smarie/python-vtypes/branch/master/graph/badge.svg)](https://codecov.io/gh/smarie/python-vtypes)

[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-vtypes/) [![PyPI](https://img.shields.io/pypi/v/vtypes.svg)](https://pypi.python.org/pypi/vtypes/) [![Downloads](https://pepy.tech/badge/vtypes)](https://pepy.tech/project/vtypes) [![Downloads per week](https://pepy.tech/badge/vtypes/week)](https://pepy.tech/project/vtypes) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-vtypes.svg)](https://github.com/smarie/python-vtypes/stargazers)


*Validating types for python - use `isinstance()` to validate both type and value.*

The documentation for users is available here: [https://smarie.github.io/python-vtypes/](https://smarie.github.io/python-vtypes/)

A readme for developers is available here: [https://github.com/smarie/python-vtypes](https://github.com/smarie/python-vtypes)


