I am trying to build a local package using couple of #python
functions I have written (hosted on git and installed locally), no guide/tutorial I tried so far seem to work!
For example, I followed steps in this one: https://www.freecodecamp.org/news/build-your-first-python-package/ and I also tried this: https://realpython.com/python-import/#create-and-install-a-local-package.
Can anyone please recommend something tried and tested? Ideally something idiot proof because I am learning 
How to Build Your Very First Python Package
A few months ago, I decided to release Caer [http://github.com/jasmcaus/caer], a Computer Vision package available in Python. I found the process to be excruciatingly painful. You can probably guess why — little (and confusing) documentation, lack of good tutorials, and so on. So I decided to write this article in the