edgi-govdata-archiving / ECHO_modules

ECHO_modules is a Python package for analyzing a copy of the US Environmental Protection Agency's (EPA) Enforcement and Compliance History Online (ECHO) database
GNU General Public License v3.0
3 stars 6 forks source link

v0.1.0 #50

Closed ericnost closed 10 months ago

ericnost commented 10 months ago

Fixes #53, fixes #57, fixes #48, fixes #49, fixes #55, fixes #27, fixes #51, fixes #60, fixes #58

I'm proposing to repackage ECHO_modules as something that can be delivered through pypi (pip)

I don't think this will break much^ because the repo will still be installable as a package through pip install git+url

^ replacing state_choropleth_mapper() with choropleth() will break the missing data notebook, but I can fix that afterwards.

Other updates:

After merging, I will set this up with pypi (#49) and also change some settings here on GitHub to automate the process of sending packages to pypi.

shansen5 commented 10 months ago

These all look like good and important improvements to the package.