.bumpversion.cfg
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE.md
README.rst
USERS.cff
environment.yml
main.py
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/issue_template_bug.md
.github/ISSUE_TEMPLATE/issue_template_feature.md
.github/ISSUE_TEMPLATE/issue_template_release.md
.github/ISSUE_TEMPLATE/issue_template_user_kudos.md
.github/workflows/ci-develop.yml
.github/workflows/ci-production.yml
.github/workflows/extend_user_cff.yml
.github/workflows/pypi-publish.yml
.github/workflows/test-pypi-publish.yml
docs/advanced.md
docs/dataset.md
docs/getting_started.md
docs/index.md
docs/mastr_structure.graphml
docs/requirements.txt
docs/_data/raw_data.rst
docs/_data/raw/bnetza_mastr_biomass_raw.csv
docs/_data/raw/bnetza_mastr_combustion_raw.csv
docs/_data/raw/bnetza_mastr_gsgk_raw.csv
docs/_data/raw/bnetza_mastr_hydro_raw.csv
docs/_data/raw/bnetza_mastr_nuclear_raw.csv
docs/_data/raw/bnetza_mastr_solar_raw.csv
docs/_data/raw/bnetza_mastr_storage_raw.csv
docs/_data/raw/bnetza_mastr_wind_raw.csv
docs/_static/custom.css
docs/development/changelog_mirror.md
docs/development/contributing_mirror.md
docs/images/DBBrowser.PNG
docs/images/DetailAnlagenModellMaStR.png
docs/images/DetailAnlagen_english.PNG
docs/images/MaStR_Mirror.svg
docs/images/MaStR_downloading.svg
docs/images/ObjektmodellMaStR.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_no_name_grey.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_no_name_white.png
docs/images/OpenEnergyFamily_Logo_OpenMaStR_white.png
docs/images/README_HeaderThreePartners.svg
docs/reference/advanced.md
docs/reference/basic.md
open_mastr/__init__.py
open_mastr/mastr.py
open_mastr.egg-info/PKG-INFO
open_mastr.egg-info/SOURCES.txt
open_mastr.egg-info/dependency_links.txt
open_mastr.egg-info/requires.txt
open_mastr.egg-info/top_level.txt
open_mastr/soap_api/__init__.py
open_mastr/soap_api/download.py
open_mastr/soap_api/metadata/LICENSE
open_mastr/soap_api/metadata/__init__.py
open_mastr/soap_api/metadata/create.py
open_mastr/soap_api/metadata/description.py
open_mastr/soap_api/metadata/mastr_datapackage.json
open_mastr/soap_api/metadata/archiv/mastr_biomass_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_datapackage_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_hydro_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_nuclear_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_solar_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_storage_oem140.json
open_mastr/soap_api/metadata/archiv/mastr_wind_oem140.json
open_mastr/utils/__init__.py
open_mastr/utils/config.py
open_mastr/utils/constants.py
open_mastr/utils/credentials.py
open_mastr/utils/docs.py
open_mastr/utils/helpers.py
open_mastr/utils/orm.py
open_mastr/utils/unzip_http.py
open_mastr/utils/config/logging.yml
open_mastr/xml_download/colums_to_replace.py
open_mastr/xml_download/utils_cleansing_bulk.py
open_mastr/xml_download/utils_download_bulk.py
open_mastr/xml_download/utils_write_to_database.py
scripts/utils/data_io.py
tests/__init__.py
tests/conftest.py
tests/preparation.py
tests/test_credentials.py
tests/test_helpers.py
tests/test_interactive_download.py
tests/test_mastr.py
tests/soap_api/test_download.py
tests/xml_download/test_utils_cleansing_bulk.py
tests/xml_download/test_utils_download_bulk.py
tests/xml_download/test_utils_write_to_database.py