LICENSE
MANIFEST.in
README.md
install_cmd.py
mypy.ini
pyproject.toml
setup.cfg
setup.py
diycrate/__init__.py
diycrate/cache_utils.py
diycrate/diycrate_app.py
diycrate/file_operations.py
diycrate/gui.py
diycrate/item_queue_io.py
diycrate/iter_utils.py
diycrate/log_utils.py
diycrate/logging_config.py
diycrate/long_poll_processing.py
diycrate/oauth_utils.py
diycrate/path_utils.py
diycrate/server_app.py
diycrate/utils.py
diycrate.egg-info/PKG-INFO
diycrate.egg-info/SOURCES.txt
diycrate.egg-info/dependency_links.txt
diycrate.egg-info/entry_points.txt
diycrate.egg-info/requires.txt
diycrate.egg-info/top_level.txt
function-project/.gitignore
function-project/project.yml
function-project/packages/sample/hello/__main__.py
function-project/packages/sample/hello/build.sh
function-project/packages/sample/hello/requirements.txt
mypy_stubs/boxsdk/auth/oauth2.pyi
mypy_stubs/boxsdk/client/client.pyi
mypy_stubs/boxsdk/object/base_api_json_object.pyi
mypy_stubs/boxsdk/object/base_endpoint.pyi
mypy_stubs/boxsdk/object/base_item.pyi
mypy_stubs/boxsdk/object/base_object.pyi
mypy_stubs/boxsdk/object/cloneable.pyi
mypy_stubs/boxsdk/object/file.pyi
mypy_stubs/boxsdk/object/folder.pyi
mypy_stubs/boxsdk/object/item.pyi
mypy_stubs/boxsdk/object/user.pyi
tests/test.py