MMP handle your py_modules easier and faster
Project description
mmp
Module manager python is a cli solution for an easier and faster way to handle you python modules with your projects.
Documentation page
Update docs here
Source code git repo
Inspiration
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.
Quickstart
To start using PyMm, first install the program, at this early stages we just have the installation by pip so its required for you to have that also the app just works with python 3 and up so you need to use pip3 in the case that you have python 2 as your default python version.
$ pip3 install mmp
After you install the program, go to the proyect that you want to use mmp and start installing dependencies with this simple command
$ mmp install [module_name]
To run your project/script its ass simple to use the run command, this command defaults to a run.py file but you can specify the file that you want to run by adding the file full name at the end like this
$ mmp run my_perfect_script.py
In the case that you want to know a little more off the commands that you can run with the program just ask for help with the -h on every section of the program for example.
$ mmp -h
$ mmp run -h
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.