Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. /nix/store/larb26d2wdpcmy2wmlpias25n07nlf57-python3.7-identify-1.4.7
  2. ├── bin
  3. │   └── identify-cli
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── identify
  8. │   │   ├── cli.py
  9. │   │   ├── extensions.py
  10. │   │   ├── identify.py
  11. │   │   ├── __init__.py
  12. │   │   ├── interpreters.py
  13. │   │   ├── __pycache__
  14. │   │   │   ├── cli.cpython-37.pyc
  15. │   │   │   ├── extensions.cpython-37.pyc
  16. │   │   │   ├── identify.cpython-37.pyc
  17. │   │   │   ├── __init__.cpython-37.pyc
  18. │   │   │   └── interpreters.cpython-37.pyc
  19. │   │   └── vendor
  20. │   │   ├── __init__.py
  21. │   │   ├── licenses.py
  22. │   │   └── __pycache__
  23. │   │   ├── __init__.cpython-37.pyc
  24. │   │   └── licenses.cpython-37.pyc
  25. │   └── identify-1.4.7.dist-info
  26. │   ├── entry_points.txt
  27. │   ├── INSTALLER
  28. │   ├── LICENSE
  29. │   ├── METADATA
  30. │   ├── RECORD
  31. │   ├── top_level.txt
  32. │   └── WHEEL
  33. └── nix-support
  34. └── propagated-build-inputs
  35.  
  36. 10 directories, 23 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement