Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 06:58
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/ec6d6dcee5c41f1d31bf3533486716e1 to your computer and use it in GitHub Desktop.
Save ryantm/ec6d6dcee5c41f1d31bf3533486716e1 to your computer and use it in GitHub Desktop.
/nix/store/hfmhhrldxm625aswlq0cmmr69cggzwrc-python3.7-azure-batch-7.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── batch
│   │   ├── batch_auth.py
│   │   ├── _batch_service_client.py
│   │   ├── _configuration.py
│   │   ├── custom
│   │   │   ├── custom_errors.py
│   │   │   ├── __init__.py
│   │   │   ├── patch.py
│   │   │   └── __pycache__
│   │   │   ├── custom_errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── patch.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _batch_service_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _batch_service_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _account_operations.py
│   │   │   ├── _application_operations.py
│   │   │   ├── _certificate_operations.py
│   │   │   ├── _compute_node_operations.py
│   │   │   ├── _file_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _job_operations.py
│   │   │   ├── _job_schedule_operations.py
│   │   │   ├── _pool_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _account_operations.cpython-37.pyc
│   │   │   │   ├── _application_operations.cpython-37.pyc
│   │   │   │   ├── _certificate_operations.cpython-37.pyc
│   │   │   │   ├── _compute_node_operations.cpython-37.pyc
│   │   │   │   ├── _file_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _job_operations.cpython-37.pyc
│   │   │   │   ├── _job_schedule_operations.cpython-37.pyc
│   │   │   │   ├── _pool_operations.cpython-37.pyc
│   │   │   │   └── _task_operations.cpython-37.pyc
│   │   │   └── _task_operations.py
│   │   ├── __pycache__
│   │   │   ├── batch_auth.cpython-37.pyc
│   │   │   ├── _batch_service_client.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_batch-7.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment