MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
version.txt
newtools/__init__.py
newtools/optional_imports.py
newtools.egg-info/PKG-INFO
newtools.egg-info/SOURCES.txt
newtools.egg-info/dependency_links.txt
newtools.egg-info/not-zip-safe
newtools.egg-info/requires.txt
newtools.egg-info/top_level.txt
newtools/aws/__init__.py
newtools/aws/load_partitions.py
newtools/aws/s3_location.py
newtools/db/__init__.py
newtools/db/athena.py
newtools/db/cached_query.py
newtools/db/data_types.py
newtools/db/sql_client.py
newtools/db/sql/create_table.sql
newtools/doggo/__init__.py
newtools/doggo/csv.py
newtools/doggo/doggo.py
newtools/doggo/fs.py
newtools/doggo/lock.py
newtools/log/__init__.py
newtools/log/json_persistent_field_logger.py
newtools/log/log.py
newtools/log/persistent_field_logger.py
newtools/queue/__init__.py
newtools/queue/task_queue.py
newtools/tests/test_data/create_tables_athena/no_partitions.sql
newtools/tests/test_data/create_tables_athena/partitions_no_projection.sql
newtools/tests/test_data/create_tables_athena/partitions_with_projection.sql
newtools/tests/test_data/query_tests/athena_test.sql
newtools/tests/test_data/query_tests/ctas_test.sql
newtools/tests/test_data/query_tests/ctas_test_2.sql
newtools/tests/test_data/query_tests/ctas_test_no_data.sql
newtools/tests/test_data/query_tests/test_select.sql
newtools/tests/test_data/query_tests/test_select_bad.sql
newtools/tests/test_data/query_tests/test_select_in.sql
newtools/tests/test_data/query_tests/test_select_s3_path.sql
newtools/tests/test_data/sqlclient/create_table.sql
newtools/tests/test_data/sqlclient/query_file.sql