Rest API Code Generator
Project description
django-rest-gen
This generates a fully functioning apis using generated serializers and class-views.
How to use it
- Install it in your django project
pip install django-rest-gen
. - Run it and specify your app
python -m django-rest-gen
. You should also specify the appropriate arguments (e.g.,python -m django-rest-gen --settings iires/settings.py --apppath iirapp
) Note: if the file already exists and is not empty, the content will be printed instead in the stdout
Arguments
usage: django-rest-gen [-h] [--pythonpath PYTHONPATH] --settings SETTINGS --apppath APPPATH [--overwrite] [--dummy]
Generate Django REST API code
optional arguments:
-h, --help show this help message and exit
--pythonpath PYTHONPATH
Python Path directory.
--settings SETTINGS The path to the django project settings
--apppath APPPATH The path to the app
--overwrite Whether to overwrite existing files if any
--dummy Whether to generate dummy data generator
Limitations
- Flat. No nesting is provided as it depends on user preferences.
Rebuild package
python3 -m build
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-rest-gen-0.0.9.tar.gz
(8.8 kB
view hashes)
Built Distribution
Close
Hashes for django_rest_gen-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01d502a701123f8db7e3b2d5e19cc559ab9bf486a5992c1f86f6a12da2646b3a |
|
MD5 | c8f86388d8f1cd1eff0b015ba3454c5e |
|
BLAKE2b-256 | 67fe93b159626ded00d3c026f8bf6f10ec6596f50a1ac133e4c5529f3ec50a92 |