alfonsocv12 / mmp

Better way of handling your pip libraries on a proyect scope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmp

Module manager python is a cli solution for an easier and faster way to handle you python modules.



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+

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

About

Better way of handling your pip libraries on a proyect scope

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%