add Linux_i686
This commit is contained in:
parent
75f9a2fcbc
commit
95cd9b11f2
1644 changed files with 564260 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: itsdangerous
|
||||
Version: 0.24
|
||||
Summary: Various helpers to pass trusted data to untrusted environments and back.
|
||||
Home-page: http://github.com/mitsuhiko/itsdangerous
|
||||
Author: Armin Ronacher
|
||||
Author-email: armin.ronacher@active-4.com
|
||||
License: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
CHANGES
|
||||
LICENSE
|
||||
MANIFEST.in
|
||||
Makefile
|
||||
README
|
||||
itsdangerous.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
tests.py
|
||||
tox.ini
|
||||
docs/Makefile
|
||||
docs/conf.py
|
||||
docs/index.rst
|
||||
docs/make.bat
|
||||
docs/_static/itsdangerous.png
|
||||
docs/_themes/.gitignore
|
||||
docs/_themes/LICENSE
|
||||
docs/_themes/README
|
||||
docs/_themes/flask_theme_support.py
|
||||
docs/_themes/flask_small/layout.html
|
||||
docs/_themes/flask_small/theme.conf
|
||||
docs/_themes/flask_small/static/flasky.css_t
|
||||
itsdangerous.egg-info/PKG-INFO
|
||||
itsdangerous.egg-info/SOURCES.txt
|
||||
itsdangerous.egg-info/dependency_links.txt
|
||||
itsdangerous.egg-info/not-zip-safe
|
||||
itsdangerous.egg-info/top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
../itsdangerous.py
|
||||
../itsdangerous.pyc
|
||||
./
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
PKG-INFO
|
||||
not-zip-safe
|
||||
top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
itsdangerous
|
||||
Loading…
Add table
Add a link
Reference in a new issue