Metadata-Version: 2.1
Name: django-front-end-validators
Version: 0.1.0
Summary: Use model field validator functions for front end JS validation
Home-page: https://github.com/johnfraney/django-front-end-validators
Author: John Franey
Author-email: johnfraney@gmail.com
License: MIT
Keywords: django-front-end-validators
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
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: transcrypt (>=3.6)

# Django Front End Validators

[
![PyPI](https://img.shields.io/pypi/v/django-front-end-validators.svg)
![PyPI](https://img.shields.io/pypi/pyversions/django-front-end-validators.svg)
![PyPI](https://img.shields.io/pypi/djversions/django-front-end-validators.svg)
![PyPI](https://img.shields.io/pypi/l/django-front-end-validators.svg)
](https://pypi.org/project/django-front-end-validators/)
[![TravisCI](https://travis-ci.org/johnfraney/django-front-end-validators.svg?branch=master)](https://travis-ci.org/johnfraney/django-front-end-validators)

Django Front End Validators allows you to reuse server-side [model field validators](https://docs.djangoproject.com/en/dev/ref/validators/) to perform front end form validation in JavaScript.


## Documentation

Documentation is available in the [docs directory](./docs/index.md) and at https://johnfraney.github.io/django-front-end-validators.


## Supported Python versions

Currently support is planned for only Python 3.6 and 3.7, on which Transcrypt 3.6 and 3.7 depend.


## Credits

Tools used in rendering this package:

[Transcrypt](http://www.transcrypt.org/)

[Cookiecutter](https://github.com/audreyr/cookiecutter)

[`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)



## Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).


# History


