Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 6, 2020 13:15
Show Gist options
  • Save r-ryantm/0b6fd5a123b1bfff0a4ba36bde0f72ea to your computer and use it in GitHub Desktop.
Save r-ryantm/0b6fd5a123b1bfff0a4ba36bde0f72ea to your computer and use it in GitHub Desktop.
/nix/store/8l9qzk07v14jkic2s5fc4wh9ac62sx22-python2.7-azure-batch-9.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── azure
│   │   └── batch
│   │   ├── batch_auth.py
│   │   ├── batch_auth.pyc
│   │   ├── _batch_service_client.py
│   │   ├── _batch_service_client.pyc
│   │   ├── _configuration.py
│   │   ├── _configuration.pyc
│   │   ├── custom
│   │   │   ├── custom_errors.py
│   │   │   ├── custom_errors.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── patch.py
│   │   │   └── patch.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── models
│   │   │   ├── _batch_service_client_enums.py
│   │   │   ├── _batch_service_client_enums.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _models.pyc
│   │   │   ├── _paged_models.py
│   │   │   └── _paged_models.pyc
│   │   ├── operations
│   │   │   ├── _account_operations.py
│   │   │   ├── _account_operations.pyc
│   │   │   ├── _application_operations.py
│   │   │   ├── _application_operations.pyc
│   │   │   ├── _certificate_operations.py
│   │   │   ├── _certificate_operations.pyc
│   │   │   ├── _compute_node_operations.py
│   │   │   ├── _compute_node_operations.pyc
│   │   │   ├── _file_operations.py
│   │   │   ├── _file_operations.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _job_operations.py
│   │   │   ├── _job_operations.pyc
│   │   │   ├── _job_schedule_operations.py
│   │   │   ├── _job_schedule_operations.pyc
│   │   │   ├── _pool_operations.py
│   │   │   ├── _pool_operations.pyc
│   │   │   ├── _task_operations.py
│   │   │   └── _task_operations.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── azure_batch-9.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment