Guest User

Untitled

a guest
Jan 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. /nix/store/ph3mwn0dlmikm0kz9f4187mzxd6w0ix0-python3.7-pkginfo-1.5.0.1
  2. ├── bin
  3. │   └── pkginfo
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── pkginfo
  8. │   │   ├── bdist.py
  9. │   │   ├── commandline.py
  10. │   │   ├── _compat.py
  11. │   │   ├── develop.py
  12. │   │   ├── distribution.py
  13. │   │   ├── index.py
  14. │   │   ├── __init__.py
  15. │   │   ├── installed.py
  16. │   │   ├── __pycache__
  17. │   │   │   ├── bdist.cpython-37.pyc
  18. │   │   │   ├── commandline.cpython-37.pyc
  19. │   │   │   ├── _compat.cpython-37.pyc
  20. │   │   │   ├── develop.cpython-37.pyc
  21. │   │   │   ├── distribution.cpython-37.pyc
  22. │   │   │   ├── index.cpython-37.pyc
  23. │   │   │   ├── __init__.cpython-37.pyc
  24. │   │   │   ├── installed.cpython-37.pyc
  25. │   │   │   ├── sdist.cpython-37.pyc
  26. │   │   │   ├── utils.cpython-37.pyc
  27. │   │   │   └── wheel.cpython-37.pyc
  28. │   │   ├── sdist.py
  29. │   │   ├── tests
  30. │   │   │   ├── __init__.py
  31. │   │   │   ├── __pycache__
  32. │   │   │   │   ├── __init__.cpython-37.pyc
  33. │   │   │   │   ├── test_bdist.cpython-37.pyc
  34. │   │   │   │   ├── test_commandline.cpython-37.pyc
  35. │   │   │   │   ├── test_develop.cpython-37.pyc
  36. │   │   │   │   ├── test_distribution.cpython-37.pyc
  37. │   │   │   │   ├── test_index.cpython-37.pyc
  38. │   │   │   │   ├── test_installed.cpython-37.pyc
  39. │   │   │   │   ├── test_sdist.cpython-37.pyc
  40. │   │   │   │   ├── test_utils.cpython-37.pyc
  41. │   │   │   │   └── test_wheel.cpython-37.pyc
  42. │   │   │   ├── test_bdist.py
  43. │   │   │   ├── test_commandline.py
  44. │   │   │   ├── test_develop.py
  45. │   │   │   ├── test_distribution.py
  46. │   │   │   ├── test_index.py
  47. │   │   │   ├── test_installed.py
  48. │   │   │   ├── test_sdist.py
  49. │   │   │   ├── test_utils.py
  50. │   │   │   └── test_wheel.py
  51. │   │   ├── utils.py
  52. │   │   └── wheel.py
  53. │   └── pkginfo-1.5.0.1.dist-info
  54. │   ├── entry_points.txt
  55. │   ├── INSTALLER
  56. │   ├── LICENSE.txt
  57. │   ├── METADATA
  58. │   ├── RECORD
  59. │   ├── top_level.txt
  60. │   └── WHEEL
  61. └── nix-support
  62. └── propagated-build-inputs
  63.  
  64. 10 directories, 51 files
Add Comment
Please, Sign In to add comment