Metadata-Version: 2.4
Name: sdmxabs
Version: 0.1.3
Summary: Download data from the Australian Bureau of Statistics (ABS) using its SDMX API
Project-URL: Repository, https://github.com/bpalmer4/sdmxabs
Project-URL: Homepage, https://github.com/bpalmer4/sdmxabs
Requires-Python: >=3.13
Requires-Dist: defusedxml
Requires-Dist: importlib
Requires-Dist: pandas
Requires-Dist: pathlib
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: types-defusedxml
Requires-Dist: types-requests
Requires-Dist: typing
Description-Content-Type: text/markdown

sdmxabs
-------
sdmxabs is a small python package to download data from
the Australian Bureau of Statistics using its SDMX API. 
SDMX stands for Statistical Data and Metadata eXchange.

Usage
-----
```
import sdmxabs as sa
```
