healthyregions / oeps

Opioid Environment Policy Scan - data explorer and backend management
https://oeps.healthyregions.org
GNU General Public License v3.0
1 stars 0 forks source link

8 add dotenv #10

Closed mradamcox closed 1 year ago

mradamcox commented 1 year ago

Implements python-dotenv to ease the use of environment variables in the package.

I also went a bit further with the packaging and added a setup.py file, so we can import functions between scripts, and this included a bit of restructuring of the repo.

Fully addresses #8.