Metadata-Version: 2.1
Name: xplt
Version: 0.1.6
Summary: Plotting for Xsuite
Author-email: "Philipp Niedermayer (github.com/eltos)" <eltos@outlook.de>
Project-URL: Homepage, https://github.com/eltos/xplt/
Keywords: python
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Xplt

A plotting library for [Xsuite](https://github.com/xsuite) and simmilar accelerator physics codes.


## Usage

```bash
pip install xplt
```

Read the docs at https://eltos.github.io/xplt



## Developer installation

```bash
git clone git@github.com:eltos/xplt.git
cd xplt
pip install -e .
pip install pre-commit
pre-commit install
git config core.autocrlf input
```
