dataf

Create project to manipulate data.


License
MIT
Install
pip install dataf==0.0.3

Documentation

DataF

Documentation Status Build Status codecov PyPI PyPI - Python Version

DataF is a framework to create data oriented project in a fast way.

  • Data and database manipulation using SQLAlchemy.
  • Database migration with alembic.
  • Creating Web application using Flask.
  • Creating CLI.
  • Clean settings using Yaml.
  • Logging.

Dependencies:

  • python >= 3.5
  • SQLAlchemy
  • PyYAML
  • slackclient
  • flask
  • flasgger
  • docutils
  • mako
  • alembic

Quick install:

pip install dataf

Create project:

dataf create_project name

Install without pip:

git clone https://github.com/BenjaminBoumendil/dataf.git

make

pip install dataf/dist/dataf-x.x.x.tar.gz