.coveragerc
.gitignore
CHANGELOG.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
RELEASE.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
CHANGELOG.D/.gitignore
CHANGELOG.D/towncrier_template.md
build-tools/cli-help-generator.py
docs/Makefile
docs/blob_storage_reference.rst
docs/client_reference.rst
docs/conf.py
docs/config_reference.rst
docs/disks_reference.rst
docs/functions_reference.rst
docs/glossary.rst
docs/images_reference.rst
docs/index.rst
docs/jobs_reference.rst
docs/jobs_usage.rst
docs/make.bat
docs/parse_reference.rst
docs/plugin_reference.rst
docs/reference.rst
docs/secrets_reference.rst
docs/spelling_wordlist.txt
docs/storage_reference.rst
docs/storage_usage.rst
docs/usage.rst
docs/users_reference.rst
docs/_static/.gitignore
docs/_templates/.gitignore
neuromation/__init__.py
neuromation/py.typed
neuromation.egg-info/PKG-INFO
neuromation.egg-info/SOURCES.txt
neuromation.egg-info/dependency_links.txt
neuromation.egg-info/entry_points.txt
neuromation.egg-info/requires.txt
neuromation.egg-info/top_level.txt
neuromation/api/__init__.py
neuromation/api/abc.py
neuromation/api/admin.py
neuromation/api/blob_storage.py
neuromation/api/client.py
neuromation/api/config.py
neuromation/api/config_factory.py
neuromation/api/core.py
neuromation/api/disks.py
neuromation/api/errors.py
neuromation/api/file_filter.py
neuromation/api/images.py
neuromation/api/jobs.py
neuromation/api/login.py
neuromation/api/parser.py
neuromation/api/parsing_utils.py
neuromation/api/plugins.py
neuromation/api/quota.py
neuromation/api/secrets.py
neuromation/api/server_cfg.py
neuromation/api/storage.py
neuromation/api/tracing.py
neuromation/api/url_utils.py
neuromation/api/users.py
neuromation/api/utils.py
neuromation/cli/__init__.py
neuromation/cli/__main__.py
neuromation/cli/admin.py
neuromation/cli/ael.py
neuromation/cli/alias.py
neuromation/cli/asyncio_utils.py
neuromation/cli/blob_storage.py
neuromation/cli/click_types.py
neuromation/cli/completion.py
neuromation/cli/config.py
neuromation/cli/const.py
neuromation/cli/defaults.py
neuromation/cli/disks.py
neuromation/cli/docker_credential_helper.py
neuromation/cli/image.py
neuromation/cli/job.py
neuromation/cli/log_formatter.py
neuromation/cli/main.py
neuromation/cli/parse_utils.py
neuromation/cli/printer.py
neuromation/cli/project.py
neuromation/cli/root.py
neuromation/cli/secrets.py
neuromation/cli/share.py
neuromation/cli/stats.py
neuromation/cli/storage.py
neuromation/cli/text_helper.py
neuromation/cli/topics.py
neuromation/cli/tty_utils.py
neuromation/cli/utils.py
neuromation/cli/version_utils.py
neuromation/cli/formatters/__init__.py
neuromation/cli/formatters/admin.py
neuromation/cli/formatters/blob_storage.py
neuromation/cli/formatters/config.py
neuromation/cli/formatters/disks.py
neuromation/cli/formatters/ftable.py
neuromation/cli/formatters/images.py
neuromation/cli/formatters/jobs.py
neuromation/cli/formatters/storage.py
neuromation/cli/formatters/utils.py
requirements/base.txt
requirements/ci.txt
requirements/dev.txt
tests/__init__.py
tests/conftest.py
tests/test_logging.py
tests/api/__init__.py
tests/api/test_admin.py
tests/api/test_blob_storage.py
tests/api/test_client.py
tests/api/test_config.py
tests/api/test_config_factory.py
tests/api/test_core.py
tests/api/test_disks.py
tests/api/test_file_filter.py
tests/api/test_images.py
tests/api/test_jobs.py
tests/api/test_login.py
tests/api/test_login_utils.py
tests/api/test_parser.py
tests/api/test_plugins.py
tests/api/test_quota.py
tests/api/test_retry.py
tests/api/test_secrets.py
tests/api/test_storage.py
tests/api/test_storage_filestatus.py
tests/api/test_tools.py
tests/api/test_url_utils.py
tests/api/test_users.py
tests/api/data/file.txt
tests/api/data/nested/folder/file.txt
tests/cli/__init__.py
tests/cli/conftest.py
tests/cli/script.py
tests/cli/test_admin.py
tests/cli/test_ael.py
tests/cli/test_alias.py
tests/cli/test_click_types.py
tests/cli/test_click_utils.py
tests/cli/test_config.py
tests/cli/test_docker_helper.py
tests/cli/test_job.py
tests/cli/test_main.py
tests/cli/test_parse_utils.py
tests/cli/test_printer.py
tests/cli/test_project.py
tests/cli/test_root.py
tests/cli/test_secrets.py
tests/cli/test_stats.py
tests/cli/test_storage.py
tests/cli/test_storage_progress.py
tests/cli/test_text_helper.py
tests/cli/test_utils.py
tests/cli/test_version_check.py
tests/cli/formatters/__init__.py
tests/cli/formatters/test_admin_formatters.py
tests/cli/formatters/test_blob_formatters.py
tests/cli/formatters/test_config_formatters.py
tests/cli/formatters/test_disks.py
tests/cli/formatters/test_ftable.py
tests/cli/formatters/test_images_formatters.py
tests/cli/formatters/test_jobs_formatters.py
tests/cli/formatters/test_storage_formatters.py
tests/e2e/__init__.py
tests/e2e/clear-all-my-permissions.sh
tests/e2e/conftest.py
tests/e2e/test_e2e.py
tests/e2e/test_e2e_admin.py
tests/e2e/test_e2e_blob_storage.py
tests/e2e/test_e2e_disks.py
tests/e2e/test_e2e_images.py
tests/e2e/test_e2e_jobs.py
tests/e2e/test_e2e_secrets.py
tests/e2e/test_e2e_share.py
tests/e2e/test_e2e_storage.py
tests/e2e/utils.py
tests/e2e/assets/echo-tag.tar