0.4.0
- Changed repo structure again. Converted from a "flat layout" project to "src layout" project. https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/
index.py
now sits outside of "emcommon" (but inside "src"), which allows imports to use the full module name (fixing e-mission/em-public-dashboard#124 (comment))- Fixed issue with type annotations that Python 3.9 only partially supported
This release can actually be used in Python projects now, still as a pip
dependency:
dependencies:
- pip:
- git+https://github.com/JGreenlee/[email protected]