python-short_url
python-short_url copied to clipboard
Python implementation for generating Tiny URL- and bit.ly-like URLs.
Hi, thank you for the amazing work! I tried many APIs to short a magnet link, for example ``` import pyshorteners s = pyshorteners.Shortener() s.tinyurl.short('magnet:?xt=urn:btih:44EA47CF8DF204C8E5DF79A255809D47AC94C21B') ``` and I got https://tinyurl.com/y8ykwlpb...
No commits in quite a long time, how is compatability right now?
The PyPI release tarball should contain the test cases. These are usually ran by distributions that package Python modules in order to ensure their basic usability.