Created by: ergo
What is this Python project?
Top layer to make authentication, resource ownership and permission management fast, simple and easy. In summary, Ziggurat Foundations is a set of framework agnostic set of sqlalchemy classes that help working with users,groups, permissions and resources together.
ZF has been used for very large implementations (millions of real users) and has been extended for custom applications such as geo-location applications that rely on pin-point accuracy for a users location. Zigg has been designed to work for high end environments, where the user(s) are at the main focus of the application (for example ZF could become the backbone for a social media style application).
What's the difference between this Python project and similar ones?
There are no maintained cross-framework solutions based on sqlalchemy that solve this problem with mixins.