Skip to main content

Reserve Bank of Australia connector for the parsimony framework

Project description

parsimony-rba

Reserve Bank of Australia source for parsimony: statistical tables fetch and catalog enumeration.

Part of the parsimony-connectors monorepo. Distributed standalone on PyPI as parsimony-rba.

Connectors

Name Kind Description
rba_fetch connector Fetch a published RBA statistical table by table_id (e.g. f1-data, g1-data). Resolves the live tables index, downloads the CSV, and returns a tidy long-format DataFrame.
enumerate_rba enumerator Discover available series by scraping the tables index and parsing each CSV's metadata header rows.

Install

pip install parsimony-rba

Pulls in parsimony-core>=0.4,<0.5 automatically. Verify discovery:

python -c "from parsimony import discover; print([p.name for p in discover.iter_providers()])"

Configuration

No environment variables required — the RBA statistics site is public. The optional curl_cffi extra improves reliability against the Akamai CDN's TLS-fingerprinting checks; the connector falls back to httpx automatically.

Quick start

import asyncio
from parsimony_rba import CONNECTORS

async def main():
    connectors = CONNECTORS.bind_env()
    result = await connectors["rba_fetch"](table_id="f1-data")
    print(result.data.head())

asyncio.run(main())

For multi-plugin composition:

from parsimony import discover
connectors = discover.load_all().bind_env()

Catalog publishing

This plugin publishes a catalog under the rba namespace, backed by enumerate_rba.

parsimony publish --provider rba --target "hf://<your-org>/parsimony-rba"

Provider

License

See LICENSE.

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

parsimony_rba-0.5.0.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

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

parsimony_rba-0.5.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file parsimony_rba-0.5.0.tar.gz.

File metadata

  • Download URL: parsimony_rba-0.5.0.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for parsimony_rba-0.5.0.tar.gz
Algorithm Hash digest
SHA256 a52e1855a28e0573905846287f85f5aa8549dff6106564cce38d448679068334
MD5 fdb08f19a249209be85a9803aef72913
BLAKE2b-256 9f24ce9d68016221986152a85c3d018ea754e2760c39b042f97b56707c298f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_rba-0.5.0.tar.gz:

Publisher: release.yml on ockham-sh/parsimony-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file parsimony_rba-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: parsimony_rba-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for parsimony_rba-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 af30b51f8494aa88e0358b4e4a82759537cb93c95dcddeb06cf77019bf987846
MD5 6db5ace28336357fd808aa0076ad48d9
BLAKE2b-256 64fa3f596fb281df37b98f936a5f802abf309fc96b6d3c203770f0b3fec6a33d

See more details on using hashes here.

Provenance

The following attestation bundles were made for parsimony_rba-0.5.0-py3-none-any.whl:

Publisher: release.yml on ockham-sh/parsimony-connectors

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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