Closed tomaroberts closed 1 year ago
Btw, DO NOT MERGE yet.
Creating PR for discussion and eventual merge once hazen-web-app is further along.
@laurencejackson – is this PR unnecessary now given we have a PyPI release?
@laurencejackson – is this PR unnecessary now given we have a PyPI release?
Probably can just remove it but might be useful if you take a look and see if there's anything you did in this PR which is missing in main?
hazen is going to be split into two repos: one containing the source code, one for the webapp. This PR strips out the webapp code and retains the hazenlib code and tests.
Related Issue: #202.
Main changes:
setup.py
setup.py
, e.g.:'version': '0.6.8'
or whatever. For the actual PyPI release, this will be automatically extracted from the hazenlib version.tests/test_models.py
as this was related to the webapprequirements.txt
with package version ranges and stripped out the webapp related packagesTo test locally: No need to
git clone
, just:Things to do/consider: