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.1

Usage:

# USAGE :
#s
import donotimport

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

Examples:

# EXAMPLES :
#s

# 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!
'''
#e

Changelog:

## 0.0.1
- First public release.



byRo0t96

facebook youtube LinkedIn instagram visitor-badge

ko-fi

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.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

donotimport-0.0.1-py3-none-any.whl (4.4 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