Skip to main content

A simple(st) python dependency manager

Project description

minipyg

Simple(st) python dependency manager

Install

python3 -m pip install minipyg

Prerequisites

You should work inside an activated virtual environment.

Usage

If you need to install some package, you just run:

minipyg install <some_package>

Uninstalling packages:

minipyg uninstall <some_package>

After pulling an update of your project from git repository, you can update your local dependencies too:

minipyg update

'run' command

In minipig.json file you can specify a run command that launch your project, for example:

{
    "commands": {
        "run": "python3 manage.py runserver"
    }
}

Then running the command:

minipyg run

will automatically update your dependencies and start your project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minipyg-0.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

minipyg-0.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page