Skip to main content

A python wrapper library for the ODS Automation API

Project description

ods-utils-py

With ods-utils-py, the Automation API from Opendatasoft can be accessed directly from Python. A valid API key is required (Create an API key). The source code is publicly available on GitHub.

Table of Contents


Installation

Installation via pip:

pip install ods-utils-py

Requirements

  • Python Version: 3.11 or higher
  • API Key: A valid API key from Opendatasoft

Getting Started

Set up API Key

To use ods-utils-py, a valid API key from Opendatasoft is required.

For OGD Basel, the API key can be created here.

For key creation on other platforms, click on the username button in the top right corner to open account settings. Under API Keys, custom keys with the appropriate permissions can be created.

The name should describe its purpose, for example, "ods_utils_py - <Initial Key Name>"

The API key requires the following 4 permissions:

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

The API key is then required as an environment variable.

Set up Environment Variables

Next, the environment variables must be defined. For this, a .ods_utils_py.env file should be created in the root directory of the project with the following content.

ODS_API_KEY=your_ods_api_key

PROXY_USER=your_proxy_user
PROXY_PASSWORD=your_proxy_password
PROXY_ADDRESS=your_proxy_address
PROXY_PORT=your_proxy_port

ODS_DOMAIN=data.bs.ch
ODS_API_TYPE=automation/v1.0

Important: Make sure to add **/*.env to your .gitignore!

Usage

Here's a simple example to retrieve the number of datasets:

import ods_utils_py as ods_utils

num_datasets = ods_utils.get_number_of_datasets()
print(f"We currently have {num_datasets} datasets.")

A list of all currently implemented functions can be found on GitHub.

If a desired function does not exist, it can be implemented via _requests_utils:

import ods_utils_py as ods_utils

response = ods_utils._requests_get("https://www.example.com")
print(response.text)

Note: Most of these functions should eventually be integrated into ods_utils_py.


Further Links

The complete documentation of the Automation API 1.0 can be found here.


License

This project is licensed under the MIT License. See the LICENSE file in the repository for the full license text.

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

ods_utils_py-0.1.9.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

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

ods_utils_py-0.1.9-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file ods_utils_py-0.1.9.tar.gz.

File metadata

  • Download URL: ods_utils_py-0.1.9.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ods_utils_py-0.1.9.tar.gz
Algorithm Hash digest
SHA256 cd5d63f13f1c7a9069b60a1fdf6903086d5cac59a8f120a8479f53fcb4b40e15
MD5 6df3dc5ec5df8f010c8bb03a2884d538
BLAKE2b-256 fdc019c484ba305270653e063874d9cea3ae0cefd43d18009da43a4cfd578d27

See more details on using hashes here.

File details

Details for the file ods_utils_py-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: ods_utils_py-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 11.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ods_utils_py-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 c1a136cf7cacaa60577d1205d7bf3faef1bed0e6f0edb50d01ceb4729ce9b8a8
MD5 b003f22ce853a42416c03006a6dae64d
BLAKE2b-256 55e03f9f8a66c849b5021f12c2ef5399402ce1c67dcb98ffea3722366d5655f7

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