~ibmcharmers/charms/xenial/ibm-cinder-storwize-svc/trunk

« back to all changes in this revision

Viewing changes to .tox/py35/lib/python3.5/site-packages/six-1.10.0.dist-info/METADATA

  • Committer: Ankammarao
  • Date: 2017-03-06 05:11:42 UTC
  • Revision ID: achittet@in.ibm.com-20170306051142-dpg27z4es1k56hfn
Marked tests folder executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 2.0
 
2
Name: six
 
3
Version: 1.10.0
 
4
Summary: Python 2 and 3 compatibility utilities
 
5
Home-page: http://pypi.python.org/pypi/six/
 
6
Author: Benjamin Peterson
 
7
Author-email: benjamin@python.org
 
8
License: MIT
 
9
Platform: UNKNOWN
 
10
Classifier: Programming Language :: Python :: 2
 
11
Classifier: Programming Language :: Python :: 3
 
12
Classifier: Intended Audience :: Developers
 
13
Classifier: License :: OSI Approved :: MIT License
 
14
Classifier: Topic :: Software Development :: Libraries
 
15
Classifier: Topic :: Utilities
 
16
 
 
17
Six is a Python 2 and 3 compatibility library.  It provides utility functions
 
18
for smoothing over the differences between the Python versions with the goal of
 
19
writing Python code that is compatible on both Python versions.  See the
 
20
documentation for more information on what is provided.
 
21
 
 
22
Six supports every Python version since 2.6.  It is contained in only one Python
 
23
file, so it can be easily copied into your project. (The copyright and license
 
24
notice must be retained.)
 
25
 
 
26
Online documentation is at https://pythonhosted.org/six/.
 
27
 
 
28
Bugs can be reported to https://bitbucket.org/gutworth/six.  The code can also
 
29
be found there.
 
30
 
 
31
For questions about six or porting in general, email the python-porting mailing
 
32
list: https://mail.python.org/mailman/listinfo/python-porting
 
33
 
 
34