renalreg / ukrr_models

SQL Alchemy models for the UKRR Database. Also exports to RDA.
MIT License
0 stars 0 forks source link

feat(CICD): :sparkles: poetry and github support #9

Closed andyatterton closed 7 months ago

andyatterton commented 7 months ago

Added pyproject.toml for poetry. Added standard set of github actions. Updated tox to reflect the standard set of tools. Added simple tests. Added a changelog and readme. Reformatted and linted. Improved the gitignore

George-D-S commented 7 months ago

Not sure if this should have been within the scope but I think we're missing a py.typed file.

https://peps.python.org/pep-0561/#packaging-type-information

andyatterton commented 7 months ago

Not sure if this should have been within the scope but I think we're missing a py.typed file.

https://peps.python.org/pep-0561/#packaging-type-information

Yep I should add this but I think you might be right about it forming the basis of a new PR.