Skip to main content

A python library with a set of tools for installing packages from pypi dynamically

Project description

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.

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

pypi_api_installer-1.4.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

pypi_api_installer-1.4-py3-none-any.whl (8.1 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