Metadata-Version: 2.1
Name: mappings-utility
Version: 0.1.4
Summary: mapping utility tool for sdmx based partial mappings
Author: Gyorgy Gyomai
Author-email: gyorgy.gyomai@oecd.org
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastapi (>=0.87.0,<0.88.0)
Requires-Dist: pandas (>=1.5.0,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: uvicorn (>=0.20.0,<0.21.0)
Description-Content-Type: text/markdown

An SDMX mapping utility to generate partial key maps for referential metadata.
Although not designed to do that, data mappings are also possible.

Three methods are available:
- *map_withFile* GET method (receiving the mapping source and mapping rules both as file references)
- *map_withURN* GET method (receiving the mapping source  as file and the mapping rules as SDMX registry endpoint + mapping ID)
- *map_json_withURN* POST method (receiving the mapping source as the body of the request in json - pandas dataframe dictionary style - and mapping rules as SDMX registry endpoint + mapping ID) (added in version 0.1.1)

