Metadata-Version: 2.4
Name: coolpy
Version: 0.0.71
Summary: CoolPy: accelerator physics utilities
Author-email: Bernd Stechauner <bernd.stechauner@cern.ch>
License: GPL-2.0-or-later
Project-URL: Homepage, https://example.com/coolpy
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: blessings~=1.7
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: shapely
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: cibuildwheel; extra == "dev"

# coolpy

This is a project demonstrating how publich a muon beam cooling module to PyPI

##Installation

Run the following to install:

'''python pip install coolpy'''

##Usage

'''python 
from coolpy import quadrupole

## Generate "Qudarupole matrix!"

'''

# Developing Coolpy

To install coolpy, aling with the tool you need to develop and run tests, run the following in you r virtualenv:

'''bash
$ pip install -e .[dev]
'''
