Metadata-Version: 2.1
Name: cpymadtools
Version: 1.1.0
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>cpymadtools</b>
</h1>

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

The `cpymadtools` package is a lightweigth pythonic wrapper around `cpymad` for `MAD-X` studies.


Link to [documentation].

## License

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

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