Dieses Repository enthält Python-Dateien die im Rahmen des Wahlpflichtmoduls "Informationssysteme in der Medizintechnik" (Dozent: Prof. Dr. Oliver Hofmann) erstellt wurden und verwaltet deren Versionskontrolle.
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.

PKG-INFO 2.8KB

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