Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/47481d0ec6fe336ed6516c96cfef49cd to your computer and use it in GitHub Desktop.
Save ryantm/47481d0ec6fe336ed6516c96cfef49cd to your computer and use it in GitHub Desktop.
/nix/store/08ih9dyn1ppmhnwsr4xqz39x37c6jn8h-python3.7-azure-mgmt-datamigration-3.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── datamigration
│   │   ├── _configuration.py
│   │   ├── _data_migration_service_client.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _data_migration_service_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _data_migration_service_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _files_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── _projects_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _files_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _projects_operations.cpython-37.pyc
│   │   │   │   ├── _resource_skus_operations.cpython-37.pyc
│   │   │   │   ├── _services_operations.cpython-37.pyc
│   │   │   │   ├── _service_tasks_operations.cpython-37.pyc
│   │   │   │   ├── _tasks_operations.cpython-37.pyc
│   │   │   │   └── _usages_operations.cpython-37.pyc
│   │   │   ├── _resource_skus_operations.py
│   │   │   ├── _services_operations.py
│   │   │   ├── _service_tasks_operations.py
│   │   │   ├── _tasks_operations.py
│   │   │   └── _usages_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _data_migration_service_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_datamigration-3.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment