Metadata-Version: 2.1
Name: pyourls3
Version: 1.0.0
Summary: A Python 3 API wrapper for YOURLS
Home-page: https://www.tdpain.net/projects/pyourls3
Author: Thomas Pain
Author-email: pyourls3@tdpain.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.22.0)
Requires-Dist: certifi (>=2017.4.17)
Requires-Dist: chardet (<3.1.0,>=3.0.2)
Requires-Dist: idna (<2.9,>=2.5)
Requires-Dist: urllib3 (!=1.25.0,!=1.25.1,<1.26,>=1.21.1)

# pyourls3

[![Build Status](https://travis-ci.com/codemicro/pyourls3.svg?branch=master)](https://travis-ci.com/codemicro/pyourls3)
[![Mozilla Public Licence v2](https://img.shields.io/badge/Licence-MPL--2.0-yellow.svg)](https://www.mozilla.org/en-US/MPL/)
[![Written for Python 3.7](https://img.shields.io/badge/Written%20in-Python--3.7-green.svg?logo=python&logoColor=white)](https://www.python.org)

A Python 3 API wrapper for [YOURLS](https://yourls.org/) - Pyourls3 is an API wrapper module written specifically for Python 3, to work with the YOURLS link shortener. It's
designed to supersede the old [`python-yourls`](https://www.github.com/tflink/python-yourls) written by [tflink](https://github.com/tflink),
built using the fantastic [`requests`](https://pypi.org/project/requests/) library.

Documentation can be found at https://www.tdpain.net/projects/pyourls3.

The PyPI page can be found at https://pypi.org/project/pyourls3

## Contibuting
This is an open source project, so feel free to make some changes or fix something, and submit a pull request. See the
contributing page in the docs at https://www.tdpain.net/projects/pyourls3/contributing.html.


