Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/041716b50783ed8b52a507c1cd15a5ce to your computer and use it in GitHub Desktop.
Save ryantm/041716b50783ed8b52a507c1cd15a5ce to your computer and use it in GitHub Desktop.
/nix/store/akfb4msq5m32386phyqp2a6f23q31agf-python3.7-feedgen-0.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── feedgen
│   │   ├── compat.py
│   │   ├── entry.py
│   │   ├── ext
│   │   │   ├── base.py
│   │   │   ├── dc.py
│   │   │   ├── geo_entry.py
│   │   │   ├── geo.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── podcast_entry.py
│   │   │   ├── podcast.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── dc.cpython-37.pyc
│   │   │   │   ├── geo.cpython-37.pyc
│   │   │   │   ├── geo_entry.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── media.cpython-37.pyc
│   │   │   │   ├── podcast.cpython-37.pyc
│   │   │   │   ├── podcast_entry.cpython-37.pyc
│   │   │   │   ├── syndication.cpython-37.pyc
│   │   │   │   └── torrent.cpython-37.pyc
│   │   │   ├── syndication.py
│   │   │   └── torrent.py
│   │   ├── feed.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── entry.cpython-37.pyc
│   │   │   ├── feed.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── util.py
│   │   └── version.py
│   └── feedgen-0.8.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment