Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 20, 2019 13: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/5d1592466f3e4038b1f77bf1963026cd to your computer and use it in GitHub Desktop.
Save ryantm/5d1592466f3e4038b1f77bf1963026cd to your computer and use it in GitHub Desktop.
/nix/store/fj6fnzvqps55pjsp4k3qxg9hsxpalsw8-python3.7-tweepy-3.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tweepy
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── binder.py
│   │   ├── cache.py
│   │   ├── cursor.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── parsers.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── binder.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── cursor.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── parsers.cpython-37.pyc
│   │   │   ├── streaming.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── streaming.py
│   │   └── utils.py
│   └── tweepy-3.8.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment