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.
BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for donotimport-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0877604d5bf1fe7120d126f97574e55213d6bd153b04c5b4813a4407adcca980 |
|
MD5 | 50708515ca02b5e52e198e33296200d4 |
|
BLAKE2b-256 | af964a45fa0dfb0fe9a6d069577c5fe68bef9b3821040414db6e301df3ead454 |