Skip to content

BenjaminBoumendil/dataf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataF

Documentation Status Build Status codecov PyPI PyPI - Python Version Language grade: Python

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages