aazuspan / sankee

Visualize classified time series data with interactive Sankey plots in Google Earth Engine
https://sankee.readthedocs.io/en/latest/index.html
MIT License
99 stars 15 forks source link

Modernize build system (#46) and drop 3.7 support (#47) #49

Closed aazuspan closed 1 year ago

aazuspan commented 1 year ago

This PR closes #46 by replacing setup.py, Pipfile, and a number of config files with a pyproject.toml using hatch for the build system. This dramatically simplifies the repository and development environment setup.

This also closes #47 by dropping support for Python 3.7, which is EOL.

Finally, this adds pyupgrade to the pre-commit hooks and uses it to update type annotations to modern 3.8 standards.