Skip to main content

Stacket API Wrapper

Project description

version

Stacket API Wrapper : Python

Build powerful systems integrating your services together like never before.

Installing Requests and Supported Versions

Stacket is available on PyPI:

$ python -m pip install stacket

Example usage

from stacket.StacketClient import StacketClient

client = StacketClient("auth-token")

if not client.verify():
    print("Token not authenticated with Stacket")
else:
    print("Authenticated with Stacket")


client.create_service({
    "type": "minecraft",
    "node": "aad10",
    "package": "pkg1",
    "platform": "spigot",
    "version": "1.8.8"
})

for service in client.get_services():
    print(f"{service.get_id()} : {service.get_status()}")

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

stacket-0.2.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

stacket-0.2.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file stacket-0.2.0.tar.gz.

File metadata

  • Download URL: stacket-0.2.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.10

File hashes

Hashes for stacket-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6ecb640f332e4af22e70d32e0fc75542f670b6e3b09caad935f8b5f8e12529a3
MD5 391a97f998f49f9ae04b4bc3c256ad80
BLAKE2b-256 99c63cf880f380abf96febe06b17fb7e1499220c4da65104f5063989087588a8

See more details on using hashes here.

File details

Details for the file stacket-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: stacket-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.10

File hashes

Hashes for stacket-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 783e794c554806cdb8c23cb014381a7ccbf3275a1b3539023b4d5803dba1f38c
MD5 ed43a6467515a6c1b56fa078b255b888
BLAKE2b-256 9bff55bd0618b552a1ecc448a2cc0c037677c0123dd673454adee0eb6b35b7a6

See more details on using hashes here.

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