Metadata-Version: 2.1
Name: django-forms-plus
Version: 0.5.0
Summary: React-powered forms for Django
Home-page: https://github.com/versusbassz/django_forms_plus
License: MIT
Keywords: django,forms,react
Author: Vladimir Sklyar
Author-email: versus.post@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: User Interfaces
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Project-URL: Repository, https://github.com/versusbassz/django_forms_plus
Description-Content-Type: text/markdown

# django_forms_plus (DFP)

The extendable ReactJS-powered rendering layer for Django Forms.

## The state of the project
**This package is in ALPHA state. DON'T USE ON PRODUCTION (or do it on your own risk).
The architecture and approaches can get changed significantly in next versions.**  
Also, there aren't so many supported fields and widgets for now
since it's just a proof of concept mostly.

## Docs
Will be available in next versions.

## Dependencies

### Javascript
- react, react-dom
- react-hook-form - [site](https://react-hook-form.com/)
- yup - [npm](https://www.npmjs.com/package/yup)
- classnames

### Python
- pydantic

## License
MIT

