diff options
Diffstat (limited to 'contrib/python/matplotlib/py2/.dist-info/METADATA')
-rw-r--r-- | contrib/python/matplotlib/py2/.dist-info/METADATA | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/python/matplotlib/py2/.dist-info/METADATA b/contrib/python/matplotlib/py2/.dist-info/METADATA new file mode 100644 index 0000000000..04815e8628 --- /dev/null +++ b/contrib/python/matplotlib/py2/.dist-info/METADATA @@ -0,0 +1,38 @@ +Metadata-Version: 2.1 +Name: matplotlib +Version: 2.2.5 +Summary: Python plotting package +Home-page: http://matplotlib.org +Author: John D. Hunter, Michael Droettboom +Author-email: matplotlib-users@python.org +License: PSF +Download-URL: http://matplotlib.org/users/installing.html +Platform: any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Science/Research +Classifier: License :: OSI Approved :: Python Software Foundation License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Topic :: Scientific/Engineering :: Visualization +Requires-Dist: numpy (>=1.7.1) +Requires-Dist: cycler (>=0.10) +Requires-Dist: pyparsing (!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1) +Requires-Dist: python-dateutil (>=2.1) +Requires-Dist: pytz +Requires-Dist: six (>=1.10) +Requires-Dist: kiwisolver (>=1.0.1) +Requires-Dist: backports.functools-lru-cache +Requires-Dist: subprocess32 + +matplotlib strives to produce publication quality 2D graphics +for interactive graphing, scientific publishing, user interface +development and web application servers targeting multiple user +interfaces and hardcopy output formats. There is a 'pylab' mode +which emulates matlab graphics. + + |