Skip to main content

Python API wrapper for Outline VPN

Project description

outline-vpn-api

A Python API wrapper for Outline VPN

Test codecov

How to use

from outline_vpn.outline_vpn import OutlineVPN

# Setup the access with the API URL (Use the one provided to you after the server setup)
client = OutlineVPN(api_url="https://127.0.0.1:51083/xlUG4F5BBft4rSrIvDSWuw",
                    cert_sha256="4EFF7BB90BCE5D4A172D338DC91B5B9975E197E39E3FA4FC42353763C4E58765")

# Get all access URLs on the server
for key in client.get_keys():
    print(key.access_url)

# Create a new key
new_key = client.create_key()

# Or create a key with a specific attributes
key = client.create_key(
    key_id="new_key_001",
    name="Yet another test key",
    data_limit=1024 * 1024 * 20,
    method="aes-192-gcm",
    password="test",
    port=2323,
)

# Rename it
client.rename_key(new_key.key_id, "new_key")

# Delete it
client.delete_key(new_key.key_id)

# Set a monthly data limit for a key (20MB)
client.add_data_limit(new_key.key_id, 1000 * 1000 * 20)

# Remove the data limit
client.delete_data_limit(new_key.key_id)

API documentation

https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/shadowbox/server/api.yml

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

outline_vpn_api-6.4.1.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

outline_vpn_api-6.4.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file outline_vpn_api-6.4.1.tar.gz.

File metadata

  • Download URL: outline_vpn_api-6.4.1.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for outline_vpn_api-6.4.1.tar.gz
Algorithm Hash digest
SHA256 6103c5813189f8915ac208e6b5496f67bfa45ecc445cce5f8dc96f1223f119fc
MD5 5ae4706e4386e724b9cd8c9f4bc75fdf
BLAKE2b-256 34d5f01451fc26ce21673917bbf36b47e4eeb6a76e5646bd480f7383ac4556d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for outline_vpn_api-6.4.1.tar.gz:

Publisher: publish.yml on jadolg/outline-vpn-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file outline_vpn_api-6.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for outline_vpn_api-6.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7ad1dfd80b9fc6357b21921c34526a61022f8fc8c86c2700844329c8fa557a6e
MD5 60882819c1c232e4e220ea3322371b21
BLAKE2b-256 5b1103f54007092a67e32f749343b112764d05427db29de5caa123cd9dfb9172

See more details on using hashes here.

Provenance

The following attestation bundles were made for outline_vpn_api-6.4.1-py3-none-any.whl:

Publisher: publish.yml on jadolg/outline-vpn-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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