Metadata-Version: 2.1
Name: drftmpl
Version: 0.0.2
Summary: Generate rest framework templates
Home-page: https://github.com/toyourheart163/drftmpl
Author: Mikele
Author-email: blive200@gmail.com
License: UNKNOWN
Description: # drftmpl
        
        ## Auto generate django rest framework templates
        
        >It will generate or add these.
        
        - serializers.py
        - viewsets.py
        - {project}/router.py
        
        ## install
        
        ```bash
        pip install drftmpl
        ```
        
        ## Use
        
        ```bash
        drftmpl -a app -m model model2 model3
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
