.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
system-drawing.excalidraw
.devcontainer/.dockerignore
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/master-pr.yaml
.github/workflows/publish-to-pypi.yml
examples/scripts/1_organizations.py
examples/scripts/2_get_dataset_resource.py
examples/scripts/3_get_dataset_resources.py
examples/scripts/4_org_and_resources.py
examples/workbooks/1_download_data.ipynb
open_ksa/__init__.py
open_ksa/download_file.py
open_ksa/get_dataset_resource.py
open_ksa/get_dataset_resources.py
open_ksa/get_org_resources.py
open_ksa/organizations.py
open_ksa/ssl_adapter.py
open_ksa.egg-info/PKG-INFO
open_ksa.egg-info/SOURCES.txt
open_ksa.egg-info/dependency_links.txt
open_ksa.egg-info/requires.txt
open_ksa.egg-info/top_level.txt
open_ksa/tests/__init__.py
open_ksa/tests/test_get_dataset_resource.py
open_ksa/tests/test_organizations.py