File: PKG-INFO

package info (click to toggle)
flask-security 4.0.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,340 kB
  • sloc: python: 12,730; makefile: 131
file content (111 lines) | stat: -rw-r--r-- 5,475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Metadata-Version: 1.2
Name: Flask-Security-Too
Version: 4.0.0
Summary: Simple security for Flask apps.
Home-page: https://github.com/Flask-Middleware/flask-security
Author: Matt Wright & Chris Wagner
Author-email: jwag.wagner+github@gmail.com
License: MIT
Project-URL: Documentation, https://flask-security-too.readthedocs.io
Project-URL: Releases, https://pypi.org/project/Flask-Security-Too/
Project-URL: Code, https://github.com/Flask-Middleware/flask-security
Project-URL: Issue tracker, https://github.com/Flask-Middleware/flask-security/issues
Description: Flask-Security
        ===================
        
        .. image:: https://github.com/Flask-Middleware/flask-security/workflows/tests/badge.svg?branch=master&event=push
            :target: https://github.com/Flask-Middleware/flask-security
        
        .. image:: https://codecov.io/gh/Flask-Middleware/flask-security/branch/master/graph/badge.svg?token=U02MUQJ7BM
            :target: https://codecov.io/gh/Flask-Middleware/flask-security
            :alt: Coverage!
        
        .. image:: https://img.shields.io/github/tag/Flask-Middleware/flask-security.svg
            :target: https://github.com/Flask-Middleware/flask-security/releases
        
        .. image:: https://img.shields.io/pypi/dm/flask-security-too.svg
            :target: https://pypi.python.org/pypi/flask-security-too
            :alt: Downloads
        
        .. image:: https://img.shields.io/github/license/Flask-Middleware/flask-security.svg
            :target: https://github.com/Flask-Middleware/flask-security/blob/master/LICENSE
            :alt: License
        
        .. image:: https://readthedocs.org/projects/flask-security-too/badge/?version=latest
            :target: https://flask-security-too.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/python/black
        
        .. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
            :target: https://github.com/pre-commit/pre-commit
            :alt: pre-commit
        
        Quickly add security features to your Flask application.
        
        Notes on this repo
        ------------------
        This is a independently maintained version of Flask-Security based on the 3.0.0
        version of the `Original <https://github.com/mattupstate/flask-security>`_
        
        Goals
        +++++
        * Regain momentum for this critical piece of the Flask eco-system. To that end the
          the plan is to put out small, frequent releases starting with pulling the simplest
          and most obvious changes that have already been vetted in the upstream version, as
          well as other pull requests. This was completed with the June 29 2019 3.2.0 release.
        * Continue work to get Flask-Security to be usable from Single Page Applications,
          such as those built with Vue and Angular, that have no html forms. This is true as of the 3.3.0
          release.
        * Use `OWASP <https://github.com/OWASP/ASVS>`_ to guide best practice and default configurations.
        * Be more opinionated and 'batteries' included by reducing reliance on abandoned projects and
          bundling in support for common use cases.
        * Follow the `Pallets <https://github.com/pallets>`_ lead on supported versions, documentation
          standards and any other guidelines for extensions that they come up with.
        * Any other great ideas.
        
        Contributing
        ++++++++++++
        Issues and pull requests are welcome. Other maintainers are also welcome. Unlike
        the original Flask-Security - issue pull requests against the *master* branch.
        Please consult these `contributing`_ guidelines.
        
        .. _contributing: https://github.com/Flask-Middleware/flask-security/blob/master/CONTRIBUTING.rst
        
        Installing
        ----------
        Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:
        
        ::
        
            pip install -U Flask-Security-Too
        
        
        Resources
        ---------
        
        - `Documentation <https://flask-security-too.readthedocs.io/>`_
        - `Releases <https://pypi.org/project/Flask-Security-Too/>`_
        - `Issue Tracker <https://github.com/Flask-Middleware/flask-security/issues>`_
        - `Code <https://github.com/Flask-Middleware/flask-security/>`_
        
Keywords: flask security
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6