Metadata-Version: 2.4
Name: latdraw
Version: 0.3.0
Summary: Draw Accelerator lattices in Python.
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: matplotlib>=3.10.6
Requires-Dist: polars>=1.38.1
Provides-Extra: mad8
Requires-Dist: mad8-pandas>=1.1.1; extra == 'mad8'
Provides-Extra: madx
Requires-Dist: tfs-pandas>=4.0.0; extra == 'madx'
Description-Content-Type: text/markdown

# latdraw


[![pypi](https://img.shields.io/pypi/v/latdraw.svg)](https://pypi.org/project/latdraw/)
[![python](https://img.shields.io/pypi/pyversions/latdraw.svg)](https://pypi.org/project/latdraw/)
[![Build Status](https://github.com/st-walker/latdraw/actions/workflows/dev.yml/badge.svg)](https://github.com/st-walker/latdraw/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/st-walker/latdraw/branch/main/graphs/badge.svg)](https://codecov.io/github/st-walker/latdraw)



Draw Accelerator lattices in Python


* Documentation: <https://st-walker.github.io/latdraw>
* GitHub: <https://github.com/st-walker/latdraw>
* PyPI: <https://pypi.org/project/latdraw/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.
