Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 18:37
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 r-ryantm/ce5cf0d2877c9aa81cd0176facb6547c to your computer and use it in GitHub Desktop.
Save r-ryantm/ce5cf0d2877c9aa81cd0176facb6547c to your computer and use it in GitHub Desktop.
/nix/store/fjzskdk6lnclzrpz31nk4q5s3xm4ciph-python3.7-azure-mgmt-deploymentmanager-0.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── deploymentmanager
│   │   ├── _configuration.py
│   │   ├── _deployment_manager_client.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _deployment_manager_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   └── __pycache__
│   │   │   ├── _deployment_manager_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   └── _models_py3.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _artifact_sources_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _artifact_sources_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _rollouts_operations.cpython-37.pyc
│   │   │   │   ├── _services_operations.cpython-37.pyc
│   │   │   │   ├── _service_topologies_operations.cpython-37.pyc
│   │   │   │   ├── _service_units_operations.cpython-37.pyc
│   │   │   │   └── _steps_operations.cpython-37.pyc
│   │   │   ├── _rollouts_operations.py
│   │   │   ├── _services_operations.py
│   │   │   ├── _service_topologies_operations.py
│   │   │   ├── _service_units_operations.py
│   │   │   └── _steps_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _deployment_manager_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_deploymentmanager-0.2.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment