Metadata-Version: 2.4
Name: tidysdmx
Version: 0.9.0
Summary: A toolbox to work with SDMX data
License: MIT
License-File: LICENSE
Keywords: sdmx,statistics,data,metadata,fmr,pysdmx
Author: Tony Fujs
Requires-Python: >=3.11.9
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Dist: numpy (>=1.26)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pysdmx (>=1.13.0,<2.0.0)
Requires-Dist: typeguard (>=4.4.4,<5.0.0)
Project-URL: Changelog, https://github.com/WB-DECIS/tidysdmx/blob/master/CHANGELOG.md
Project-URL: Documentation, https://wb-decis.github.io/tidysdmx/
Project-URL: Homepage, https://github.com/WB-DECIS/tidysdmx
Project-URL: Issues, https://github.com/WB-DECIS/tidysdmx/issues
Project-URL: Repository, https://github.com/WB-DECIS/tidysdmx
Description-Content-Type: text/markdown

<div align="center">
    <img src="https://img.shields.io/badge/status-work_in_progress-orange" alt="Work in progress" />
    <h1>⚠️ Work in progress</h1>
    <p><strong>This package is under active development. APIs, interfaces, and behavior may change without notice. Use with caution.</strong></p>
</div>

> ⚠️ **Work in progress:** This project is under active development. Expect breaking changes and incomplete features. Contributions and feedback are welcome.

# tidysdmx

A toolbox to work with SDMX data

## Installation

```bash
$ pip install tidysdmx
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`tidysdmx` was created by DECGT team at the World Bank. It is licensed under the terms of the MIT license.

## Credits

`tidysdmx` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

