Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cahersan/django-schemulator
https://github.com/Cahersan/django-schemulator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Cahersan/django-schemulator
- Owner: Cahersan
- License: bsd-3-clause
- Created: 2014-07-21T16:30:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T11:35:58.000Z (about 7 years ago)
- Last Synced: 2024-04-04T10:32:49.943Z (7 months ago)
- Language: Python
- Size: 370 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-schemulator - (Python)
README
# django-schemulator
__django-schemulator__ aims to provide an easy way to generate descriptions of
forms using JSON Schema. __django-schemulator__ can convert [Django Forms](https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form) and
[WTForms](https://wtforms.readthedocs.org/en/latest/index.html#) to JSON Schema representations and viceversa.Learn more about JSON Schema in [json-schema.org](http://json-schema.org/) and throught this [great guide](http://spacetelescope.github.io/understanding-json-schema/index.html) to the JSON Schema syntax.
### Visit __django-schemulator__'s [project page](http://cahersan.github.io/django-schemulator/)!
### Installation
Install __django-schemulator__ via `pip`
git clone https://github.com/Cahersan/django-schemulator
cd django-schemulator
pip install .django-schemulator uses:
[json-document](https://github.com/Cahersan/json-document)
[json-schema-toolkit](https://github.com/Cahersan/json-schema-toolkit)