Simplest url checker on earth!
Project description
Let’s say you are working with urls in your application and you need to check whether the url is okay and if it redirects to another destination. Of course, we have some awesome libraries already to get this done. But uraiko makes it easy, you just feed the url and voila! ### Installation You can install uraiko using pip,
pip install uraiko
Requires Python 3 or above to run. If you have Python 2 installed too, make sure to use the right pip.
Usage
>>> import uraiko >>> link = uraiko.url_check("iamlizu.com") >>> print(link) https://iamlizu.com/
Please look for logs at ‘~/Documents/uraiko.log’
What’s new in version 1.0.3
Minor bug fixes
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
uraiko-1.0.3.tar.gz
(2.5 kB
view details)
File details
Details for the file uraiko-1.0.3.tar.gz
.
File metadata
- Download URL: uraiko-1.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 472f76b64a567921f9f791792bcf5162189d68209c33e18157043558cdc3d897 |
|
MD5 | 765092156e5e0936afc129cdf044232d |
|
BLAKE2b-256 | a0ba526d5d2c5da0bc6db782327fe93dd556d57f62ce753b989345918cdb2955 |