pypi_api_installer 🪄
A python library with a set of tools for installing python packages from PYPI dynamicly and without using pip or any other shell tools.
Important Note ⚠️
You can install libraries from PyPI and use them immediately. However, libraries that utilize C extensions or require compilation may not function correctly.
installation ⬇️
Use this pip command to install the package:
pip install pypi_api_installer
usage 🙌
The easiest way to use this library to Install packages with its dependencies automatically is by using MagicLibraryInstaller class. An example of utilizing it to install the requests library:
from pypi_api_installer import MagicLibraryInstaller
MagicLibraryInstaller("requests", lib_folder_path="custom_lib")
This script will install the latest version of the requests library, and then install all of its dependencies on the folder custom_lib.
Release files for pypi-api-installer 1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypi_api_installer-1.4.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pypi_api_installer-1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / pypi_api_installer-1.4.tar.gz
| Download URL | pypi_api_installer-1.4.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce944cf4712c36bfb582d4e638ccbcac85bb0297b17a075d33166a665f28c1ca
|
|
BLAKE2b-256 checksum How to use checksums |
5f1eabc04b2023652717b65742f9b11350f18763ec46b7b0673dcf139a5032b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.9.19
|
Release files / pypi_api_installer-1.4-py3-none-any.whl
| Download URL | pypi_api_installer-1.4-py3-none-any.whl |
|---|---|
| Size | 8.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1a7cc7dc3b07e2b168b722721c73b9b47f4840ef051e8fcca6099aa86cd4194d
|
|
BLAKE2b-256 checksum How to use checksums |
ab7847c01361e96def2fc99352ab6bd372240d465168cfc352bb552ceebe78a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.9.19
|