Metadata-Version: 2.1
Name: pulpy
Version: 1.6.3
Summary: PulPy-Pulses in Python. A package for MRI/NMR RF pulse design
Author-email: Jonathan Martin <jonathan.bach.martin@vumc.org>
Project-URL: homepage, https://github.com/jonbmartin/pulpy
Project-URL: repository, https://github.com/jonbmartin/pulpy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PulPy - Pulses in Python
<img src="docs/figures/pulpy_logo_v2.png" width="200">

## Description
TODO: this is a placeholder 

A brief description of what this project does and who it's for.

## Installation
PulPy requires Python version >= 3.8. The core module depends on (TBD).

# Via pip

PulPy can be installed through pip:

```bash
pip install pulpy
