Metadata-Version: 2.1
Name: pecowaco
Version: 1.0.0
Summary: Analysis of Periodic contractions
Home-page: https://github.com/MechaBlasto/PeCoWaCo/
Author: Varun Kapoor,OOzge Ozguc
Author-email: randomaccessiblekapoor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PeCoWaCo

Analysis of Periodic contractions

## Installation
This package can be installed with:

`pip install --user PeCoWaCo`

If you are building this from the source, clone the repository and install via

```bash
git clone https://github.com/ MechaBlasto/PeCoWaCo/

cd PeCoWaCo

pip install --user -e .

# or, to install in editable mode AND grab all of the developer tools
# (this is required if you want to contribute code back to NapaTrackMater)
pip install --user -r requirements.txt
```

### Pipenv install

Pipenv allows you to install dependencies in a virtual environment.

```bash
# install pipenv if you don't already have it installed
pip install --user pipenv

# clone the repository and sync the dependencies
git clone https://github.com/MechaBlasto/PeCoWaCo/
cd PeCoWaCo
pipenv sync

# make the current package available
pipenv run python setup.py develop

# you can run the example notebooks by starting the jupyter notebook inside the virtual env
pipenv run jupyter notebook
```

Access the `example` folder and run the cells.


## Usage


## Example


Notebook 1 ) 
Notebook 2) 
## Docker



## Requirements

- Python 3.7 and above.


## License

Under MIT license. See [LICENSE](LICENSE).

## Authors

- Oozge Oozguc
- Varun Kapoor <randomaccessiblekapoor@gmail.com>



