valentinitnelav / img-with-box-from-excel

boxcel: Integrate Excel with Python for visualizing images with their corresponding bounding boxes for object detection annotation workflows
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Prepare for Python Package Index (PyPI) #9

Open valentinitnelav opened 1 year ago

valentinitnelav commented 1 year ago

Follow this tutorial to have the package ready for pip.

Perhaps, also see https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/

valentinitnelav commented 1 year ago

I will most probably have to use argparse with start_project.py and define a main function there, so that it can be used from within Python and not only from the command line.