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.

33 lines
1.2 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 3.0.2
  4. Summary: Python plotting package
  5. Home-page: http://matplotlib.org
  6. Author: John D. Hunter, Michael Droettboom
  7. Author-email: matplotlib-users@python.org
  8. License: BSD
  9. Download-URL: http://matplotlib.org/users/installing.html
  10. Platform: any
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Science/Research
  13. Classifier: License :: OSI Approved :: Python Software Foundation License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.5
  17. Classifier: Programming Language :: Python :: 3.6
  18. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Topic :: Scientific/Engineering :: Visualization
  20. Requires-Python: >=3.5
  21. Requires-Dist: numpy (>=1.10.0)
  22. Requires-Dist: cycler (>=0.10)
  23. Requires-Dist: kiwisolver (>=1.0.1)
  24. Requires-Dist: pyparsing (!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1)
  25. Requires-Dist: python-dateutil (>=2.1)
  26. Matplotlib strives to produce publication quality 2D graphics
  27. for interactive graphing, scientific publishing, user interface
  28. development and web application servers targeting multiple user
  29. interfaces and hardcopy output formats.