tests versuch 2
This commit is contained in:
parent
fdf385fe06
commit
c88f7df83a
2363 changed files with 408191 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: Flask-Session
|
||||
Version: 0.5.0
|
||||
Summary: Server-side session support for Flask
|
||||
Author-email: Shipeng Feng <fsp261@gmail.com>
|
||||
Maintainer-email: Pallets Community Ecosystem <contact@palletsprojects.com>
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/x-rst
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Environment :: Web Environment
|
||||
Classifier: Framework :: Flask
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Session
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
||||
Requires-Dist: flask>=2.2
|
||||
Requires-Dist: cachelib
|
||||
Project-URL: Changes, https://flasksession.readthedocs.io/changes.html
|
||||
Project-URL: Chat, https://discord.gg/pallets
|
||||
Project-URL: Documentation, https://flasksession.readthedocs.io
|
||||
Project-URL: Issue Tracker, https://github.com/pallets-eco/flask-session/issues/
|
||||
Project-URL: Source Code, https://github.com/pallets-eco/flask-session/
|
||||
|
||||
Flask-Session
|
||||
=============
|
||||
|
||||
Flask-Session is an extension for Flask that adds support for server-side sessions to
|
||||
your application.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue