Skip to main content

Asynchronous lib for making short urls

Project description

aurlcutter

Simple asynchronous python url shortener api wrapper


Source code: https://github.com/mesiriak/aurlcutter


Installation guide:

pip install aurlcutter

For watcing full list of services:

from aurlcutter import Cutter

cutter_instance = Cutter()

print(cutter_instance.cutters)

>>> ["tinyurl", "isgd", "dagd", ...]

Usage example:

from aurlcutter import Cutter

cutter_instance = Cutter()

your_link = "www.google.com"

# you can choose api what you need by yourself
cutted_link = cutter_instance.tinyurl.cut(your_link)

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

aurlcutter-0.0.1a1.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

aurlcutter-0.0.1a1-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

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