METADATA 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 3.8.2
  4. Summary: Python plotting package
  5. Home-page: https://matplotlib.org
  6. Download-URL: https://matplotlib.org/stable/users/installing/index.html
  7. Author: John D. Hunter, Michael Droettboom
  8. Author-email: matplotlib-users@python.org
  9. License: PSF
  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.9
  24. Classifier: Programming Language :: Python :: 3.10
  25. Classifier: Programming Language :: Python :: 3.11
  26. Classifier: Programming Language :: Python :: 3.12
  27. Classifier: Topic :: Scientific/Engineering :: Visualization
  28. Requires-Python: >=3.9
  29. Description-Content-Type: text/markdown
  30. License-File: LICENSE\LICENSE
  31. License-File: LICENSE\LICENSE_AMSFONTS
  32. License-File: LICENSE\LICENSE_BAKOMA
  33. License-File: LICENSE\LICENSE_CARLOGO
  34. License-File: LICENSE\LICENSE_COLORBREWER
  35. License-File: LICENSE\LICENSE_COURIERTEN
  36. License-File: LICENSE\LICENSE_JSXTOOLS_RESIZE_OBSERVER
  37. License-File: LICENSE\LICENSE_QHULL
  38. License-File: LICENSE\LICENSE_QT4_EDITOR
  39. License-File: LICENSE\LICENSE_SOLARIZED
  40. License-File: LICENSE\LICENSE_STIX
  41. License-File: LICENSE\LICENSE_YORICK
  42. Requires-Dist: contourpy >=1.0.1
  43. Requires-Dist: cycler >=0.10
  44. Requires-Dist: fonttools >=4.22.0
  45. Requires-Dist: kiwisolver >=1.3.1
  46. Requires-Dist: numpy <2,>=1.21
  47. Requires-Dist: packaging >=20.0
  48. Requires-Dist: pillow >=8
  49. Requires-Dist: pyparsing >=2.3.1
  50. Requires-Dist: python-dateutil >=2.7
  51. Requires-Dist: importlib-resources >=3.2.0 ; python_version<"3.10"
  52. [![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)
  53. [![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)
  54. [![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)
  55. [![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
  56. [![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)
  57. [![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)
  58. [![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)
  59. [![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)
  60. [![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)
  61. [![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)
  62. [![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)
  63. [![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)
  64. ![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)
  65. Matplotlib is a comprehensive library for creating static, animated, and
  66. interactive visualizations in Python.
  67. Check out our [home page](https://matplotlib.org/) for more information.
  68. ![image](https://matplotlib.org/_static/readme_preview.png)
  69. Matplotlib produces publication-quality figures in a variety of hardcopy
  70. formats and interactive environments across platforms. Matplotlib can be
  71. used in Python scripts, Python/IPython shells, web application servers,
  72. and various graphical user interface toolkits.
  73. ## Install
  74. See the [install
  75. documentation](https://matplotlib.org/stable/users/installing/index.html),
  76. which is generated from `/doc/users/installing/index.rst`
  77. ## Contribute
  78. You've discovered a bug or something else you want to change — excellent!
  79. You've worked out a way to fix it — even better!
  80. You want to tell us about it — best of all!
  81. Start at the [contributing
  82. guide](https://matplotlib.org/devdocs/devel/contributing.html)!
  83. ## Contact
  84. [Discourse](https://discourse.matplotlib.org/) is the discussion forum
  85. for general questions and discussions and our recommended starting
  86. point.
  87. Our active mailing lists (which are mirrored on Discourse) are:
  88. - [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)
  89. mailing list: <matplotlib-users@python.org>
  90. - [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)
  91. mailing list: <matplotlib-announce@python.org>
  92. - [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)
  93. mailing list: <matplotlib-devel@python.org>
  94. [Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating
  95. development and asking questions directly related to contributing to
  96. matplotlib.
  97. ## Citing Matplotlib
  98. If Matplotlib contributes to a project that leads to publication, please
  99. acknowledge this by citing Matplotlib.
  100. [A ready-made citation
  101. entry](https://matplotlib.org/stable/users/project/citing.html) is
  102. available.