A simple URL shortener package using TinyURL
Reason this release was yanked:
Bugs
Project description
urlify-simple
A simple Python package that makes URL shortening super easy using TinyURL's API under the hood.
Installation
pip install urlify-simple
Usage
from urlify import shorten_url
# Shorten a URL
short_url = shorten_url('https://www.example.com/very/long/url')
print(short_url) # Outputs: http://tinyurl.com/xxxxx
Features
- Simple one-function interface
- Uses reliable TinyURL service
- No API key required
- Clean error handling
Requirements
- Python 3.6+
- requests library (automatically installed with package)
License
This project is licensed under the MIT License.
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
urlify_simple-0.1.0.tar.gz
(3.1 kB
view details)
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 urlify_simple-0.1.0.tar.gz.
File metadata
- Download URL: urlify_simple-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ff30b881756e7815c2779a6abbff954350173afc855e0e19c39c6f11514e566
|
|
| MD5 |
fda29af2d1181676e6137af1fb11d402
|
|
| BLAKE2b-256 |
466015e7f9af41f3b7e9a0cbc4e2d1909325954b1ce3147a4df998ebd635251b
|
File details
Details for the file urlify_simple-0.1.0-py3-none-any.whl.
File metadata
- Download URL: urlify_simple-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5e0921c0582e648e234572f47e6410492961ac35e9a1c91dcc0fc063f3934bc
|
|
| MD5 |
97038813a42cc788fbde9b2244d5e276
|
|
| BLAKE2b-256 |
44bd63b2868162ed1d8b2937a57f247081fcaee117c2f6a3092ae990758c92de
|