a library to short links using tinyurl
Project description
PyLeb_ShortLink Documentation
PyLeb_ShortLink Documentation
Overview
PyLeb_ShortLink is a Python library designed for URL shortening using the TinyURL API.
Installation
Install PyLeb_ShortLink using pip:
pip install PyLeb_ShortLink
Quick Start
import shortlink
# Shorten a URL
shortened_url = shortlink.short("https://example.com")
print("Shortened URL:", shortened_url)
License
PyLeb_ShortLink is distributed under the New Global License Version 3.0 (NewGBLv3).
API Reference
short(Link: str) -> str
Shortens the given URL using the TinyURL API.
Parameters:
- Link (str): The URL to be shortened.
Returns:
- str: The shortened URL.
If the URL cannot be shortened, the function returns a message indicating the failure.
Dependencies
- requests: Used for making HTTP requests.
Contribution
Contributions, bug reports, and feature requests are welcome on GitHub.
Contact
For inquiries or support, please contact the author:
- Author: mesteranas
- Email: anasformohammed@gmail.com
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 PyLeb_ShortLink-1.0.0.tar.gz.
File metadata
- Download URL: PyLeb_ShortLink-1.0.0.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43930c1ea982cb91edfec7736f53773a44f3391eb036ab979acfe9e078ffdc7b
|
|
| MD5 |
a82fdd230a59139339840637d75c72c5
|
|
| BLAKE2b-256 |
1b603aa7263cee441bba6401201f08c82317de001e31667dd88f64351998a4b4
|
File details
Details for the file PyLeb_ShortLink-1.0.0-py3-none-any.whl.
File metadata
- Download URL: PyLeb_ShortLink-1.0.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
443beb2882863c677be0d849e09a25e01a944cfdf8d9b56b3123a6f88035e928
|
|
| MD5 |
dc480ec46755f03b7365415870010fb4
|
|
| BLAKE2b-256 |
1c5c4060cb6423aeffb2a783081cc49d3ebc5df956d2bf6891ea03ff372c1170
|