Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. /nix/store/rgbg20cvqxa7z75p10j1g9kk9cgbcphv-doitlive-4.3.0
  2. ├── bin
  3. │   └── doitlive
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── doitlive
  8. │   │   ├── cli.py
  9. │   │   ├── compat.py
  10. │   │   ├── exceptions.py
  11. │   │   ├── __init__.py
  12. │   │   ├── ipython_consoles.py
  13. │   │   ├── keyboard.py
  14. │   │   ├── __pycache__
  15. │   │   │   ├── cli.cpython-37.pyc
  16. │   │   │   ├── compat.cpython-37.pyc
  17. │   │   │   ├── exceptions.cpython-37.pyc
  18. │   │   │   ├── __init__.cpython-37.pyc
  19. │   │   │   ├── ipython_consoles.cpython-37.pyc
  20. │   │   │   ├── keyboard.cpython-37.pyc
  21. │   │   │   ├── python_consoles.cpython-37.pyc
  22. │   │   │   ├── styling.cpython-37.pyc
  23. │   │   │   ├── termutils.cpython-37.pyc
  24. │   │   │   ├── version_control.cpython-37.pyc
  25. │   │   │   └── __version__.cpython-37.pyc
  26. │   │   ├── python_consoles.py
  27. │   │   ├── styling.py
  28. │   │   ├── termutils.py
  29. │   │   ├── version_control.py
  30. │   │   └── __version__.py
  31. │   └── doitlive-4.3.0.dist-info
  32. │   ├── entry_points.txt
  33. │   ├── INSTALLER
  34. │   ├── LICENSE
  35. │   ├── METADATA
  36. │   ├── RECORD
  37. │   ├── top_level.txt
  38. │   └── WHEEL
  39. └── nix-support
  40. └── propagated-build-inputs
  41.  
  42. 8 directories, 31 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement