unodit
unodit copied to clipboard
Dev/create installable package
This pull request is aimed to make unodit a python package, installable via pip (fix #17).
To do so, this PR makes some modifications on the file organization, and import statements.
I am not sure of the path detection in config.py
file for resources (currently it uses os.path.dirname(__file__)
). I understand it should use importlib.resources instead.
For the moment and in my use case (installation with pip via git url), it works as it is.
A second step would be to publish the package on PyPi.
I remain available to exchange on this PR :wink: