Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. /nix/store/akfb4msq5m32386phyqp2a6f23q31agf-python3.7-feedgen-0.8.0
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── feedgen
  6. │   │   ├── compat.py
  7. │   │   ├── entry.py
  8. │   │   ├── ext
  9. │   │   │   ├── base.py
  10. │   │   │   ├── dc.py
  11. │   │   │   ├── geo_entry.py
  12. │   │   │   ├── geo.py
  13. │   │   │   ├── __init__.py
  14. │   │   │   ├── media.py
  15. │   │   │   ├── podcast_entry.py
  16. │   │   │   ├── podcast.py
  17. │   │   │   ├── __pycache__
  18. │   │   │   │   ├── base.cpython-37.pyc
  19. │   │   │   │   ├── dc.cpython-37.pyc
  20. │   │   │   │   ├── geo.cpython-37.pyc
  21. │   │   │   │   ├── geo_entry.cpython-37.pyc
  22. │   │   │   │   ├── __init__.cpython-37.pyc
  23. │   │   │   │   ├── media.cpython-37.pyc
  24. │   │   │   │   ├── podcast.cpython-37.pyc
  25. │   │   │   │   ├── podcast_entry.cpython-37.pyc
  26. │   │   │   │   ├── syndication.cpython-37.pyc
  27. │   │   │   │   └── torrent.cpython-37.pyc
  28. │   │   │   ├── syndication.py
  29. │   │   │   └── torrent.py
  30. │   │   ├── feed.py
  31. │   │   ├── __init__.py
  32. │   │   ├── __main__.py
  33. │   │   ├── __pycache__
  34. │   │   │   ├── compat.cpython-37.pyc
  35. │   │   │   ├── entry.cpython-37.pyc
  36. │   │   │   ├── feed.cpython-37.pyc
  37. │   │   │   ├── __init__.cpython-37.pyc
  38. │   │   │   ├── __main__.cpython-37.pyc
  39. │   │   │   ├── util.cpython-37.pyc
  40. │   │   │   └── version.cpython-37.pyc
  41. │   │   ├── util.py
  42. │   │   └── version.py
  43. │   └── feedgen-0.8.0.dist-info
  44. │   ├── INSTALLER
  45. │   ├── METADATA
  46. │   ├── RECORD
  47. │   ├── top_level.txt
  48. │   └── WHEEL
  49. └── nix-support
  50. └── propagated-build-inputs
  51.  
  52. 9 directories, 40 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement