Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 18.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: pypa-dev@groups.google.com
  8. License: MIT
  9. Keywords: distutils easy_install egg setuptools wheel 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
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.4
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: 3.6
  22. Classifier: Programming Language :: Python :: 3.7
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
  26. pip
  27. ===
  28. The `PyPA recommended`_ tool for installing Python packages.
  29. .. image:: https://img.shields.io/pypi/v/pip.svg
  30. :target: https://pypi.org/project/pip/
  31. .. image:: https://img.shields.io/travis/pypa/pip/master.svg?label=travis-ci
  32. :target: https://travis-ci.org/pypa/pip
  33. .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg?label=appveyor-ci
  34. :target: https://ci.appveyor.com/project/pypa/pip/history
  35. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  36. :target: https://pip.pypa.io/en/latest
  37. * `Installation`_
  38. * `Documentation`_
  39. * `Changelog`_
  40. * `GitHub Page`_
  41. * `Issue Tracking`_
  42. * `User mailing list`_
  43. * `Dev mailing list`_
  44. * User IRC: #pypa on Freenode.
  45. * Dev IRC: #pypa-dev on Freenode.
  46. Code of Conduct
  47. ---------------
  48. Everyone interacting in the pip project's codebases, issue trackers, chat
  49. rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  50. .. _PyPA recommended: https://packaging.python.org/en/latest/current/
  51. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  52. .. _Documentation: https://pip.pypa.io/en/stable/
  53. .. _Changelog: https://pip.pypa.io/en/stable/news.html
  54. .. _GitHub Page: https://github.com/pypa/pip
  55. .. _Issue Tracking: https://github.com/pypa/pip/issues
  56. .. _User mailing list: https://groups.google.com/forum/#!forum/python-virtualenv
  57. .. _Dev mailing list: https://groups.google.com/forum/#!forum/pypa-dev
  58. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/