METADATA 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 2.2.5
  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: PSF
  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 :: 2.7
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.4
  18. Classifier: Programming Language :: Python :: 3.5
  19. Classifier: Programming Language :: Python :: 3.6
  20. Classifier: Programming Language :: Python :: 3.7
  21. Classifier: Topic :: Scientific/Engineering :: Visualization
  22. Requires-Dist: numpy (>=1.7.1)
  23. Requires-Dist: cycler (>=0.10)
  24. Requires-Dist: pyparsing (!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1)
  25. Requires-Dist: python-dateutil (>=2.1)
  26. Requires-Dist: pytz
  27. Requires-Dist: six (>=1.10)
  28. Requires-Dist: kiwisolver (>=1.0.1)
  29. Requires-Dist: backports.functools-lru-cache
  30. Requires-Dist: subprocess32
  31. matplotlib strives to produce publication quality 2D graphics
  32. for interactive graphing, scientific publishing, user interface
  33. development and web application servers targeting multiple user
  34. interfaces and hardcopy output formats. There is a 'pylab' mode
  35. which emulates matlab graphics.