Module manager python is a cli solution for an easier and faster way to handle you python modules.
The inspiration and the goal to deliver its a similar way of handling node modules but off course not losing the simplicity of the python programing language, taking into consideration the difference in use cases between both programming languages.
I know that the name its wrong but mmp was taken by the time that i build this solution.
Python 3.6+
- virtualenv for the envs
- docopt for command handling and docs
To install mmp:
$ pip3 install mmp
For installing modules into your project
$ mmp install [module_name]
This is how you run your scripts.
$ mmp run my_perfect_script.py
by the way if your script file name is run.py run this instead.
$ mmp run
If you need help, just add -h to whatever you want to know about
$ mmp -h
$ mmp run -h
The docs are here if you have some more problems with the library