Metadata-Version: 2.3
Name: tidysdmx
Version: 0.1.0
Summary: A toolbox to work with SDMX data
License: MIT
Author: Tony Fujs
Requires-Python: >=3.11.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pysdmx (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

# 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 Tony Fujs. 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).

