nmt28 / C-SHELPh

Apache License 2.0
12 stars 6 forks source link

Restructure Code Base #17

Closed petebunting closed 4 months ago

petebunting commented 4 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.