comparison venv/lib/python2.7/site-packages/pip-6.1.1.dist-info/METADATA @ 0:d67268158946 draft

planemo upload commit a3f181f5f126803c654b3a66dd4e83a48f7e203b
author bcclaywell
date Mon, 12 Oct 2015 17:43:33 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d67268158946
1 Metadata-Version: 2.0
2 Name: pip
3 Version: 6.1.1
4 Summary: The PyPA recommended tool for installing Python packages.
5 Home-page: https://pip.pypa.io/
6 Author: The pip developers
7 Author-email: python-virtualenv@groups.google.com
8 License: MIT
9 Keywords: easy_install distutils setuptools egg virtualenv
10 Platform: UNKNOWN
11 Classifier: Development Status :: 5 - Production/Stable
12 Classifier: Intended Audience :: Developers
13 Classifier: License :: OSI Approved :: MIT License
14 Classifier: Topic :: Software Development :: Build Tools
15 Classifier: Programming Language :: Python :: 2
16 Classifier: Programming Language :: Python :: 2.6
17 Classifier: Programming Language :: Python :: 2.7
18 Classifier: Programming Language :: Python :: 3
19 Classifier: Programming Language :: Python :: 3.2
20 Classifier: Programming Language :: Python :: 3.3
21 Classifier: Programming Language :: Python :: 3.4
22 Classifier: Programming Language :: Python :: Implementation :: PyPy
23 Provides-Extra: testing
24 Requires-Dist: pytest; extra == 'testing'
25 Requires-Dist: virtualenv (>=1.10); extra == 'testing'
26 Requires-Dist: scripttest (>=1.3); extra == 'testing'
27 Requires-Dist: mock; extra == 'testing'
28
29 pip
30 ===
31
32 The `PyPA recommended
33 <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
34 tool for installing Python packages.
35
36 * `Installation <https://pip.pypa.io/en/stable/installing.html>`_
37 * `Documentation <https://pip.pypa.io/>`_
38 * `Changelog <https://pip.pypa.io/en/stable/news.html>`_
39 * `Github Page <https://github.com/pypa/pip>`_
40 * `Issue Tracking <https://github.com/pypa/pip/issues>`_
41 * `Mailing list <http://groups.google.com/group/python-virtualenv>`_
42 * User IRC: #pypa on Freenode.
43 * Dev IRC: #pypa-dev on Freenode.
44
45
46 .. image:: https://pypip.in/v/pip/badge.png
47 :target: https://pypi.python.org/pypi/pip
48
49 .. image:: https://secure.travis-ci.org/pypa/pip.png?branch=develop
50 :target: http://travis-ci.org/pypa/pip
51
52