.flake8
.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/add_issue_to_project_board.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
docs/examples/expected_ui_popup.png
src/aind_data_transfer_lite/__init__.py
src/aind_data_transfer_lite/models.py
src/aind_data_transfer_lite/ui.py
src/aind_data_transfer_lite/upload_data.py
src/aind_data_transfer_lite.egg-info/PKG-INFO
src/aind_data_transfer_lite.egg-info/SOURCES.txt
src/aind_data_transfer_lite.egg-info/dependency_links.txt
src/aind_data_transfer_lite.egg-info/requires.txt
src/aind_data_transfer_lite.egg-info/top_level.txt
tests/__init__.py
tests/test_models.py
tests/test_upload_data.py
tests/resources/behavior_data/example.txt
tests/resources/ecephys_data/example.txt
tests/resources/metadata_dir/acquisition.json
tests/resources/metadata_dir/data_description.json
tests/resources/metadata_dir/instrument.json
tests/resources/metadata_dir/procedures.json
tests/resources/metadata_dir/subject.json