Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
Tom edited this page Aug 9, 2020 · 3 revisions

Welcome to Pyourls3

A Python 3 API wrapper for [YOURLS] - 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] written by [tflink], built using the fantastic [requests] library.

Quick links

Project layout

pyourls3/               # main Python package
    __init__.py
    client.py           # main file
    exceptions.py
tests/
    __init__.py
    sharevar.py         # used to share data between tests and the Flask server
    test_expand.py      # test for the expand function
    test_init.py
    test_shorten.py
    test_stats.py
    test_url_stats.py
    webserver.py        # Flask webserver
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
LICENCE
README.md
pytest.ini
requirements.txt
Clone this wiki locally