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
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
aurlcutter-0.0.1a1.tar.gz
(16.8 kB
view details)
Built Distribution
File details
Details for the file aurlcutter-0.0.1a1.tar.gz
.
File metadata
- Download URL: aurlcutter-0.0.1a1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96030c50bbfbf618d9f99ff9abac715d3c121da8f4a3e8562fdd3e7651abdef4 |
|
MD5 | 3b672e02be33aedd1a6898d127a22034 |
|
BLAKE2b-256 | 0b612deb93665fc751920d30fb61c699e19b892104a7b7e1578fc691cce06903 |
File details
Details for the file aurlcutter-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: aurlcutter-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db5465daa449fbf77e1bd9ad95a5af579a24aac2af11a44ab3017af5434ad716 |
|
MD5 | 1de2b557f7dfb65853c14407bf60414c |
|
BLAKE2b-256 | 9a43380fd72d225058e9b6a2036a5fae407f52a6d7d612c0e06e296abf9a705b |