Skip to main content

dmax

Project description

An (incomplete) alternative API client for data management systems at the Advanced Photon Source that supports both synchronous and asynchronous API calls.

https://img.shields.io/pypi/v/dmax.svg https://github.com/spc-group/dmax/actions/workflows/ci.yml/badge.svg

Why dmax?

The aps-dm-api package is available for accessing the various APIs in python. Compared to aps-dm-api, dmax is:

  • Awaitable - dmax has both a block and asynchronous client that share the same logic

  • Explicit - parameters can be passed to a client rather than relying primarily on environmental variables.

  • On PyPI - aps-dm-api can only be installed from conda-forge.

While we hope that dmax is useful, it is not intended as a complete replacement for aps-dm-api. Features are added only as needed.

Installation

The following will download the package and load it into the python environment.

pip install dmax

Usage

The main interface for dmax is the dmax.Client class, or its asynchronous counterpart dmax.AsyncClient.

dmax can be used either by as a stand-alone library, where the data management API parameters are passed in explicitly, or embedded in an existing data-management environment, where the API connection parameters are defined in environmental variables.

Stand-alone

The client is given the login credentials, along with the station name and any API URIs that it needs to connect.

import dmax

client = dmax.Client(
    username="spam",
    password="secret",
    station_name="255IDZ",
    scheduling_uri: str = "https://example.com:11337",
    data_storage_uri: str = "https://example.com:22237",
    processing_uri: str = "https://example.com:55536",
)

proposals = client.proposals(cycle="2026-3")

experiments = client.experiments()
experiment = client.experiment(name="cabana-2026-3")

If the URI’s are omitted, the client will attempt to guess sensible defaults from the station name, for example station_name=”255IDZ” will produce URIs like https://s255idzdm.xray.aps.anl.gov:55536.

Embedded in a DM Environment

The APS data management system uses an extensive set of environmental variables to handle the API parameters. If any parameters or not provided to the client, environmental variables will be used if available:

import dmax

client = dmax.Client()

esafs = client.esafs(year=2026)

Running the Tests

uv run --dev pytest

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

dmax-0.0.8.tar.gz (118.5 kB view details)

Uploaded Source

Built Distribution

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

dmax-0.0.8-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file dmax-0.0.8.tar.gz.

File metadata

  • Download URL: dmax-0.0.8.tar.gz
  • Upload date:
  • Size: 118.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.13

File hashes

Hashes for dmax-0.0.8.tar.gz
Algorithm Hash digest
SHA256 f03aa43300744babae9b03b48c519c2c94bde6c6fcdabf580d039d224930fed9
MD5 ffdf6198f58a75fb51c5e4e16ea99ff0
BLAKE2b-256 a417a25f656805b11965dddc5e88f5065a8a09bdfd9e5d34176df878686263c9

See more details on using hashes here.

File details

Details for the file dmax-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: dmax-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.13

File hashes

Hashes for dmax-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2d10e643f967c4fa4cfbc43bbd1b40d0ca15abe9c7b096fc848c5c04c003d271
MD5 7030f8eb8b123aab25f242b9a268ed76
BLAKE2b-256 306d1e83ce5008ae974bc00738d83c2f3ba424d516804b54b1ec26dff87cf77b

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