Automates manual installation of Python modules.
Project description
Download Tarball
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. Works on Python 3.4+.
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
Developement
Windows
Installing Development dependencies
- Run
build install
Running tests:
- Run
build test
, which runs all the unit tests intests.py
.
All the other targets are for upload package to PyPi.
Linux
Installing Development dependencies
- Run
make install
Make sure you have GNU Make installed. You can install it with sudo apt-get install make
.
Running tests:
- Run
make test
, which runs all the unit tests intests.py
.
All the other targets are for upload package to PyPi.
Running tests:
- Run
build test
, which runs all the unit tests intests.py
.
All the other targets are for upload package to PyPi.
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 ofpython
/pip
.
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
Built Distribution
File details
Details for the file download-tarball-0.0.7.tar.gz
.
File metadata
- Download URL: download-tarball-0.0.7.tar.gz
- Upload date:
- Size: 837.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0ff724148cec4439330b42f0ec24d69b3611920f46722140040b9e31a261794 |
|
MD5 | 00003a450c4419d7af0382afb6768d2e |
|
BLAKE2b-256 | 5c29c2f27310d2e2de98e1bdc80327726d7cf500a87cbe1746526a6ff9e4e4bb |
File details
Details for the file download_tarball-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: download_tarball-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6cdbf941021496a98ec58723858f2b0c4a549a4add04ff7034b2978150f80bc |
|
MD5 | 6679ede8433d2066b4183ac97921cdca |
|
BLAKE2b-256 | b4009394f8c345fdf29213ecfc1348fbff2bbaccbc5fd2560a7ab899d8b4a61d |