This is a tools for init flask restful api project, this can save your time.
Project description
Init Flask Restful Api
Installing
Install and update using pip:
pip install -U rflask
A Simple Example
$ rflask init
project_name: [flask-restful-api-20200125-090404]
author: [Deacon]
author_email: [deacon@example.com]
description: [Flask restful api project.]
...
...
Create file /Users/donghp/Downloads/Git_doc/PythonProject/init-flask-restful-api/flask-restful-api-20200125-090404/supervisord_example.conf
Done.
Project dir tree:
.
├── applications
│ ├── test
│ │ ├── README.rst
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── user
│ │ ├── README.rst
│ │ ├── __init__.py
│ │ ├── models.py
│ │ └── views.py
│ └── __init__.py
├── enums
│ └── __init__.py
├── exceptions
│ ├── __init__.py
│ └── project_excepions.py
├── flask_ext
│ ├── __init__.py
│ └── logger.py
├── logs
├── requirements
│ ├── dev.txt
│ └── prod.txt
├── scripts
│ └── __init__.py
├── utils
│ ├── __init__.py
│ └── commands.py
├── README.rst
├── __init__.py
├── app.py
├── autoapp.py
├── compat.py
├── database.py
├── extensions.py
├── gunicorn.conf
├── gunicorn_example.conf
├── settings.py
├── setup.py
├── supervisord.conf
└── supervisord_example.conf
Links
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
rflask-1.0.6.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rflask-1.0.6.tar.gz.
File metadata
- Download URL: rflask-1.0.6.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e0da8f549462b4eae96ea26fe7764de7e6e56c6a709cc0281c805d087b95fdd
|
|
| MD5 |
64bf297eccb24b59a90c540969c0b581
|
|
| BLAKE2b-256 |
133d91f62a639b910989f554fb288bdf67811be6e2517de1c7cf583f733b9200
|
File details
Details for the file rflask-1.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: rflask-1.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fe9b9714fa051a36d5753e8706e8bf42ba7164b1b9995b1f013298b0bc7a41c
|
|
| MD5 |
70c94d1069960a3051260464735e5668
|
|
| BLAKE2b-256 |
95d5c29cec627543395bce3044d42d1dd39f8e7f42af57ee573af7286756f3e4
|