https://github.com/mbarakaja/saraki
A framework for multi-tenant applications
https://github.com/mbarakaja/saraki
flask multi-tenant postgres sqlachemy
Last synced: 20 days ago
JSON representation
A framework for multi-tenant applications
- Host: GitHub
- URL: https://github.com/mbarakaja/saraki
- Owner: mbarakaja
- License: mit
- Created: 2018-04-30T12:18:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:42:56.000Z (over 3 years ago)
- Last Synced: 2025-12-16T19:13:46.657Z (4 months ago)
- Topics: flask, multi-tenant, postgres, sqlachemy
- Language: Python
- Homepage:
- Size: 284 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Saraki (wip)
============
A framework for multi-tenant applications
.. image:: https://img.shields.io/pypi/v/saraki.svg
:target: https://pypi.python.org/pypi/saraki
.. image:: https://img.shields.io/travis/mbarakaja/saraki.svg
:target: https://travis-ci.org/mbarakaja/saraki
:alt: Travis Status
.. image:: https://ci.appveyor.com/api/projects/status/fqs7mqhabymk3ad8?svg=true
:target: https://ci.appveyor.com/project/mbarakaja/saraki
.. image:: https://readthedocs.org/projects/saraki/badge
:target: https://saraki.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
This framework aims to help you build as quick as possible multi-tenant
applications. This is a work in progress, so things could change and break, but
you can give it a try if you want.
There is an early version of the `documentation`_.
Work in progress
~~~~~~~~~~~~~~~~
* User management
* Organization management
* Membership management
* Authentication and Authorization system
.. _documentation: https://saraki.readthedocs.io/en/latest/