Private PyPI repository on AWS - part 2
This post is the continuation of part 1.
After creating the repository, we can test it by publishing a package to it and then installing that package in another project. This can be done using poetry, the python package manager.
Poetry - Python dependency management and packaging made easyPython dependency