File: PKG-INFO

package info (click to toggle)
flask-openid 1.3.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: python: 599; makefile: 120
file content (38 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (4)
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
Metadata-Version: 2.1
Name: Flask-OpenID
Version: 1.3.0
Summary: OpenID support for Flask
Home-page: http://github.com/mitsuhiko/flask-openid/
Author: Armin Ronacher, Patrick Uiterwijk, Jarek Potiuk, Jason R. Coombs, Emmanuel Bavoux
Author-email: armin.ronacher@active-4.com, puiterwijk@redhat.com, jarek@potiuk.com, jaraco@jaraco.com, emmanuel.bavoux@free2move.com
License: BSD
Description: Flask-OpenID
        ============
        
        Adds support for OpenID to flask applications.  Check out the
        example for more information.
        
        Documentation: http://packages.python.org/Flask-OpenID/
        
        
        CHANGELOG
        ---------
        
        * 1.3.0 Version: 8, September 2021
        
        Python 3-only compatible version with 2to3 removed to satisfy
        setuptools removal of 2to3 configuration option of setup.py
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.0
Description-Content-Type: text/x-rst