mmp

I created this project because python is laking some CLI solutions like npm, cocoa pods, Gradle, etc. the community on python is strong and big in the Open Source like JS, so this type of CLI programs that helps taking care of the packages/modules/libraries it's a most nowadays.

I'm a web developer most of the time at my job, but I did not forget about the big leets that python is doing on the scripting/AI room, and the program handles this great.

Example of use

$ mmp init
$ mmp upgrade pip
$ mmp install fastapi
$ mmp install requests

This will create a virtualenv and a requirements.txt with the fast API and requests modules in it if you want to run a script our your server just run this command.

$ mmp run

If you want to know more about the program look into the docs