Skip to main content

A wrapper for pip download in offline scenario.

Project description

pip-download: A wrapper useful in offline scenario

简体中文

pip-download is a tool which can be used to download python projects and their dependencies listed on pypi's download files page. If you run the pip-download command to download one project on a Linux platform, packages end with .whl and can be directly installed on a Windows and a macOS platform will also be downloaded. In that way, you can use these downloaded packages to serve for a minimal pypi sever(like pypiserver ) on your company internal network.

At first, it uses pip download xxx command to download packages of the project xxx to a temp dir. Then it unpacks these downloaded packages' name and version to download all packages of the project xxx. These downloaded packages include packages end with .whl built on the Linux, Windows, macOS platform and the source packages end with .tar.gz or .zip .

Installation

pip-download is distributed on PyPI and is available on Linux/macOS and Windows and supports Python 3.6+. You can simply install pip-download as below:

$ pip install pip-download

However, it's a better choice to use a virtual environment:

$ python -m venv venv
# On Windows:
$ .\venv\Scripts\activate
# On Linux:
$ source venv/bin/activate
$ pip install pip-download

virtualenv is also a good choice.

Usage

After installation, you can use pip-download to download python projects and its dependencies.

$ pip-download flask
$ pip-download -r requirements.txt
$ pip-download hatch -d /tmp/

Also, you can put your common options in the config file, python_versions and platform_tags are supported now:

$ pip-download --show-config
$ cat /some-path-to/settings.json
{
    "python-versions": ["cp37"],
    "platform-tags": ["win_amd64"]
}

Credits

  • All the people who work on Click
  • All the people involved in the project hatch

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

pip-download-0.2.1.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pip_download-0.2.1-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file pip-download-0.2.1.tar.gz.

File metadata

  • Download URL: pip-download-0.2.1.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pip-download-0.2.1.tar.gz
Algorithm Hash digest
SHA256 9fc8305dcfff23b567e904b51cc19594bd3638e6dee302b53c7f4044c126a176
MD5 7502b5097070dcc5b8970f41116512cd
BLAKE2b-256 349bb320ebda37bf89b7ec545c23018f06d21a71ea7efdb7028517623ab4bacb

See more details on using hashes here.

File details

Details for the file pip_download-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: pip_download-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pip_download-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 825aa0861f9bd6d4cd255028726328271f015dde73a13bf73c2a9e0e39cebb94
MD5 43a362efbc2b997f6a5d4f0303546e80
BLAKE2b-256 eabddd745707dd2fe0e3f34b8e6811c31f54727804790a04fcdfa7e6a8068a4d

See more details on using hashes here.

Supported by

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