Skip to content

Better way of handling your pip libraries on a proyect scope

License

Notifications You must be signed in to change notification settings

alfonsocv12/mmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages