LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
src/api2db/__init__.py
src/api2db.egg-info/PKG-INFO
src/api2db.egg-info/SOURCES.txt
src/api2db.egg-info/dependency_links.txt
src/api2db.egg-info/entry_points.txt
src/api2db.egg-info/requires.txt
src/api2db.egg-info/top_level.txt
src/api2db/app/__init__.py
src/api2db/app/api2db.py
src/api2db/app/auth_manager.py
src/api2db/app/log.py
src/api2db/app/run.py
src/api2db/ingest/__init__.py
src/api2db/ingest/api2pandas.py
src/api2db/ingest/api_form.py
src/api2db/ingest/base_lam.py
src/api2db/ingest/collector.py
src/api2db/ingest/data_feature/__init__.py
src/api2db/ingest/data_feature/feature.py
src/api2db/ingest/post_process/__init__.py
src/api2db/ingest/post_process/column_add.py
src/api2db/ingest/post_process/column_apply.py
src/api2db/ingest/post_process/columns_calculate.py
src/api2db/ingest/post_process/date_cast.py
src/api2db/ingest/post_process/drop_na.py
src/api2db/ingest/post_process/merge_static.py
src/api2db/ingest/post_process/post.py
src/api2db/ingest/pre_process/__init__.py
src/api2db/ingest/pre_process/bad_row_swap.py
src/api2db/ingest/pre_process/feature_flatten.py
src/api2db/ingest/pre_process/global_extract.py
src/api2db/ingest/pre_process/list_extract.py
src/api2db/ingest/pre_process/pre.py
src/api2db/install/__init__.py
src/api2db/install/clear_lab.py
src/api2db/install/collector_add.py
src/api2db/install/collector_list.py
src/api2db/install/collector_remove.py
src/api2db/install/make_lab.py
src/api2db/install/project_clear.py
src/api2db/install/project_make.py
src/api2db/install/run_lab.py
src/api2db/store/__init__.py
src/api2db/store/store.py
src/api2db/store/store2bigquery.py
src/api2db/store/store2omnisci.py
src/api2db/store/store2sql.py
src/api2db/stream/__init__.py
src/api2db/stream/file_converter.py
src/api2db/stream/stream.py
src/api2db/stream/stream2bigquery.py
src/api2db/stream/stream2local.py
src/api2db/stream/stream2omnisci.py
src/api2db/stream/stream2sql.py