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 details)
Built Distribution
File details
Details for the file donotimport-0.0.2.tar.gz
.
File metadata
- Download URL: donotimport-0.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 109b6634c48444bab5d7fa4c3b05279f73f1d56ddbe660a8b3b8dab4e0274168 |
|
MD5 | b71b663d39e2697a5eb13beaa1bf47cd |
|
BLAKE2b-256 | a6c938509515c45b7b3cc814cc5bbbfb32c942139712309320e807cef03711b6 |
File details
Details for the file donotimport-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: donotimport-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0877604d5bf1fe7120d126f97574e55213d6bd153b04c5b4813a4407adcca980 |
|
MD5 | 50708515ca02b5e52e198e33296200d4 |
|
BLAKE2b-256 | af964a45fa0dfb0fe9a6d069577c5fe68bef9b3821040414db6e301df3ead454 |