METADATA 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 3.2.1
  4. Summary: Python plotting package
  5. Home-page: https://matplotlib.org
  6. Author: John D. Hunter, Michael Droettboom
  7. Author-email: matplotlib-users@python.org
  8. License: PSF
  9. Download-URL: https://matplotlib.org/users/installing.html
  10. Project-URL: Documentation, https://matplotlib.org
  11. Project-URL: Source Code, https://github.com/matplotlib/matplotlib
  12. Project-URL: Bug Tracker, https://github.com/matplotlib/matplotlib/issues
  13. Project-URL: Forum, https://discourse.matplotlib.org/
  14. Project-URL: Donate, https://numfocus.org/donate-to-matplotlib
  15. Platform: any
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Framework :: Matplotlib
  18. Classifier: Intended Audience :: Science/Research
  19. Classifier: Intended Audience :: Education
  20. Classifier: License :: OSI Approved :: Python Software Foundation License
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: 3.8
  26. Classifier: Topic :: Scientific/Engineering :: Visualization
  27. Requires-Python: >=3.6
  28. Description-Content-Type: text/x-rst
  29. Requires-Dist: cycler (>=0.10)
  30. Requires-Dist: kiwisolver (>=1.0.1)
  31. Requires-Dist: numpy (>=1.11)
  32. Requires-Dist: pyparsing (!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1)
  33. Requires-Dist: python-dateutil (>=2.1)
  34. |Travis|_ |AzurePipelines|_ |AppVeyor|_ |Codecov|_ |LGTM|_ |PyPi|_ |Gitter|_ |NUMFocus|_ |GitTutorial|_
  35. .. |Travis| image:: https://travis-ci.org/matplotlib/matplotlib.svg?branch=master
  36. .. _Travis: https://travis-ci.org/matplotlib/matplotlib
  37. .. |AzurePipelines| image:: https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=master
  38. .. _AzurePipelines: https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=master
  39. .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=master&svg=true
  40. .. _AppVeyor: https://ci.appveyor.com/project/matplotlib/matplotlib
  41. .. |Codecov| image:: https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=master&service=github
  42. .. _Codecov: https://codecov.io/github/matplotlib/matplotlib?branch=master
  43. .. |LGTM| image:: https://img.shields.io/lgtm/grade/python/g/matplotlib/matplotlib.svg?logo=lgtm&logoWidth=18
  44. .. _LGTM: https://lgtm.com/projects/g/matplotlib/matplotlib
  45. .. |PyPi| image:: https://badge.fury.io/py/matplotlib.svg
  46. .. _PyPi: https://badge.fury.io/py/matplotlib
  47. .. |Gitter| image:: https://badges.gitter.im/matplotlib/matplotlib.png
  48. .. _Gitter: https://gitter.im/matplotlib/matplotlib
  49. .. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
  50. .. _NUMFocus: https://www.numfocus.org
  51. .. |GitTutorial| image:: https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?
  52. .. _GitTutorial: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
  53. .. image:: https://matplotlib.org/_static/logo2.svg
  54. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
  55. Check out our `home page <https://matplotlib.org/>`_ for more information.
  56. .. image:: https://matplotlib.org/_static/readme_preview.png
  57. Matplotlib produces publication-quality figures in a variety of hardcopy formats
  58. and interactive environments across platforms. Matplotlib can be used in Python scripts,
  59. the Python and IPython shell, web application servers, and various
  60. graphical user interface toolkits.
  61. Install
  62. =======
  63. For installation instructions and requirements, see `INSTALL.rst <INSTALL.rst>`_ or the
  64. `install <https://matplotlib.org/users/installing.html>`_ documentation.
  65. Test
  66. ====
  67. After installation, launch the test suite::
  68. python -m pytest
  69. Read the `testing guide <https://matplotlib.org/devel/testing.html>`_ for more information and alternatives.
  70. Contribute
  71. ==========
  72. You've discovered a bug or something else you want to change - excellent!
  73. You've worked out a way to fix it – even better!
  74. You want to tell us about it – best of all!
  75. Start at the `contributing guide <https://matplotlib.org/devdocs/devel/contributing.html>`_!
  76. Contact
  77. =======
  78. `Discourse <https://discourse.matplotlib.org/>`_ is the discussion forum for general questions and discussions and our recommended starting point.
  79. Our active mailing lists (which are mirrored on Discourse) are:
  80. * `Users <https://mail.python.org/mailman/listinfo/matplotlib-users>`_ mailing list: matplotlib-users@python.org
  81. * `Announcement <https://mail.python.org/mailman/listinfo/matplotlib-announce>`_ mailing list: matplotlib-announce@python.org
  82. * `Development <https://mail.python.org/mailman/listinfo/matplotlib-devel>`_ mailing list: matplotlib-devel@python.org
  83. Gitter_ is for coordinating development and asking questions directly related
  84. to contributing to matplotlib.
  85. Citing Matplotlib
  86. =================
  87. If Matplotlib contributes to a project that leads to publication, please
  88. acknowledge this by citing Matplotlib.
  89. `A ready-made citation entry <https://matplotlib.org/citing.html>`_ is available.