- fixed imports and move to toolbox_utils as git submodule
- for the time-being get rid of ephemeris file because of size
- begin using skyfield
- begin of refactore of tidal filters
- begin using skyfield
- refactor
- complete refactor to match approach with other toolboxes
- sparser.py: getiteritems was deprecated for iter in python 3.9
- under some conditions it wasn't finding the parsing definition file
- small refactors from black, isort, and ruff
- updated pyproject.toml
- uses tstoolbox read to support csv, wdm, hdf5, and xlsx files
- use tstoolbox.read
- needed an init.py to identify the package
- complete refactor to style i use in the toolboxes plus several fixes
- removed future
- removed filelike library as a dependency
- setup.py: fixed location of scripts and packages in setup.py
- 2to3: edited to support python 3, no longer supporting python 2