Switch dependencies to pyproject. Some fixes with that - #53
Conversation
|
This is a good idea! I also considered making a python module, but with a way to use both as a proper module and as a tool. For now, I will not merge this request, as it has some issues. For example, it ONLY works as module, as it obtains the version info from the module. This will prevent SSTImap from being used as a standalone tool, as well as installing multiple versions at the same time. Also, can you provide more details about other changes? E.g. why |
|
Thank you for you answer! I move to pathlib, because this is more convenient with poetry. Old way with sys.path does't work any more, for my opinion pathlib versatile and easier. |
Hello! I add dependency control via poetry. This is more convenient. And any can install code like this
pip install "git+https://github.com/vladko312/SSTImap.git#branch=master"And code will installed with entrypoint script - sstimap.
You can check it
Build and install localy
Chek on my fork repo