Skip to main content

A Python wrapper library for the Huwise Automation API

Project description

huwise-utils-py

A Python library for the Huwise Automation API.

PyPI version Python 3.12+ License: MIT

Features

  • Type-safe configuration with Pydantic-based HuwiseConfig
  • Object-oriented API with HuwiseDataset class and method chaining
  • Async support for high-performance bulk operations
  • Airflow-friendly logging via Python stdlib logging
  • Dependency injection support for testable code
  • Backwards compatible function-based API available

Installation

Using uv (recommended):

uv add huwise-utils-py

Or via pip:

pip install huwise-utils-py

Requirements

  • Python Version: 3.12 or higher
  • Domain: Optional (defaults to data.bs.ch; set HUWISE_DOMAIN for other portals)
  • API Key: Optional for public read endpoints, required for write/restricted operations

Quick Start

Configuration

Create a .env file:

HUWISE_API_TYPE=automation/v1.0

If your portal is not data.bs.ch, also set:

HUWISE_DOMAIN=your-portal.example.org

If you need write access (publish/update metadata), also add:

HUWISE_API_KEY=your-api-key

Using HuwiseDataset (Recommended)

from huwise_utils_py import HuwiseDataset

# Create a dataset instance from its ID
dataset = HuwiseDataset.from_id("100123")

# Read metadata
title = dataset.get_title()
description = dataset.get_description()

# Update with method chaining
dataset.set_title("New Title", publish=False).set_description("New description").publish()

Using Functions

from huwise_utils_py import get_dataset_title, set_dataset_title

# Read
title = get_dataset_title(dataset_id="100123")

# Write
set_dataset_title("New Title", dataset_id="100123")

Bulk Operations

from huwise_utils_py import bulk_get_metadata, bulk_get_metadata_async
import asyncio

# Synchronous
metadata = bulk_get_metadata(dataset_ids=["100123", "100456", "100789"])

# Asynchronous (10-100x faster for many datasets)
metadata = asyncio.run(bulk_get_metadata_async(dataset_ids=["100123", "100456", "100789"]))

API Key Setup

To use huwise-utils-py, create an API key with these permissions:

  • Browse all datasets
  • Create new datasets
  • Edit all datasets
  • Publish own datasets

For OGD Basel, create your API key here.

Important: Add **/.env to your .gitignore to protect your credentials.

Documentation

Full documentation is available at opendatabs.github.io/huwise-utils-py.

API Reference

This library is a Python client for the Huwise Automation API. The Automation API enables programmatic management of datasets, metadata, resources, security, and more on Huwise (ex Opendatasoft) portals.

For the complete API specification including all available endpoints, request/response schemas, and authentication details, see the official Automation API documentation.

Related Projects

  • odsAutomationR - An R package for accessing the Automation API, developed by the Canton of Thurgau. If you're working in R, this package provides similar functionality.

Further Links

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

huwise_utils_py-1.3.2.tar.gz (20.7 kB view details)

Uploaded Source

Built Distribution

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

huwise_utils_py-1.3.2-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file huwise_utils_py-1.3.2.tar.gz.

File metadata

  • Download URL: huwise_utils_py-1.3.2.tar.gz
  • Upload date:
  • Size: 20.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for huwise_utils_py-1.3.2.tar.gz
Algorithm Hash digest
SHA256 d63a850f6e6d0f0b20374bafe639c8231e5b38c415de91749ba2d18b051a9e44
MD5 3f237f18cc8a56edf7ef9505dda1a61c
BLAKE2b-256 d43bb7b5605c64cc41e7dac9e040314a068f401175139014216cdb431017eb2e

See more details on using hashes here.

File details

Details for the file huwise_utils_py-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: huwise_utils_py-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for huwise_utils_py-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5d44a1ed1573969b1c48adf33f8392af48f76f03021d2652ea0a41f969670072
MD5 d9db30871321e4cd306ff7d71c63fdea
BLAKE2b-256 67156a08e7bf60ac8509043f23dceabbb80a069a96fa92160ea21a30a17df8b0

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