Skip to content

flaskbb/flask-allows

This branch is 6 commits ahead of justanr/flask-allows:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6bdce5 · Apr 25, 2024

History

96 Commits
Oct 4, 2018
Apr 25, 2024
Apr 25, 2024
Oct 4, 2018
May 15, 2018
Aug 20, 2015
Sep 3, 2018
Aug 20, 2015
Jul 5, 2021
Aug 20, 2015
Aug 29, 2017
Aug 20, 2015
May 26, 2018
Apr 25, 2024
Jul 5, 2021
Jul 5, 2021
Apr 25, 2024
Apr 15, 2018
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024

Repository files navigation

https://travis-ci.org/justanr/flask-allows.svg?branch=master https://coveralls.io/repos/github/justanr/flask-allows/badge.svg?branch=master

flask-allows

Are your permissions making too much noise all the time? Are your permissions stomping all over your actual code? Are your permission decorators clawing at your line count all the time? Think there's no answer? There is! Flask-Allows.

Flask-Allows is an authorization tool for Flask inspired by django-rest-framework's permissioning system and rest_condition's ability to compose simple requirements into more complex ones.

Installation

Flask-Allows is available on pypi and installable with:

pip install flask-allows

Flask Allows supports 2.7, and 3.4+. Support for 3.3 was ended in the version 0.3 release.

Note

If you are installing flask-allows outside of a virtual environment, consider installing it with pip install --user flask-allows rather than using sudo or adminstrator privileges to avoid installing it into your system Python.

More Information

About

Authorization tools for Flask

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%