Skip to main content

A simple package to prevent the abusive use of the import statement in Python.

Project description

donotimport

A simple package to prevent the abusive use of the import statement in Python.

Installation:

pip install donotimport==0.0.2

Usage:

import donotimport
#Your code is here without any import to any library

Examples:

# Example:1
import donotimport
#For encryption
p1=ashar("123","Example:1").encode()
print(p1)
# OUTPUT:
'''
-If the library is already installed, the result will be:
25#;F7=04-62%12?11<F0[54{89(E5:00O15z1AbA6BABHA2r@204xC5H9Fx2FSCFt98X72)B0}65]BA>77!5F$D9&37_B3+001
-If the library is not installed, an error message will appear:
ashar not exist!
'''

Changelog:

## 0.0.2
- Fix Bugs.
## 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

donotimport-0.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

donotimport-0.0.2-py3-none-any.whl (5.3 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