Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. /nix/store/58jjvss8gpf0h9jn3h485565xz4ibp3a-codespell-1.16.0
  2. ├── bin
  3. │   └── codespell
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── codespell-1.16.0.dist-info
  8. │   │   ├── COPYING
  9. │   │   ├── entry_points.txt
  10. │   │   ├── INSTALLER
  11. │   │   ├── METADATA
  12. │   │   ├── RECORD
  13. │   │   ├── top_level.txt
  14. │   │   └── WHEEL
  15. │   └── codespell_lib
  16. │   ├── _codespell.py
  17. │   ├── data
  18. │   │   ├── dictionary.txt
  19. │   │   ├── __init__.py
  20. │   │   ├── linux-kernel.exclude
  21. │   │   └── __pycache__
  22. │   │   └── __init__.cpython-37.pyc
  23. │   ├── __init__.py
  24. │   ├── __pycache__
  25. │   │   ├── _codespell.cpython-37.pyc
  26. │   │   └── __init__.cpython-37.pyc
  27. │   └── tests
  28. │   ├── __init__.py
  29. │   ├── __pycache__
  30. │   │   ├── __init__.cpython-37.pyc
  31. │   │   ├── test_basic.cpython-37.pyc
  32. │   │   ├── test_basic.cpython-37-pytest-5.1.0.pyc
  33. │   │   ├── test_dictionary.cpython-37.pyc
  34. │   │   └── test_dictionary.cpython-37-pytest-5.1.0.pyc
  35. │   ├── test_basic.py
  36. │   └── test_dictionary.py
  37. └── nix-support
  38. └── propagated-build-inputs
  39.  
  40. 12 directories, 25 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement