Doodleverse / SDStools

A toolbox for analyses of Satellite Derived Shorelines (SDS) generated from CoastSeg (CoastSat)
https://doodleverse.github.io/SDStools/
MIT License
2 stars 2 forks source link

How to package? #4

Closed dbuscombe-usgs closed 4 months ago

dbuscombe-usgs commented 4 months ago

I'm stuck and need help.

I have a pyproject.toml, MANIFEST.in, and setup.py. When I do pip install -e ., it tells me that the package sdstools is successfully installed.

How do I call it? It doesn't load using import sdstools. My main interest at the moment is getting the scripts to run from the scripts folder.

@2320sharon any pointers would be appreciated. Thank you