Metadata-Version: 2.1
Name: cpymadtools
Version: 0.0.2
Summary: Lightweigth pythonic wrapper around cpymad, extracted from pyhdtoolkit
Project-URL: homepage, https://github.com/fsoubelet/cpymadtools
Project-URL: repository, https://github.com/fsoubelet/cpymadtools
Project-URL: documentation, https://fsoubelet.github.io/cpymadtools
Project-URL: changelog, https://fsoubelet.github.io/cpymadtools/release.html
Author-email: Felix Soubelet <felix.soubelet@cern.ch>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: cpymad>=1.9
Requires-Dist: matplotlib>=3.3
Requires-Dist: numpy>=1.21
Requires-Dist: optics-functions>=0.1
Requires-Dist: pandas>=1.4
Requires-Dist: scipy>=1.6
Requires-Dist: tfs-pandas>=3.2
Provides-Extra: dev
Requires-Dist: black>=22.1; extra == 'dev'
Requires-Dist: isort>=5.10; extra == 'dev'
Requires-Dist: pylint>=2.4; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-copybutton<1.0; extra == 'docs'
Requires-Dist: sphinx-gallery<1.0; extra == 'docs'
Requires-Dist: sphinx-issues>=3.0; extra == 'docs'
Requires-Dist: sphinx-panels<1.0; extra == 'docs'
Requires-Dist: sphinx-prompt>=1.5; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=4.4; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex>=2.4; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage[toml]>=5.2; extra == 'test'
Requires-Dist: flaky>=3.5; extra == 'test'
Requires-Dist: pytest-cov>=3.0; extra == 'test'
Requires-Dist: pytest-randomly>=3.3; extra == 'test'
Requires-Dist: pytest-xdist>=2.5; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

<h1 align="center">
  <b>PyhDToolkit</b>
</h1>

<p align="center">
  <!-- PyPi Version -->
  <a href="https://pypi.org/project/cpymadtools">
    <img alt="PyPI Version" src="https://img.shields.io/pypi/v/cpymadtools?label=PyPI&logo=PyPI">
  </a>

  <!-- Github Release -->
  <a href="https://github.com/fsoubelet/cpymadtools/releases">
    <img alt="Github Release" src="https://img.shields.io/github/v/release/fsoubelet/cpymadtools?color=orange&label=Release&logo=Github">
  </a>

  <br/>

  <!-- Github Actions Build -->
  <a href="https://github.com/fsoubelet/cpymadtools/actions?query=workflow%3A%22Cron+Testing%22">
    <img alt="Github Actions" src="https://github.com/fsoubelet/cpymadtools/workflows/Tests/badge.svg">
  </a>

  <!-- Code Coverage -->
  <a href="https://codecov.io/gh/fsoubelet/cpymadtools">
    <img src="https://codecov.io/gh/fsoubelet/cpymadtools/branch/master/graph/badge.svg?token=6SO90F2MJI"/>
  </a>

  <br/>

  <!-- Code style -->
  <a href="https://github.com/psf/Black">
    <img alt="Code Style" src="https://img.shields.io/badge/Code%20Style-Black-9cf.svg">
  </a>

  <!-- Linter -->
  <a href="https://github.com/PyCQA/pylint">
    <img alt="Linter" src="https://img.shields.io/badge/Linter-Pylint-ce963f.svg">
  </a>

  <!-- Build tool -->
  <a href="https://github.com/pypa/hatch">
    <img alt="Build tool" src="https://img.shields.io/badge/Build%20Tool-Hatch-4e5dc8.svg">
  </a>

  <!-- Test runner -->
  <a href="https://github.com/pytest-dev/pytest">
    <img alt="Test runner" src="https://img.shields.io/badge/Test%20Runner-Pytest-ce963f.svg">
  </a>

  <!-- License -->
  <a href="https://github.com/fsoubelet/cpymadtools/blob/master/LICENSE">
    <img alt="License" src="https://img.shields.io/github/license/fsoubelet/cpymadtools?color=9cf&label=License">
  </a>
</p>

<p align="center">
  Lightweigth pythonic wrapper around cpymad
</p>

<p align="center">
  <!-- General DOI -->
  <a href="https://zenodo.org/badge/latestdoi/227081702">
    <img alt="DOI" src="https://zenodo.org/badge/227081702.svg">
  </a>
</p>

Link to [documentation].

## License

Copyright &copy; 2019 Felix Soubelet. [MIT License](LICENSE)

[documentation]: https://fsoubelet.github.io/cpymadtools/
