LICENSE
README.md
pyproject.toml
src/user_data_ingest_cli/__init__.py
src/user_data_ingest_cli/__main__.py
src/user_data_ingest_cli/auth.py
src/user_data_ingest_cli/cli.py
src/user_data_ingest_cli/client.py
src/user_data_ingest_cli/config.py
src/user_data_ingest_cli/constants.py
src/user_data_ingest_cli.egg-info/PKG-INFO
src/user_data_ingest_cli.egg-info/SOURCES.txt
src/user_data_ingest_cli.egg-info/dependency_links.txt
src/user_data_ingest_cli.egg-info/entry_points.txt
src/user_data_ingest_cli.egg-info/requires.txt
src/user_data_ingest_cli.egg-info/top_level.txt
src/user_data_ingest_cli/backend/FileBackend.py
src/user_data_ingest_cli/backend/LocalFileBackend.py
src/user_data_ingest_cli/cli_functions/ingest.py
src/user_data_ingest_cli/utils/file_filters.py
src/user_data_ingest_cli/utils/ingest_request_payload_builder.py
src/user_data_ingest_cli/utils/prompters.py
tests/test_cli.py
tests/test_config.py
tests/test_ingest.py
tests/test_list_projects.py
tests/test_login.py
tests/test_logout.py
tests/test_status.py
tests/test_token_store.py
tests/test_whoami.py