/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
/opt/alt/python27/lib/python2.7/site-packages
mkdir
upload
Name
Size
Mode
Actions
alembic/
-
0755
rm
alembic-0.8.3-py2.7.egg-info/
-
0755
rm
argparse-1.2.1-py2.7.egg-info/
-
0755
rm
babel/
-
0755
rm
Babel-1.3-py2.7.egg-info/
-
0755
rm
beaker/
-
0755
rm
Beaker-1.5.4-py2.7.egg-info/
-
0755
rm
chardet/
-
0755
rm
chardet-2.3.0-py2.7.egg-info/
-
0755
rm
contextlib2-0.5.4-py2.7.egg-info/
-
0755
rm
dateutil/
-
0755
rm
docopt-0.6.2-py2.7.egg-info/
-
0755
rm
jinja2/
-
0755
rm
Jinja2-2.7.2-py2.7.egg-info/
-
0755
rm
lvestats/
-
0755
rm
mako/
-
0755
rm
Mako-0.7.3-py2.7.egg-info/
-
0755
rm
nose/
-
0755
rm
nose-1.3.4-py2.7.egg-info/
-
0755
rm
paste/
-
0755
rm
Paste-1.7.5.1-py2.7.egg-info/
-
0755
rm
pip/
-
0755
rm
pip-20.2.4.dist-info/
-
0755
rm
pkg_resources/
-
0755
rm
python_dateutil-1.4.1-py2.7.egg-info/
-
0755
rm
python_editor-0.4-py2.7.egg-info/
-
0755
rm
pytz/
-
0755
rm
raven/
-
0755
rm
raven-6.3.0-py2.7.egg-info/
-
0755
rm
requests/
-
0755
rm
requests-2.10.0-py2.7.egg-info/
-
0755
rm
schema-0.3.1-py2.7.egg-info/
-
0755
rm
setuptools/
-
0755
rm
setuptools-36.3.0.post20231113.dist-info/
-
0755
rm
svgwrite/
-
0755
rm
svgwrite-1.1.5-py2.7.egg-info/
-
0755
rm
tempita/
-
0755
rm
Tempita-0.5.1-py2.7.egg-info/
-
0755
rm
urllib3/
-
0755
rm
urllib3-1.15.1-py2.7.egg-info/
-
0755
rm
argparse.py
87791
0644
edit
dl
rm
argparse.pyc
68676
0644
edit
dl
rm
argparse.pyo
68506
0644
edit
dl
rm
contextlib2.py
14828
0644
edit
dl
rm
contextlib2.pyc
16009
0644
edit
dl
rm
contextlib2.pyo
16009
0644
edit
dl
rm
docopt.py
19946
0644
edit
dl
rm
docopt.pyc
24666
0644
edit
dl
rm
docopt.pyo
25033
0644
edit
dl
rm
easy_install.py
126
0644
edit
dl
rm
easy_install.pyc
328
0644
edit
dl
rm
easy_install.pyo
328
0644
edit
dl
rm
editor.py
2550
0755
edit
dl
rm
editor.pyc
3685
0644
edit
dl
rm
editor.pyo
3685
0644
edit
dl
rm
lprettytable.py
23849
0644
edit
dl
rm
lprettytable.pyc
19697
0644
edit
dl
rm
lprettytable.pyo
19797
0644
edit
dl
rm
Paste-1.7.5.1-py2.7-nspkg.pth
304
0644
edit
dl
rm
pyparsing-1.5.6-py2.7.egg-info
670
0644
edit
dl
rm
pyparsing.py
155429
0644
edit
dl
rm
pyparsing.pyc
155195
0644
edit
dl
rm
pyparsing.pyo
155195
0644
edit
dl
rm
PySocks-1.5.7-py2.7.egg-info
322
0644
edit
dl
rm
pytz-2012d-py2.7.egg-info
23309
0644
edit
dl
rm
schema.py
6206
0644
edit
dl
rm
schema.pyc
8532
0644
edit
dl
rm
schema.pyo
8608
0644
edit
dl
rm
six-1.9.0-py2.7.egg-info
1419
0644
edit
dl
rm
six.py
29664
0644
edit
dl
rm
six.pyc
30722
0644
edit
dl
rm
six.pyo
30722
0644
edit
dl
rm
socks.py
29952
0644
edit
dl
rm
socks.pyc
25688
0644
edit
dl
rm
socks.pyo
25688
0644
edit
dl
rm
sockshandler.py
2913
0644
edit
dl
rm
sockshandler.pyc
4737
0644
edit
dl
rm
sockshandler.pyo
4737
0644
edit
dl
rm
typing-3.5.3.0-py2.7.egg-info
1484
0644
edit
dl
rm
typing.py
64895
0644
edit
dl
rm
typing.pyc
79068
0644
edit
dl
rm
typing.pyo
78407
0644
edit
dl
rm
Edit:
/opt/alt/python27/lib/python2.7/site-packages/typing-3.5.3.0-py2.7.egg-info
(1484B)
Metadata-Version: 1.1 Name: typing Version: 3.5.3.0 Summary: Type Hints for Python Home-page: https://docs.python.org/3.5/library/typing.html Author: Guido van Rossum, Jukka Lehtosalo, Ćukasz Langa Author-email: jukka.lehtosalo@iki.fi License: PSF Description: Typing -- Type Hints for Python This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. Keywords: typing function annotations type hints hinting checking checker typehints typehinting typechecking backport Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Python Software Foundation License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Software Development
Save
cmd:
run