Open Media Library Platform
This commit is contained in:
commit
411ad5b16f
5849 changed files with 1778641 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
Six is a Python 2 and 3 compatibility library. It provides utility functions
|
||||
for smoothing over the differences between the Python versions with the goal of
|
||||
writing Python code that is compatible on both Python versions. See the
|
||||
documentation for more information on what is provided.
|
||||
|
||||
Six supports every Python version since 2.5. It is contained in only one Python
|
||||
file, so it can be easily copied into your project. (The copyright and license
|
||||
notice must be retained.)
|
||||
|
||||
Online documentation is at http://pythonhosted.org/six/.
|
||||
|
||||
Bugs can be reported to http://bitbucket.org/gutworth/six. The code can also be
|
||||
found there.
|
||||
|
||||
For questions about six or porting in general, email the python-porting mailing
|
||||
list: http://mail.python.org/mailman/listinfo/python-porting
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
Metadata-Version: 2.0
|
||||
Name: six
|
||||
Version: 1.6.1
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
Home-page: http://pypi.python.org/pypi/six/
|
||||
Author: Benjamin Peterson
|
||||
Author-email: benjamin@python.org
|
||||
License: MIT
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Topic :: Utilities
|
||||
|
||||
Six is a Python 2 and 3 compatibility library. It provides utility functions
|
||||
for smoothing over the differences between the Python versions with the goal of
|
||||
writing Python code that is compatible on both Python versions. See the
|
||||
documentation for more information on what is provided.
|
||||
|
||||
Six supports every Python version since 2.5. It is contained in only one Python
|
||||
file, so it can be easily copied into your project. (The copyright and license
|
||||
notice must be retained.)
|
||||
|
||||
Online documentation is at http://pythonhosted.org/six/.
|
||||
|
||||
Bugs can be reported to http://bitbucket.org/gutworth/six. The code can also be
|
||||
found there.
|
||||
|
||||
For questions about six or porting in general, email the python-porting mailing
|
||||
list: http://mail.python.org/mailman/listinfo/python-porting
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
six.py,sha256=whAS1kvmixxh-pKqb5qQ05-fHMnGjuKyU6m7_wa09O4,23462
|
||||
six-1.6.1.dist-info/METADATA,sha256=gJwO11jBmVqgPIovWODDi3q04AIG3IshXc3uvmvtOu4,1279
|
||||
six-1.6.1.dist-info/top_level.txt,sha256=_iVH_iYEtEXnD8nYGQYpYFUvkUW9sEO1GYbkeKSAais,4
|
||||
six-1.6.1.dist-info/pydist.json,sha256=mKxr_5dOwkrHUxMGy62vhBZaKnllO0YPuuEMElNgFBs,621
|
||||
six-1.6.1.dist-info/DESCRIPTION.rst,sha256=wDIPS0rnIMXICM3qxqUg2g5ozzQyOpCLh8oaca9UgFQ,771
|
||||
six-1.6.1.dist-info/RECORD,,
|
||||
six-1.6.1.dist-info/WHEEL,sha256=SXYYsi-y-rEGIva8sB8iKF6bAFD6YDhmqHX5hI3fc0o,110
|
||||
six.pyc,,
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.22.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"summary": "Python 2 and 3 compatibility utilities", "classifiers": ["Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries", "Topic :: Utilities"], "license": "MIT", "metadata_version": "2.0", "project_urls": {"Home": "http://pypi.python.org/pypi/six/"}, "contacts": [{"email": "benjamin@python.org", "name": "Benjamin Peterson", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "version": "1.6.1", "name": "six", "generator": "bdist_wheel (0.22.0)"}
|
||||
|
|
@ -0,0 +1 @@
|
|||
six
|
||||
Loading…
Add table
Add a link
Reference in a new issue