A library to check URL safety using.
Project description
URL Checker Library
A simple Python library to check the safety of URLs using .
Installation
pip install url-checker-JACK
Usage
import sys
from url_checker_JACK import check_url
def main():
try:
input_url = input("أدخل الرابط للفحص ثم اضغط Enter: ").strip()
except KeyboardInterrupt:
sys.exit(1)
if not input_url:
print("لم تُدخل رابطاً.")
sys.exit(1)
verdict = check_url(input_url)
print(verdict)
if __name__ == "__main__":
main()
Development
To install for development:
pip install -e .
License
MIT License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file url_checker_jack-0.1.1.tar.gz.
File metadata
- Download URL: url_checker_jack-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fd7d3572a67b4b212d4c8e64484cd87bb304442803609b6269409cd3bc2aa39
|
|
| MD5 |
21929ada98495e36ac9fa09f85205f6b
|
|
| BLAKE2b-256 |
4e9409826773ea2cc89e5deeb369c911d0a9eb0198d362bdb54e86ed020a916b
|
File details
Details for the file url_checker_jack-0.1.1-py3-none-any.whl.
File metadata
- Download URL: url_checker_jack-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a26fcc4e5ec1abc7f13fb7127456560cdd40cf2f6f5c7033748d3405cb0d996b
|
|
| MD5 |
46a6377e817a05b645090fc0152759dc
|
|
| BLAKE2b-256 |
6c7f9c7d77c6f8e0f349c90a91c37d82ccf4cda767bd597b7b5ed91004e37a5e
|