Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 06:57
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/ae3b0e35b09cbcec92753711ceb2eae4 to your computer and use it in GitHub Desktop.
Save ryantm/ae3b0e35b09cbcec92753711ceb2eae4 to your computer and use it in GitHub Desktop.
/nix/store/1dnywm6fay39s02phw8yb9nygw3zm6pl-python2.7-azure-mgmt-iotcentral-2.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── iotcentral
│   │   ├── _configuration.py
│   │   ├── _configuration.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _iot_central_client.py
│   │   ├── _iot_central_client.pyc
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _iot_central_client_enums.py
│   │   │   ├── _iot_central_client_enums.pyc
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _models.pyc
│   │   │   ├── _paged_models.py
│   │   │   └── _paged_models.pyc
│   │   ├── operations
│   │   │   ├── _apps_operations.py
│   │   │   ├── _apps_operations.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _operations.py
│   │   │   └── _operations.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── azure_mgmt_iotcentral-2.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment