Skip to main content

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 hashes)

Uploaded Source

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