python-short_url icon indicating copy to clipboard operation
python-short_url copied to clipboard

Python implementation for generating Tiny URL- and bit.ly-like URLs.

Results 3 python-short_url issues
Sort by recently updated
recently updated
newest added

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.