LICENSE
MANIFEST.in
README.rst
RELEASING
setup.cfg
setup.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/example.rst
doc/glossary.rst
doc/howto.rst
doc/implementation.rst
doc/index.rst
doc/install.rst
doc/license.rst
doc/make.bat
doc/resources.rst
doc/roadmap.rst
doc/sources.rst
doc/walkthrough.rst
doc/whatsnew.rst
sdmx/__init__.py
sdmx/api.py
sdmx/exceptions.py
sdmx/experimental.py
sdmx/message.py
sdmx/model.py
sdmx/remote.py
sdmx/sources.json
sdmx/urn.py
sdmx/util.py
sdmx/format/__init__.py
sdmx/format/protobuf_pb2.py
sdmx/format/xml.py
sdmx/reader/__init__.py
sdmx/reader/base.py
sdmx/reader/sdmxjson.py
sdmx/reader/sdmxml.py
sdmx/source/__init__.py
sdmx/source/abs.py
sdmx/source/estat.py
sdmx/source/ilo.py
sdmx/source/istat.py
sdmx/source/sgr.py
sdmx/source/wb.py
sdmx/tests/__init__.py
sdmx/tests/conftest.py
sdmx/tests/test_api.py
sdmx/tests/test_compat.py
sdmx/tests/test_dataset.py
sdmx/tests/test_dataset_bare.py
sdmx/tests/test_dataset_ss.py
sdmx/tests/test_docs.py
sdmx/tests/test_dsd.py
sdmx/tests/test_experimental.py
sdmx/tests/test_insee.py
sdmx/tests/test_message.py
sdmx/tests/test_model.py
sdmx/tests/test_performance.py
sdmx/tests/test_remote.py
sdmx/tests/test_source.py
sdmx/tests/test_sources.py
sdmx/tests/test_util.py
sdmx/tests/data/__init__.py
sdmx/tests/data/ECB/orgscheme.xml
sdmx/tests/data/ECB_EXR/action-delete.json
sdmx/tests/data/ECB_EXR/common.xml
sdmx/tests/data/ECB_EXR/common.xsd
sdmx/tests/data/ECB_EXR/flat.json
sdmx/tests/data/ECB_EXR/ng-flat-ss.xml
sdmx/tests/data/ECB_EXR/ng-flat.xml
sdmx/tests/data/ECB_EXR/ng-structure-full.xml
sdmx/tests/data/ECB_EXR/ng-structure.xml
sdmx/tests/data/ECB_EXR/ng-ts-gf-ss.xml
sdmx/tests/data/ECB_EXR/ng-ts-gf.xml
sdmx/tests/data/ECB_EXR/ng-ts-ss.xml
sdmx/tests/data/ECB_EXR/ng-ts.xml
sdmx/tests/data/ECB_EXR/ng-xs-ss.xml
sdmx/tests/data/ECB_EXR/ng-xs.xml
sdmx/tests/data/ECB_EXR/rg-flat-ss.xml
sdmx/tests/data/ECB_EXR/rg-flat.xml
sdmx/tests/data/ECB_EXR/rg-structure-full.xml
sdmx/tests/data/ECB_EXR/rg-structure.xml
sdmx/tests/data/ECB_EXR/rg-ts-gf-ss.xml
sdmx/tests/data/ECB_EXR/rg-ts-gf.xml
sdmx/tests/data/ECB_EXR/rg-ts-ss.xml
sdmx/tests/data/ECB_EXR/rg-ts.xml
sdmx/tests/data/ECB_EXR/rg-xs-ss.xml
sdmx/tests/data/ECB_EXR/rg-xs.xml
sdmx/tests/data/ECB_EXR/sg-flat.xml
sdmx/tests/data/ECB_EXR/sg-structure-full.xml
sdmx/tests/data/ECB_EXR/sg-structure.xml
sdmx/tests/data/ECB_EXR/sg-ts-gf-flat-ss.xml
sdmx/tests/data/ECB_EXR/sg-ts-gf-ss.xml
sdmx/tests/data/ECB_EXR/sg-ts-gf.xml
sdmx/tests/data/ECB_EXR/sg-ts-ss.xml
sdmx/tests/data/ECB_EXR/sg-ts.xml
sdmx/tests/data/ECB_EXR/sg-xs-ss.xml
sdmx/tests/data/ECB_EXR/sg-xs.xml
sdmx/tests/data/ECB_EXR/ts.json
sdmx/tests/data/ECB_EXR/xs.json
sdmx/tests/data/ECB_EXR/1/M.USD.EUR.SP00.A.xml
sdmx/tests/data/ECB_EXR/1/structure-full.xml
sdmx/tests/data/ECB_EXR/1/structure.xml
sdmx/tests/data/ESTAT/apro_mk_cola-structure.xml
sdmx/tests/data/ESTAT/demography-structure.xml
sdmx/tests/data/ESTAT/demography-xs.xml
sdmx/tests/data/ESTAT/esms-ss.xml
sdmx/tests/data/ESTAT/esms-structure.xml
sdmx/tests/data/ESTAT/esms.xml
sdmx/tests/data/ESTAT/footer.xml
sdmx/tests/data/ESTAT/footer2.xml
sdmx/tests/data/ESTAT/footer2.zip
sdmx/tests/data/IMF/ECOFIN_DSD-structure.xml
sdmx/tests/data/INSEE/CNA-2010-CONSO-SI-A17-structure.xml
sdmx/tests/data/INSEE/CNA-2010-CONSO-SI-A17.xml
sdmx/tests/data/INSEE/IPI-2010-A21-structure.xml
sdmx/tests/data/INSEE/IPI-2010-A21.xml
sdmx/tests/data/INSEE/bug-series-freq-data.xml
sdmx/tests/data/INSEE/dataflow.xml
sdmx/tests/data/ISTAT/47_850-structure.xml
sdmx/tests/data/SGR/common-structure.xml
sdmx/tests/data/UNSD/codelist_partial.xml
sdmx/tests/data/expected/action-delete-json.txt
sdmx/tests/data/expected/flat-json.txt
sdmx/tests/data/expected/ng-flat-xml.txt
sdmx/tests/data/expected/ng-xs-xml.txt
sdmx/tests/data/expected/xs-json.txt
sdmx/tests/format/test_xml.py
sdmx/tests/reader/test_json.py
sdmx/tests/reader/test_reader_xml.py
sdmx/tests/writer/conftest.py
sdmx/tests/writer/test_pandas.py
sdmx/tests/writer/test_protobuf.py
sdmx/tests/writer/test_writer_xml.py
sdmx/writer/__init__.py
sdmx/writer/base.py
sdmx/writer/pandas.py
sdmx/writer/protobuf.py
sdmx/writer/xml.py
sdmx1.egg-info/PKG-INFO
sdmx1.egg-info/SOURCES.txt
sdmx1.egg-info/dependency_links.txt
sdmx1.egg-info/requires.txt
sdmx1.egg-info/top_level.txt
sdmx1.egg-info/zip-safe