This is an application designed to speed up process of configuring evironment for new flask RESTful projects.
Project description
This utility is answer on my personal demand. Creating repository and building all flask project dependencies from scratch for every new project is time consumming and boring. Install this package, call create-flask-application utility, answer basic questions and enjoy your new project.
Installation
To install create-flask-application utility, just type:
` $ pip install create-flask-application `
This module is only available for python3 (for now).
Usage
In your console, type: ` $ create-flask-application `
You will be asked few questions. A new directory will be created inside your CWD. Its name is the same as you specified answering first question about project name.
- create-flask-application will spawn templates with:
basic rest api implementation
optional flask-mail support
optional socketio support
wsgi application config
general application config with random generated secret key
optional sqlalchemy initial setup
Limitations
- create-flask-application will:
create project directory
create virtualenv directory called venv
install all required python dependencies
render all requiered code templates
spawn basic gitignore file
- create-flask-application will not:
create git repository
work under python 2
support databases other than postgresql with psycopg2 driver (I will update it to all databases supported by sqlalchemy soon)
Note that you have to have python3-venv installed.
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
Built Distribution
Hashes for create-flask-application-0.1.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae5e3676dbae47035dea7d560a6fcbba81f669c10bd7d071b1b6a1965dd4d965 |
|
MD5 | b592afccade3572da4a04d99bb4d0116 |
|
BLAKE2b-256 | d9484c8e3714543dd6627da821963c6e691e04b1acdac62741cef3ff30021c08 |
Hashes for create_flask_application-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e76db3dc78120202eae343e9f465473ba3221baaf84ef95cf3d0bc2b0be4e413 |
|
MD5 | d8ef994181c4ff013919d75c7c9fe272 |
|
BLAKE2b-256 | 2e6192b55e13263e2f50ca976c34b59e534def7e6ee208ccbcb6572f1c8c8a15 |