Automates manual installation of Python modules.
Project description
DEPRECATED
No longer supporting this repository
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.5+.
Install with:
pip install pypi-download-tarball
Or:
python setup.py install
Basic Usage
Installing a single package from the command line:
pypi-download-tarball -p <package name>
File Usage
Installing via packages listed on separate lines in a .txt
file.
Example File Format:
xlrd
black
pyinstaller
Command:
pypi-download-tarball -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
Release history Release notifications | RSS feed
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 pypi-download-tarball-0.0.9.tar.gz
.
File metadata
- Download URL: pypi-download-tarball-0.0.9.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.3rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18de909cd4f429e5e77b84026eac570eb1bc1a8846cd54b1c022b9aa5b61a84e |
|
MD5 | b88bf2c13581ae90af693e45e93bf721 |
|
BLAKE2b-256 | 658854d0ce1cb33e123941f3e0c71fdd87fd9dfcb54e7b8cffcfdd0d76e06d57 |
File details
Details for the file pypi_download_tarball-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: pypi_download_tarball-0.0.9-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.8.3rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9894539b987429f98da06801356b2e3c1d97e893f1bc79510a1f9fd1b61d1a11 |
|
MD5 | a426d2de00e5860960b9fb0554bfa7c8 |
|
BLAKE2b-256 | cdcbe2b0e4044bde6564a0858bfc752067bb6fa235551e8acd831613bdde3f2a |