Skip to main content

Simple and easy to use wrapper for the Outline API.

Project description

python-outline is a best python wrapper for Outline API.

It is a simple and easy to use wrapper for the Outline API.

How to use

from outline.client import OutlineClient

client = OutlineClient(base_url="https://localhost:777/secretpath")

new_key = client.new()

new_key.rename("This is a new name")

# set a data limit of 1GB
new_key.change_data_limit(1000000000)

new_key.url("my key with 1GB limit")
# ss://example@example.com/?outline=1#my key with 1GB limit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-outline-1.0.1.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

python_outline-1.0.1-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page