PyHa icon indicating copy to clipboard operation
PyHa copied to clipboard

Make package available for pip install

Open JacobGlennAyers opened this issue 4 years ago • 5 comments

https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/

This is a goal down the line. Milestones before then:

  1. Implement more IoU scores
  2. Go through more heavy documentation (read_me and docstrings)
  3. Enable user optimization of moment-to-moment labelling algorithm.
  4. Make compatible with Windows and MacOS.

JacobGlennAyers avatar Feb 02 '21 20:02 JacobGlennAyers

Will also have to figure out how to incorporate Microfaune in a pip install.

JacobGlennAyers avatar Feb 03 '21 04:02 JacobGlennAyers

Python package publishing tutorial: https://www.youtube.com/watch?v=GIF3LaRqgXo

JacobGlennAyers avatar Apr 18 '21 21:04 JacobGlennAyers

We can also configure it for pip install on github instead of on PyPi. Or do that first since it has a lower barrier of entry.

JacobGlennAyers avatar Apr 30 '21 04:04 JacobGlennAyers

Microfaune can be installed through pip using

-e "PyHa/microfaune_package"

sprestrelski avatar Jul 19 '22 17:07 sprestrelski

The install from GitHub has been solved with the use of poetry.

Remaining is whether you want bdist builds (wheels) from GitHub, or if you just want to deploy to PyPi

ntlhui avatar Dec 21 '23 17:12 ntlhui