Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 18:06
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/f583dd95d25978924b2a507f9c4118ee to your computer and use it in GitHub Desktop.
Save r-ryantm/f583dd95d25978924b2a507f9c4118ee to your computer and use it in GitHub Desktop.
/nix/store/awsfpjvz4hlh4hv7annayy1swvfigfil-python3.7-azure-mgmt-subscription-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── subscription
│   │   ├── _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
│   │   │   │   └── _subscription_client_enums.cpython-37.pyc
│   │   │   └── _subscription_client_enums.py
│   │   ├── operations
│   │   │   ├── _alias_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _alias_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _subscription_operations.cpython-37.pyc
│   │   │   │   ├── _subscriptions_operations.cpython-37.pyc
│   │   │   │   └── _tenants_operations.cpython-37.pyc
│   │   │   ├── _subscription_operations.py
│   │   │   ├── _subscriptions_operations.py
│   │   │   └── _tenants_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _subscription_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── _subscription_client.py
│   │   └── version.py
│   └── azure_mgmt_subscription-0.7.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment