Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:42
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/95cf78520423b21ce14065bbfe0dc3a7 to your computer and use it in GitHub Desktop.
Save ryantm/95cf78520423b21ce14065bbfe0dc3a7 to your computer and use it in GitHub Desktop.
/nix/store/wrrdhkagv3v4041hc9fdb8nmccb4gjbi-python3.7-azure-mgmt-batch-7.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── batch
│   │   ├── _batch_management_client.py
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _batch_management_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _batch_management_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _application_operations.py
│   │   │   ├── _application_package_operations.py
│   │   │   ├── _batch_account_operations.py
│   │   │   ├── _certificate_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _location_operations.py
│   │   │   ├── _operations.py
│   │   │   ├── _pool_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _application_operations.cpython-37.pyc
│   │   │   ├── _application_package_operations.cpython-37.pyc
│   │   │   ├── _batch_account_operations.cpython-37.pyc
│   │   │   ├── _certificate_operations.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _location_operations.cpython-37.pyc
│   │   │   ├── _operations.cpython-37.pyc
│   │   │   └── _pool_operations.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── _batch_management_client.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_batch-7.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment