Tools and extensions to make Flask development easier.
Project description
Fleaker is a framework built on top of Flask that aims to make using Flask easier and more productive, while promoting best practices.
Yes, it’s BSD licensed.
Easier to Setup
Save in an app.py:
import os
from fleaker import App
def create_app():
app = App.create_app(__name__)
settings_dict = {'DEBUG': True}
app.configure('.settings', os.env, settings_dict)
return app
if __name__ == '__main__':
create_app().run()
Just as Easy to Use
Run it:
$ pip install fleaker
$ python app.py
* Running on http://localhost:5000/
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
fleaker-0.5.0.tar.gz
(54.4 kB
view details)
File details
Details for the file fleaker-0.5.0.tar.gz
.
File metadata
- Download URL: fleaker-0.5.0.tar.gz
- Upload date:
- Size: 54.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d2ad09a642113414067dd9c7389c73416e862f5a873f67d5b9fe6c1a9d0c7f2 |
|
MD5 | abeb07de0322a86f51b05a4ffd8e9e8f |
|
BLAKE2b-256 | 533cb68f7af02febe914335166e14392412d4f6f67d1c661112d942b949b8db4 |