Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Improve project/package structure #82

Open Stefan4472 opened 1 year ago

Stefan4472 commented 1 year ago

Four python modules, each of which is pip-installable:

I am noticing more and more that the best way to manage dependencies is to simply have modules hosted on pip. Working with local dependencies is annoying and not super-well supported.

This will also make it easier to create an end-to-end test.

Adding to the scope: Update README, requirements.txt, and setup.cfg. All packages should be pip-installable without issue.

Stefan4472 commented 1 year ago

Note: changing stefan-on-software-api-client package name to stefan-on-software-client had some unexpected difficulties and has been rolled into #85