Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 16, 2020 12:47
Show Gist options
  • Save r-ryantm/924800fe6a6f3592f3aa18b280d30c9a to your computer and use it in GitHub Desktop.
Save r-ryantm/924800fe6a6f3592f3aa18b280d30c9a to your computer and use it in GitHub Desktop.
/nix/store/i629wm3qn6n4wp3hgwpm5c0acmkvahd4-python3.7-azure-mgmt-recoveryservices-0.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── recoveryservices
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _paged_models.cpython-37.pyc
│   │   │   │   └── _recovery_services_client_enums.cpython-37.pyc
│   │   │   └── _recovery_services_client_enums.py
│   │   ├── operations
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── _private_link_resources_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _private_link_resources_operations.cpython-37.pyc
│   │   │   │   ├── _recovery_services_operations.cpython-37.pyc
│   │   │   │   ├── _registered_identities_operations.cpython-37.pyc
│   │   │   │   ├── _replication_usages_operations.cpython-37.pyc
│   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   ├── _vault_certificates_operations.cpython-37.pyc
│   │   │   │   ├── _vault_extended_info_operations.cpython-37.pyc
│   │   │   │   └── _vaults_operations.cpython-37.pyc
│   │   │   ├── _recovery_services_operations.py
│   │   │   ├── _registered_identities_operations.py
│   │   │   ├── _replication_usages_operations.py
│   │   │   ├── _usages_operations.py
│   │   │   ├── _vault_certificates_operations.py
│   │   │   ├── _vault_extended_info_operations.py
│   │   │   └── _vaults_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _recovery_services_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── _recovery_services_client.py
│   │   └── version.py
│   └── azure_mgmt_recoveryservices-0.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment