A collection of tools for Falafel Framework
Project description
What kind of food is Falafel?
Falafel is a web development framework that bundles libraries and tools, providing an elegant and satisfying web development experience. We believe that there is no need to feel pain when developing software, whether it's a "warp engine" or a web page.
Falafel isn't a new independent or "alien" web Framework. It's just a web framework that provides a standard project with MVC concepts, and a collection of facilities for your web Python project.
More here: Falafel
About Fava CLI
Fava is the command-line interface (CLI) for Falafel, and the CLI provides several useful commands that can help you as you build your app.
Fava is a standalone Python package, but it was designed as a main dependency of Falafel. Its functionality depends on the base Falafel project and it isn't recommended to run just Fava without Falafel files.
Fava, our CLI provides tools to facilitate your application development. With Fava you can interact with your favorite database engine, generating migrations, models, and seeds. It is also possible to create routes, controllers and other functionality.
Fava is a good friend! :)
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.2.tar.gz
.
File metadata
- Download URL: falafel-fava-0.2.tar.gz
- Upload date:
- Size: 9.1 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 | 2e46d45fd0bd6ce647b6c5993c5c5791c8f262dbfefa0fbcaa48512f1721ba88 |
|
MD5 | 35a63d75b6be46dff66bc2c8b84e4901 |
|
BLAKE2b-256 | 08874a245ee9792ecfd5fac6f6f0b83cc2ff9c6d26742bb4f6701c2bb9f34eec |
File details
Details for the file falafel_fava-0.2-py3-none-any.whl
.
File metadata
- Download URL: falafel_fava-0.2-py3-none-any.whl
- Upload date:
- Size: 12.4 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 | 6842e1de438140a5e44e1168dd0a2370c41c4e25016841d4c53d381b3a8dce75 |
|
MD5 | 6447963e259ab8d686f223402c9747bc |
|
BLAKE2b-256 | 9bd56aafaa1b2107c6768eaa4550cfe2d1b55e13b0eb3ad3c3498ff9cfe28c7c |