Skip to main content

A robust Python SDK for slurpit

Project description

Slurpit SDK

The Slurpit SDK is a Python package for interacting with the Slurpit API, enabling developers to easily manage devices and planning resources. It is designed for simplicity and flexibility, offering methods for listing devices, retrieving planning data, and exporting information to CSV format.

Installation

You can install the Slurpit SDK using pip with the following command:

pip install slurpit_sdk

Alternatively, if you prefer to install from source, clone the repository and run the setup script:

git clone https://gitlab.com/slurpit.io/slurpit_sdk.git
cd slurpit
python setup.py install

Quick Start

To use the SDK, start by importing the package and setting up the API client:

import slurpit
api = slurpit.api(
    url="http://localhost:8000", 
    api_key="1234567890abcdefghijklmnopqrstuvwxqz"
)

Replace the url and api_key with the URL of your Slurpit instance and your API key respectively.

Working with Devices

Retrieve and print the hostnames of all devices:

devices = api.device.get_devices()
for device in devices:
    print(device.hostname)

Exporting Data to CSV

To export planning data to a CSV file:

plannings_csvdata = api.planning.get_plannings(export_csv=True)
result = api.device.save_csv_bytes(plannings_csvdata, "csv/plannings.csv")

Exporting Data as Pandas DataFrame

To export planning data as a pandas dataframe

plannings_df = api.planning.get_plannings(export_df=True)

Pagination

Handle large sets of devices with pagination:

devices = api.device.get_devices(offset=100, limit=1000)
for device in devices:
    print(device.hostname)

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

slurpit_sdk-0.9.72.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

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

slurpit_sdk-0.9.72-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file slurpit_sdk-0.9.72.tar.gz.

File metadata

  • Download URL: slurpit_sdk-0.9.72.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-48-generic

File hashes

Hashes for slurpit_sdk-0.9.72.tar.gz
Algorithm Hash digest
SHA256 e4194b796703100f55205c1d6891e2e5e77ec4a84ae2c11900b9a94f9590346e
MD5 c6c2ef545c8116f8c26876201a537c59
BLAKE2b-256 cc4caa54ba41e0292e6b16d9eec1501cf19ec877f10647f77e9f20f49a27b046

See more details on using hashes here.

File details

Details for the file slurpit_sdk-0.9.72-py3-none-any.whl.

File metadata

  • Download URL: slurpit_sdk-0.9.72-py3-none-any.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-48-generic

File hashes

Hashes for slurpit_sdk-0.9.72-py3-none-any.whl
Algorithm Hash digest
SHA256 0d3e841a8b186c03a42edb6cdaecff4e27598e2c7d9c2b88a800fb5d5816820d
MD5 d9fabaac32b8f0212cd14edeb97fefec
BLAKE2b-256 3489c3f56519e1db3692b1c5bad3fc620fe5ddd2e3bc520ac47da90212d99bd0

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