A tools collection to Falavel
Project description
About Fava CLI
Fava is the command-line interface (CLI) for Falafel, amd the CLI provides a number of helpful commands that can assist you while you build your application.
Fava is a standalone Python package, but it is designed as a main dependency of Falafel.
Its functionality depends on the Falafel base project and it isn't recommended to run just Fava without Falafel files.
To view a list of all available Fava commands, you may use the list command:
fava -h
Installation
You can install the Fava with PIP package manager.
pip install fava
Usage
Fava allows you to interact with your Falafel application in a development environment.
With the CLI it is possible to create migrations, models, routes, controllers, run the development server and other features.
Check de commands:
Run the development server:
fava --server (port)
Create a new migration file:
fava --make_migration create_user
Create a new database model file:
fava --make_model user
Create a new controller file:
fava --make_controller user
Create a new Route file:
fava --make_route user
Run all migrations or only one:
fava --db_migrate (migration_name)
Generate APP Key:
fava --generate_key
You can find more documentation on the project website:
Falafel Docs
Project details
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
File details
Details for the file falafel-fava-0.1.tar.gz
.
File metadata
- Download URL: falafel-fava-0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f224e349de8a523cccdc0c63d05cc5e3c4db99515e3f892f10b94ba61dd4403 |
|
MD5 | ef482645c2a53bed9d3c5cec3454f758 |
|
BLAKE2b-256 | c03cdf57fde0c028d871221937fe942df3645d7f441ae09dc82271dbd4fc5020 |
File details
Details for the file falafel_fava-0.1-py3-none-any.whl
.
File metadata
- Download URL: falafel_fava-0.1-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0db004d2c42a325291dcbc3fc615fedbe48f5e5fe5949c15a4fd0cb27d0c25b2 |
|
MD5 | 1f27c3e176577bcffd268e02e46be1a1 |
|
BLAKE2b-256 | bed757a1f2e5a3f8f6b1a44ee5459aa195f1b0c7176a856b1ffa6da3b18dc2fc |