Metadata-Version: 2.1
Name: electropy
Version: 0.1.dev0
Summary: Python tool for electromagnetism simulations
Home-page: https://github.com/electropy/electopy
Author: Mathieu Boudreau, PhD
Author-email: mathieu.boudreau2@mail.mcgill.ca
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (==1.16.2)
Requires-Dist: scipy (==1.2.1)
Requires-Dist: coverage (==4.4)
Requires-Dist: pytest (==3.6.0)
Requires-Dist: pytest-cov (==2.5.1)

# electropy
[![Build Status](https://travis-ci.com/electropy/electropy.svg?branch=master)](https://travis-ci.com/electropy/electropy)
[![Coverage Status](https://coveralls.io/repos/github/electropy/electropy/badge.svg?branch=master)](https://coveralls.io/github/electropy/electropy?branch=master)

electropy is a classical electrodynamics simulation toolset for Python.

## Installation

Recommended requirement: conda or anaconda

* `git clone https://github.com/electropy/electropy.git`
* `cd electropy`
* `conda create -n ep python=3.6`
* `conda activate ep`
* `pip install -e .`

## About me

**Mathieu Boudreau** is a MRI physicist working as a Research Fellow for the
Montreal Heart Institute and a software developper at NeuroPoly (Polytechnique
de Montréal). He holds a PhD in Biomedical Engineering from McGill University
('19), a MSc in Physics from the University of Western Ontario ('11), and a BSc
in Physics from the Université de Moncton ('09). In his spare time, Mathieu
enjoys making graduate students feel anxious about not having proper backups of
their computers.

