Metadata-Version: 2.1
Name: coolpy
Version: 0.0.48
Summary: Muon ionization simulation program
Home-page: https://github.com/BerndStechauner/coolpy
Author: Bernd Stechauner
Author-email: bernd.stechauner@cern.ch
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: iOS
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
Provides-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 Hello World

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]
'''
