Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. /nix/store/yy8y294zr25nbjzrkrd3jnxiyay6ysam-python3.7-azure-cli-telemetry-1.0.3
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── azure
  6. │   │   ├── cli
  7. │   │   │   ├── __pycache__
  8. │   │   │   │   └── __init__.cpython-37.pyc
  9. │   │   │   └── telemetry
  10. │   │   │   ├── components
  11. │   │   │   │   ├── __init__.py
  12. │   │   │   │   ├── __pycache__
  13. │   │   │   │   │   ├── __init__.cpython-37.pyc
  14. │   │   │   │   │   ├── records_collection.cpython-37.pyc
  15. │   │   │   │   │   ├── telemetry_client.cpython-37.pyc
  16. │   │   │   │   │   ├── telemetry_logging.cpython-37.pyc
  17. │   │   │   │   │   └── telemetry_note.cpython-37.pyc
  18. │   │   │   │   ├── records_collection.py
  19. │   │   │   │   ├── telemetry_client.py
  20. │   │   │   │   ├── telemetry_logging.py
  21. │   │   │   │   └── telemetry_note.py
  22. │   │   │   ├── const.py
  23. │   │   │   ├── __init__.py
  24. │   │   │   ├── __pycache__
  25. │   │   │   │   ├── const.cpython-37.pyc
  26. │   │   │   │   ├── __init__.cpython-37.pyc
  27. │   │   │   │   └── util.cpython-37.pyc
  28. │   │   │   └── util.py
  29. │   │   └── __pycache__
  30. │   │   └── __init__.cpython-37.pyc
  31. │   └── azure_cli_telemetry-1.0.3.dist-info
  32. │   ├── INSTALLER
  33. │   ├── METADATA
  34. │   ├── RECORD
  35. │   ├── top_level.txt
  36. │   └── WHEEL
  37. └── nix-support
  38. └── propagated-build-inputs
  39.  
  40. 13 directories, 24 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement