Guest User

Untitled

a guest
Jan 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /nix/store/al7yb8jj2rigalcj7gbmsbbm2cdcyfbc-python3.7-discogs-client-2.2.2
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── discogs_client
  6. │   │   ├── client.py
  7. │   │   ├── exceptions.py
  8. │   │   ├── fetchers.py
  9. │   │   ├── __init__.py
  10. │   │   ├── models.py
  11. │   │   ├── __pycache__
  12. │   │   │   ├── client.cpython-37.pyc
  13. │   │   │   ├── exceptions.cpython-37.pyc
  14. │   │   │   ├── fetchers.cpython-37.pyc
  15. │   │   │   ├── __init__.cpython-37.pyc
  16. │   │   │   ├── models.cpython-37.pyc
  17. │   │   │   └── utils.cpython-37.pyc
  18. │   │   └── utils.py
  19. │   └── discogs_client-2.2.2.dist-info
  20. │   ├── INSTALLER
  21. │   ├── METADATA
  22. │   ├── RECORD
  23. │   ├── top_level.txt
  24. │   └── WHEEL
  25. └── nix-support
  26. └── propagated-build-inputs
  27.  
  28. 7 directories, 18 files
Add Comment
Please, Sign In to add comment