Skip to main content

Manager Pypi Package & Mirror

Project description

mppm

Description

Configure the pypi source repository, download the specified pypi module and its dependent packages.

Installation

pip install mppm

Usage

usage: mppm [-h] [-m]

Select PyPI index server used by pip.

optional arguments:
  -h, --help     show this help message and exit
  -m, --mirrors  download list of PyPI mirrors and add them to selection

Configuration

You can add package indexes to your pip.conf file. Example:

[global]
use-wheel = True
index-url = https://pypi.python.org/simple
index-servers =
    pypi
    pypi-test
    my-devpi

[pypi]
index = pypi.python.org

[pypi-test]
index = testpypi.python.org/pypi

[my-devpi]
index = devpi.example.com/main/dev
info = Development team local package index

If you have any indexes listed in the index-servers setting in the globals section, pmm will then only offer these indexes for selection, unless you use the -m command line option.

Authors

Credits

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mppm-1.0.1-py3.10.egg (14.5 kB view hashes)

Uploaded Source

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