mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
python 3 migration
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: Flask-Classy
|
||||
Version: 0.6.10
|
||||
Summary: Class based views for Flask
|
||||
Home-page: https://github.com/apiguy/flask-classy
|
||||
Author: Freedom Dumlao
|
||||
Author-email: freedomdumlao@gmail.com
|
||||
License: BSD
|
||||
Description:
|
||||
Flask-Classy
|
||||
-------------
|
||||
|
||||
Class based views for Flask
|
||||
|
||||
Platform: any
|
||||
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 :: 2
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
@@ -0,0 +1,10 @@
|
||||
README.rst
|
||||
flask_classy.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
Flask_Classy.egg-info/PKG-INFO
|
||||
Flask_Classy.egg-info/SOURCES.txt
|
||||
Flask_Classy.egg-info/dependency_links.txt
|
||||
Flask_Classy.egg-info/not-zip-safe
|
||||
Flask_Classy.egg-info/requires.txt
|
||||
Flask_Classy.egg-info/top_level.txt
|
||||
+1
@@ -0,0 +1 @@
|
||||
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
../__pycache__/flask_classy.cpython-36.pyc
|
||||
../flask_classy.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
not-zip-safe
|
||||
requires.txt
|
||||
top_level.txt
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Flask>=0.9
|
||||
@@ -0,0 +1 @@
|
||||
flask_classy
|
||||
Reference in New Issue
Block a user