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.
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
Installation
Requirements
Python 3.6+
- virtualenv for the envs
- docopt for command handling and docs
To install mmp:
$ pip3 install mmp
First commands
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
Help
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.