LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
simpleboto/__init__.py
simpleboto/boto3_base.py
simpleboto.egg-info/PKG-INFO
simpleboto.egg-info/SOURCES.txt
simpleboto.egg-info/dependency_links.txt
simpleboto.egg-info/not-zip-safe
simpleboto.egg-info/requires.txt
simpleboto.egg-info/top_level.txt
simpleboto/athena/__init__.py
simpleboto/athena/athena_client.py
simpleboto/athena/constants/__init__.py
simpleboto/athena/constants/constants.py
simpleboto/athena/sql/create_table.sql
simpleboto/athena/utils/__init__.py
simpleboto/athena/utils/data_types.py
simpleboto/athena/utils/schema.py
simpleboto/exceptions/__init__.py
simpleboto/exceptions/custom_exceptions.py
simpleboto/logs/__init__.py
simpleboto/logs/logger.py
simpleboto/s3/__init__.py
simpleboto/s3/s3_client.py
simpleboto/s3/s3_url.py
simpleboto/utils/__init__.py
simpleboto/utils/functions.py
tests/__init__.py
tests/base_test.py
tests/test_athena_client.py
tests/test_dtypes.py
tests/test_exceptions.py
tests/test_logger.py
tests/test_s3_client.py
tests/test_s3_url.py
tests/test_schema.py
tests/test_utils.py
tests/test_data/test_athena_client/create_table/with_db_parquet.sql
tests/test_data/test_athena_client/create_table/without_db_csv.sql