Metadata-Version: 2.1
Name: pyurlx
Version: 2.0.0
Summary: A cool python module which can do link management using the URLx API
Author-email: James Marke <mikeoxlong@saintly.com>, Callum Cardy <pythonscratcher@email.cz>
License: BSD-3-Clause
Keywords: url,shorten,link
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pyURLx
A simple python module which uses requests and the URLx API to shorten links.
<br>
<code>
from pyurlx import tools<br>
link = tools.shorten("example.com")<br>
print(link)
</code>
