Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 07:41
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/304f690ede0e7a044826a4cebdce3558 to your computer and use it in GitHub Desktop.
Save ryantm/304f690ede0e7a044826a4cebdce3558 to your computer and use it in GitHub Desktop.
/nix/store/yy8y294zr25nbjzrkrd3jnxiyay6ysam-python3.7-azure-cli-telemetry-1.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   ├── cli
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── telemetry
│   │   │   ├── components
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── records_collection.cpython-37.pyc
│   │   │   │   │   ├── telemetry_client.cpython-37.pyc
│   │   │   │   │   ├── telemetry_logging.cpython-37.pyc
│   │   │   │   │   └── telemetry_note.cpython-37.pyc
│   │   │   │   ├── records_collection.py
│   │   │   │   ├── telemetry_client.py
│   │   │   │   ├── telemetry_logging.py
│   │   │   │   └── telemetry_note.py
│   │   │   ├── const.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── const.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   └── util.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── azure_cli_telemetry-1.0.3.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment