Skip to main content

To import packages if they are found, or download them from pypi if they are not present.This project is in order to bypass errors during importing any package.

Project description

pipincluder for import packages without errors of unavailability.

To import packages if they are found, or download them from pypi if they are not present.This project is in order to bypass errors during importing any package.

Installation:

pip install pipincluder==1.0.6

Usage:

from pipincluder import pipincluder
exec(pipincluder(<YOUR_PACKAGES>).modules())

Examples:

try:
    from pipincluder import pipincluder
except:
    print("please use this command : pip install pipincluder")
    exit()
# Example:1
exec(pipincluder("from os import path",
                 "from hexor import hexor",
                 "from ashar import ashar").modules())
#test ashar package:
print(ashar("123","this is just an example :)").encode())

Changelog:

## 1.0.6
 - fix bugs.
## 1.0.5
 - fix bugs.
 - new build 
## 0.0.1
 - First public release.

linkedin website twitter instagram facebook youtube pypi

BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ

ko-fi

yasserbdj96

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

pipincluder-1.0.6.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pipincluder-1.0.6-py3-none-any.whl (5.5 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