Skip to main content

A mid stack Flask based framework that put structure in the file system. Features: Caching, Mailing, Storage, CSRF, recaptcha, Cors. Supports HTML and Markdown and more

Project description

Flasik

[

Documentation

Flasik is A mid stack, batteries framework based on Flask. It adds structure to your Flask application, and group the endpoints by classes instead of just loose functions.

Technically Flasik is my attempt of making a simple framework based on Flask Great Again!

Decisions made for you + Features

  • Smart routing: automatically generates routes based on the classes and methods in your views

  • Class name as the base url, ie: class UserAccount will be accessed at '/user-account'

  • Class methods (action) could be accessed: hello_world(self) becomes 'hello-world'

  • Smart Rendering without adding any blocks in your templates

  • Auto rendering by returning a dict of None

  • Templates are mapped as the model in the class the $module/$class/$method.html

  • Markdown ready: Along with HTML, it can also properly parse Markdown

  • Auto route can be edited with @route()

  • Restful: GET, POST, PUT, DELETE

  • REST API Ready

  • bcrypt is chosen as the password hasher

  • Session: Redis, AWS S3, Google Storage, SQLite, MySQL, PostgreSQL

  • ORM: Active-Alchemy (SQLALchemy wrapper)

  • ReCaptcha: Flask-Recaptcha

  • Uses Arrow for dates

  • Active-Alchemy saves the datetime as arrow object, utc_now

  • CSRF on all POST

  • CloudStorage: Local, S3, Google Storage Flask-Cloudy

  • Mailer (SES or SMTP)

  • Caching

  • Propel for deployment

  • Decorators, lots of decorators

Quickstart

Install Flasik

To install Flasik, it is highly recommended to use a virtualenv, in this case I use virtualenvwrapper

mkvirtualenv my-flasik-site

Install Flasik

pip install flasik

Initialize your application

Now Flasik has been installed, let's create our first application

cd your-dir

flasik-admin setup

flasik-admin setup setup the structure along with the necessary files to get started

You will see a structure similar to this

/your-dir
    |
    |__ .gitignore
    |
    |__ propel.yml
    |
    |__ requirements.txt
    |
    |__ brew.py
    |
    |__ application/
        |
        |__ __init__.py
        |
        |__ config.py
        |
        |__ /models/
            |
            |__ __init__.py
            |
            |__ models.py
        |
        |__ /views/
            |
            |__ __init__.py
            |
            |__ main.py
        |
        |__ /templates/
            | 
            |__ /layouts/
                | 
                |__ base.jade
            |
            |__ /main/
                |
                |__ /Index/
                    |
                    |__ index.jade
        |
        |__ /static/
            |
            |__ assets.yml
            |
            |__ package.json
        |
        |__ /data/
            |
            |__ babel.cfg
            |
            |__ /uploads/
            |
            |__ /babel/
            |
            |__ /mail-templates/
        |
        |__ /lib/

Serve your first application

If everything is all set, all you need to do now is run your site:

flasik serve

It will start serving your application by default at 127.0.0.1:5000

Go to http://127.0.0.1:5000/


I hope this wasn't too hard. Now Read The Docs at http://mardix.github.io/Flasik/ for more

Thanks,

Mardix :)


Read The Docs

To dive into the documentation, Read the docs @ http://mardix.github.io/Flasik/


License MIT

Copyright: 2017 Mardix

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

flask-assembly-0.0.0.tar.gz (135.7 kB view details)

Uploaded Source

Built Distribution

flask_assembly-0.0.0-py2-none-any.whl (232.7 kB view details)

Uploaded Python 2

File details

Details for the file flask-assembly-0.0.0.tar.gz.

File metadata

  • Download URL: flask-assembly-0.0.0.tar.gz
  • Upload date:
  • Size: 135.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.35.0 CPython/2.7.13

File hashes

Hashes for flask-assembly-0.0.0.tar.gz
Algorithm Hash digest
SHA256 7489f044e149631a9b74982bd1b0ffe01da7aa55536e5f58498498e5120348a9
MD5 3be4e47dc2df23a8439b0982f3597c0d
BLAKE2b-256 f5bb585483dbffc140ab63261f085364b47ac74f17a0c12a94fadd24d364515a

See more details on using hashes here.

File details

Details for the file flask_assembly-0.0.0-py2-none-any.whl.

File metadata

  • Download URL: flask_assembly-0.0.0-py2-none-any.whl
  • Upload date:
  • Size: 232.7 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.35.0 CPython/2.7.13

File hashes

Hashes for flask_assembly-0.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 85264d6bf67a3fbe0be0259f4ff6c324df6770ac171927fa617eaf8a6202f730
MD5 0ab068cad0e8b2f8bb36bb30d4b9a99e
BLAKE2b-256 5c9b5ee56dd3e177ff259f43963b5bb3ffd327af5c572c9f212d03c50a4bfcc9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page