matplotlib-3.5.2-cp312-cp312-emscripten_3_1_52_wasm32.whl.metadata 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 3.5.2
  4. Summary: Python plotting package
  5. Home-page: https://matplotlib.org
  6. Download-URL: https://matplotlib.org/users/installing.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.7
  24. Classifier: Programming Language :: Python :: 3.8
  25. Classifier: Programming Language :: Python :: 3.9
  26. Classifier: Programming Language :: Python :: 3.10
  27. Classifier: Topic :: Scientific/Engineering :: Visualization
  28. Requires-Python: >=3.7
  29. Description-Content-Type: text/x-rst
  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_JSXTOOLS_RESIZE_OBSERVER
  36. License-File: LICENSE/LICENSE_QT4_EDITOR
  37. License-File: LICENSE/LICENSE_SOLARIZED
  38. License-File: LICENSE/LICENSE_STIX
  39. License-File: LICENSE/LICENSE_YORICK
  40. Requires-Dist: cycler >=0.10
  41. Requires-Dist: fonttools >=4.22.0
  42. Requires-Dist: kiwisolver >=1.0.1
  43. Requires-Dist: numpy >=1.17
  44. Requires-Dist: packaging >=20.0
  45. Requires-Dist: pillow >=6.2.0
  46. Requires-Dist: pyparsing >=2.2.1
  47. Requires-Dist: python-dateutil >=2.7
  48. |PyPi|_ |Downloads|_ |NUMFocus|_
  49. |DiscourseBadge|_ |Gitter|_ |GitHubIssues|_ |GitTutorial|_
  50. |GitHubActions|_ |AzurePipelines|_ |AppVeyor|_ |Codecov|_ |LGTM|_
  51. .. |GitHubActions| image:: https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg
  52. .. _GitHubActions: https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests
  53. .. |AzurePipelines| image:: https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=master
  54. .. _AzurePipelines: https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=master
  55. .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=master&svg=true
  56. .. _AppVeyor: https://ci.appveyor.com/project/matplotlib/matplotlib
  57. .. |Codecov| image:: https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=master&service=github
  58. .. _Codecov: https://codecov.io/github/matplotlib/matplotlib?branch=master
  59. .. |LGTM| image:: https://img.shields.io/lgtm/grade/python/github/matplotlib/matplotlib.svg?logo=lgtm&logoWidth=18
  60. .. _LGTM: https://lgtm.com/projects/g/matplotlib/matplotlib
  61. .. |DiscourseBadge| image:: https://img.shields.io/badge/help_forum-discourse-blue.svg
  62. .. _DiscourseBadge: https://discourse.matplotlib.org
  63. .. |Gitter| image:: https://badges.gitter.im/matplotlib/matplotlib.svg
  64. .. _Gitter: https://gitter.im/matplotlib/matplotlib
  65. .. |GitHubIssues| image:: https://img.shields.io/badge/issue_tracking-github-blue.svg
  66. .. _GitHubIssues: https://github.com/matplotlib/matplotlib/issues
  67. .. |GitTutorial| image:: https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?
  68. .. _GitTutorial: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
  69. .. |PyPi| image:: https://badge.fury.io/py/matplotlib.svg
  70. .. _PyPi: https://badge.fury.io/py/matplotlib
  71. .. |Downloads| image:: https://pepy.tech/badge/matplotlib/month
  72. .. _Downloads: https://pepy.tech/project/matplotlib
  73. .. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
  74. .. _NUMFocus: https://numfocus.org
  75. .. image:: https://matplotlib.org/_static/logo2.svg
  76. Matplotlib is a comprehensive library for creating static, animated, and
  77. interactive visualizations in Python.
  78. Check out our `home page <https://matplotlib.org/>`_ for more information.
  79. .. image:: https://matplotlib.org/_static/readme_preview.png
  80. Matplotlib produces publication-quality figures in a variety of hardcopy
  81. formats and interactive environments across platforms. Matplotlib can be used
  82. in Python scripts, the Python and IPython shell, web application servers, and
  83. various graphical user interface toolkits.
  84. Install
  85. =======
  86. For installation instructions and requirements, see the `install documentation
  87. <https://matplotlib.org/stable/users/installing/index.html>`_ or
  88. `installing.rst <doc/users/installing/index.rst>`_ in the source.
  89. Contribute
  90. ==========
  91. You've discovered a bug or something else you want to change - excellent!
  92. You've worked out a way to fix it – even better!
  93. You want to tell us about it – best of all!
  94. Start at the `contributing guide
  95. <https://matplotlib.org/devdocs/devel/contributing.html>`_!
  96. Contact
  97. =======
  98. `Discourse <https://discourse.matplotlib.org/>`_ is the discussion forum for
  99. general questions and discussions and our recommended starting point.
  100. Our active mailing lists (which are mirrored on Discourse) are:
  101. * `Users <https://mail.python.org/mailman/listinfo/matplotlib-users>`_ mailing
  102. list: matplotlib-users@python.org
  103. * `Announcement
  104. <https://mail.python.org/mailman/listinfo/matplotlib-announce>`_ mailing
  105. list: matplotlib-announce@python.org
  106. * `Development <https://mail.python.org/mailman/listinfo/matplotlib-devel>`_
  107. mailing list: matplotlib-devel@python.org
  108. Gitter_ is for coordinating development and asking questions directly related
  109. to contributing to matplotlib.
  110. Citing Matplotlib
  111. =================
  112. If Matplotlib contributes to a project that leads to publication, please
  113. acknowledge this by citing Matplotlib.
  114. `A ready-made citation entry <https://matplotlib.org/stable/users/project/citing.html>`_ is
  115. available.
  116. Research notice
  117. ~~~~~~~~~~~~~~~
  118. Please note that this repository is participating in a study into
  119. sustainability of open source projects. Data will be gathered about this
  120. repository for approximately the next 12 months, starting from June 2021.
  121. Data collected will include number of contributors, number of PRs, time taken
  122. to close/merge these PRs, and issues closed.
  123. For more information, please visit `the informational page
  124. <https://sustainable-open-science-and-software.github.io/>`__ or download the
  125. `participant information sheet
  126. <https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf>`__.