1 year ago
#385865
dsal3389
python extend existing module functionality
I have a private internal module which is kinda big, I want to divide it into small modules, so ill have my main module, and if someone want some more functionality, he will install a module that extend the main module,
(I am using poetry
, so if its possible with poetry it will be better)
pip install mainM
pip install mainM/translators
pip install mainM/secure
etc...
I have search around the web, didnt find something really useful
python
pip
python-module
python-packaging
python-poetry
0 Answers
Your Answer