Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 26, 2018 16:48
Show Gist options
  • Save ryantm/78ee3361a268e7812795f762e0a9380f to your computer and use it in GitHub Desktop.
Save ryantm/78ee3361a268e7812795f762e0a9380f to your computer and use it in GitHub Desktop.
/nix/store/l21xcs2a0pn5rd0fsipaff256l7h69s1-python3.6-praw-6.0.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── praw
│   │   ├── config.py
│   │   ├── const.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── auth.py
│   │   │   ├── base.py
│   │   │   ├── comment_forest.py
│   │   │   ├── front.py
│   │   │   ├── helpers.py
│   │   │   ├── inbox.py
│   │   │   ├── __init__.py
│   │   │   ├── list
│   │   │   │   ├── base.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── redditor.cpython-36.pyc
│   │   │   │   └── redditor.py
│   │   │   ├── listing
│   │   │   │   ├── domain.py
│   │   │   │   ├── generator.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── listing.py
│   │   │   │   ├── mixins
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── gilded.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   │   ├── gilded.cpython-36.pyc
│   │   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   │   ├── redditor.cpython-36.pyc
│   │   │   │   │   │   ├── rising.cpython-36.pyc
│   │   │   │   │   │   ├── submission.cpython-36.pyc
│   │   │   │   │   │   └── subreddit.cpython-36.pyc
│   │   │   │   │   ├── redditor.py
│   │   │   │   │   ├── rising.py
│   │   │   │   │   ├── submission.py
│   │   │   │   │   └── subreddit.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── domain.cpython-36.pyc
│   │   │   │   ├── generator.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── listing.cpython-36.pyc
│   │   │   ├── modaction.py
│   │   │   ├── preferences.py
│   │   │   ├── __pycache__
│   │   │   │   ├── auth.cpython-36.pyc
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── comment_forest.cpython-36.pyc
│   │   │   │   ├── front.cpython-36.pyc
│   │   │   │   ├── helpers.cpython-36.pyc
│   │   │   │   ├── inbox.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── modaction.cpython-36.pyc
│   │   │   │   ├── preferences.cpython-36.pyc
│   │   │   │   ├── stylesheet.cpython-36.pyc
│   │   │   │   ├── subreddits.cpython-36.pyc
│   │   │   │   ├── user.cpython-36.pyc
│   │   │   │   └── util.cpython-36.pyc
│   │   │   ├── reddit
│   │   │   │   ├── base.py
│   │   │   │   ├── comment.py
│   │   │   │   ├── emoji.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── live.py
│   │   │   │   ├── message.py
│   │   │   │   ├── mixins
│   │   │   │   │   ├── editable.py
│   │   │   │   │   ├── gildable.py
│   │   │   │   │   ├── inboxable.py
│   │   │   │   │   ├── inboxtoggleable.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── messageable.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── editable.cpython-36.pyc
│   │   │   │   │   │   ├── gildable.cpython-36.pyc
│   │   │   │   │   │   ├── inboxable.cpython-36.pyc
│   │   │   │   │   │   ├── inboxtoggleable.cpython-36.pyc
│   │   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   │   ├── messageable.cpython-36.pyc
│   │   │   │   │   │   ├── replyable.cpython-36.pyc
│   │   │   │   │   │   ├── reportable.cpython-36.pyc
│   │   │   │   │   │   ├── savable.cpython-36.pyc
│   │   │   │   │   │   └── votable.cpython-36.pyc
│   │   │   │   │   ├── replyable.py
│   │   │   │   │   ├── reportable.py
│   │   │   │   │   ├── savable.py
│   │   │   │   │   └── votable.py
│   │   │   │   ├── modmail.py
│   │   │   │   ├── more.py
│   │   │   │   ├── multi.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   ├── comment.cpython-36.pyc
│   │   │   │   │   ├── emoji.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── live.cpython-36.pyc
│   │   │   │   │   ├── message.cpython-36.pyc
│   │   │   │   │   ├── modmail.cpython-36.pyc
│   │   │   │   │   ├── more.cpython-36.pyc
│   │   │   │   │   ├── multi.cpython-36.pyc
│   │   │   │   │   ├── redditor.cpython-36.pyc
│   │   │   │   │   ├── submission.cpython-36.pyc
│   │   │   │   │   ├── subreddit.cpython-36.pyc
│   │   │   │   │   ├── widgets.cpython-36.pyc
│   │   │   │   │   └── wikipage.cpython-36.pyc
│   │   │   │   ├── redditor.py
│   │   │   │   ├── submission.py
│   │   │   │   ├── subreddit.py
│   │   │   │   ├── widgets.py
│   │   │   │   └── wikipage.py
│   │   │   ├── stylesheet.py
│   │   │   ├── subreddits.py
│   │   │   ├── user.py
│   │   │   └── util.py
│   │   ├── objector.py
│   │   ├── praw.ini
│   │   ├── __pycache__
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── const.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── objector.cpython-36.pyc
│   │   │   └── reddit.cpython-36.pyc
│   │   └── reddit.py
│   └── praw-6.0.0.dist-info
│   ├── AUTHORS.rst
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment