nmt28 / C-SHELPh

Apache License 2.0
13 stars 6 forks source link

Restructure Code Base #17

Closed petebunting closed 5 months ago

petebunting commented 5 months ago

Restructured to make C-SHELPh into a python module and provide a setup.py for installation.

Can be installed

pip install .

Also reformatted the code using black so easier to read.