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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 10.0.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
  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.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  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.*
  26. Provides-Extra: testing
  27. Provides-Extra: testing
  28. Requires-Dist: pytest; extra == 'testing'
  29. Requires-Dist: mock; extra == 'testing'
  30. Requires-Dist: pretend; extra == 'testing'
  31. Requires-Dist: scripttest (>=1.3); extra == 'testing'
  32. Requires-Dist: virtualenv (>=1.10); extra == 'testing'
  33. Requires-Dist: freezegun; extra == 'testing'
  34. pip
  35. ===
  36. The `PyPA recommended`_ tool for installing Python packages.
  37. .. image:: https://img.shields.io/pypi/v/pip.svg
  38. :target: https://pypi.org/project/pip/
  39. .. image:: https://img.shields.io/travis/pypa/pip/master.svg
  40. :target: http://travis-ci.org/pypa/pip
  41. .. image:: https://img.shields.io/appveyor/ci/pypa/pip.svg
  42. :target: https://ci.appveyor.com/project/pypa/pip/history
  43. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  44. :target: https://pip.pypa.io/en/latest
  45. * `Installation`_
  46. * `Documentation`_
  47. * `Changelog`_
  48. * `GitHub Page`_
  49. * `Issue Tracking`_
  50. * `User mailing list`_
  51. * `Dev mailing list`_
  52. * User IRC: #pypa on Freenode.
  53. * Dev IRC: #pypa-dev on Freenode.
  54. Code of Conduct
  55. ---------------
  56. Everyone interacting in the pip project's codebases, issue trackers, chat
  57. rooms and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  58. .. _PyPA recommended: https://packaging.python.org/en/latest/current/
  59. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  60. .. _Documentation: https://pip.pypa.io/en/stable/
  61. .. _Changelog: https://pip.pypa.io/en/stable/news.html
  62. .. _GitHub Page: https://github.com/pypa/pip
  63. .. _Issue Tracking: https://github.com/pypa/pip/issues
  64. .. _User mailing list: http://groups.google.com/group/python-virtualenv
  65. .. _Dev mailing list: http://groups.google.com/group/pypa-dev
  66. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/