https://github.com/justanr/flask-allows
Authorization tools for Flask
https://github.com/justanr/flask-allows
flask permissions python
Last synced: 8 months ago
JSON representation
Authorization tools for Flask
- Host: GitHub
- URL: https://github.com/justanr/flask-allows
- Owner: justanr
- License: mit
- Archived: true
- Created: 2015-08-20T16:43:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T23:57:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T23:07:07.422Z (over 1 year ago)
- Topics: flask, permissions, python
- Language: Python
- Size: 126 KB
- Stars: 107
- Watchers: 9
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/justanr/flask-allows.svg?branch=master
:target: https://travis-ci.org/justanr/flask-allows
.. image:: https://coveralls.io/repos/github/justanr/flask-allows/badge.svg?branch=master
:target: https://coveralls.io/github/justanr/flask-allows?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
----------------
- For more information, `please visit the documentation `_.
- Found a bug, have a question, or want to request a feature? Here is our `issue tracker `_.
- Need the source code? Here is the `repository `_