SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

move `utils` and `ingest_utils` from `scripts/` into `simple/` #436

Closed kelle closed 5 months ago

kelle commented 7 months ago

The utils and ingest_utils modules are widely used and tested and should not be lumped in with the temporal ingest scripts. Let's move them into the main package directory.

One step in the packaging plan #372.

kelle commented 7 months ago

Maybe we want to move these into a dedicated package which lives in https://github.com/orgs/astrodbtoolkit/.

kelle commented 7 months ago

I think the package name should be astrodbtoolkit. we would from astrodbtoolkit import utils, ingest_utils

kelle commented 7 months ago

Lots of tests could also be moved to the dedicated repo.

kelle commented 5 months ago

Closed via #457