Skip to main content

Automates manual installation of Python modules.

Project description

Download Tarball

PyPI version License: MIT Build Status

Automates manual Python library installation through the PyPi tar.gz tarball. If no tarball is found, the program will look for next available .zip file and install the package. I've used this in the past when pip hasn't worked out, and I have to revert to manual installation of Python libraries.

Install with:

pip install download-tarball

Or:

python setup.py install

Basic Usage

Installing a single package from the command line:

download -p <package name>

File Usage

Installing via packages listed on separate lines in a .txt file.

Example File Format:

xlrd
black
pyinstaller

Command:

download -r <text file>

Demo

xlrd-example

Note

  • This tool currently installs the latest version of your package.
  • This package is currently is platform independent. It should work on Windows, Linux and MacOSX.
  • If your using a Unix enviorment, you might need to use python3/pip3 instead of python/pip.
  • Works on Python 3.5+.

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

download-tarball-0.0.4.tar.gz (837.0 kB view hashes)

Uploaded Source

Built Distribution

download_tarball-0.0.4-py3-none-any.whl (6.8 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