Metadata-Version: 2.1
Name: MPSPlots
Version: 1.3.17
Summary: A matplotlib "wrapper" for defered plots.
Home-page: https://github.com/MartinPdeS/MPSPlots
Author: Martin Poinsinet de Sivry
Author-email: Martin.poinsinet.de.sivry@gmail.com
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: wheel
Requires-Dist: matplotlib
Requires-Dist: pyvista
Requires-Dist: shapely
Requires-Dist: pathvalidate
Requires-Dist: vtk
Provides-Extra: development
Requires-Dist: Jinja2 ==3.1.2 ; extra == 'development'
Requires-Dist: sphinx >=5.1.1 ; extra == 'development'
Requires-Dist: sphinx-gallery >=0.11.1 ; extra == 'development'
Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'development'
Requires-Dist: numpydoc ==1.5.0 ; extra == 'development'
Requires-Dist: pydata-sphinx-theme ; extra == 'development'
Requires-Dist: pytest >=0.6 ; extra == 'development'
Requires-Dist: pytest-cov >=2.0 ; extra == 'development'
Requires-Dist: pytest-json-report ; extra == 'development'
Requires-Dist: mypy >=0.910 ; extra == 'development'
Requires-Dist: flake8 >=3.9 ; extra == 'development'
Requires-Dist: tox >=3.24 ; extra == 'development'
Requires-Dist: coverage ; extra == 'development'
Provides-Extra: documentation
Requires-Dist: Jinja2 ==3.1.2 ; extra == 'documentation'
Requires-Dist: sphinx >=5.1.1 ; extra == 'documentation'
Requires-Dist: sphinx-gallery >=0.11.1 ; extra == 'documentation'
Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'documentation'
Requires-Dist: numpydoc ==1.5.0 ; extra == 'documentation'
Requires-Dist: pydata-sphinx-theme ; extra == 'documentation'
Provides-Extra: testing
Requires-Dist: pytest >=0.6 ; extra == 'testing'
Requires-Dist: pytest-cov >=2.0 ; extra == 'testing'
Requires-Dist: pytest-json-report ; extra == 'testing'
Requires-Dist: mypy >=0.910 ; extra == 'testing'
Requires-Dist: flake8 >=3.9 ; extra == 'testing'
Requires-Dist: tox >=3.24 ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'

MPSPlots
========


|python|
|docs|
|unittest|
|PyPi|
|PyPi_download|


The library
***********

My personal Matplotlib[2D]/PyVista[3D] wrapper. Its aim is to offer a good compromise between ease-of-use and flexibility. I have started this library in order to uniformise my plots for scientific journal and as of today I continue to update and distribute the code.

----

Testing
*******

To test localy (with cloning the GitHub repository) you'll need to install the dependencies and run the coverage command as

.. code:: console

   >>> git clone https://github.com/MartinPdeS/MPSPlots.git
   >>> cd MPSPlots
   >>> pip install -r requirements/requirements.txt
   >>> coverage run --source=MPSPlots --module pytest --verbose tests
   >>> coverage report --show-missing

----

Contact Information
*******************

As of 2023 the project is still under development if you want to collaborate it would be a pleasure! I encourage you to contact me.

MPSPlots was written by `Martin Poinsinet de Sivry-Houle <https://github.com/MartinPdeS>`_  .

Email:`martin.poinsinet-de-sivry@polymtl.ca <mailto:martin.poinsinet-de-sivry@polymtl.ca?subject=MPSPlots>`_ .


.. |python| image:: https://img.shields.io/pypi/pyversions/mpsplots.svg
   :target: https://www.python.org/

.. |PyPi| image:: https://badge.fury.io/py/MPSPlots.svg
   :alt: PyPi package
   :target: https://pypi.org/project/MPSPlots/

.. |docs| image:: https://readthedocs.org/projects/mpsplots/badge/?
   :target: https://mpsplots.readthedocs.io/en/latest/
   :alt: Documentation Status

.. |unittest| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/MartinPdeS/f0955be398d59efac69042c1b0fbece2/raw/b0469e6a361cc54c19eca1f23662b3ad0b76b1ce/MPSPlotscoverage_badge.json
   :alt: Unittest coverage
   :target: https://github.com/MartinPdeS/MPSPlots/actions

.. |PyPi_download| image:: https://img.shields.io/pypi/dm/MPSPlots.svg
   :target: https://pypistats.org/packages/mpsplots
