Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 08:55
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/0a221c34f093a077b86770e0675d5e01 to your computer and use it in GitHub Desktop.
Save ryantm/0a221c34f093a077b86770e0675d5e01 to your computer and use it in GitHub Desktop.
/nix/store/d0n3di194fvy4z36x5c50hp8x9a92ipz-python3.7-tenacity-5.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tenacity
│   │   ├── after.py
│   │   ├── _asyncio.py
│   │   ├── before.py
│   │   ├── before_sleep.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── nap.py
│   │   ├── __pycache__
│   │   │   ├── after.cpython-37.pyc
│   │   │   ├── _asyncio.cpython-37.pyc
│   │   │   ├── before.cpython-37.pyc
│   │   │   ├── before_sleep.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── nap.cpython-37.pyc
│   │   │   ├── retry.cpython-37.pyc
│   │   │   ├── stop.cpython-37.pyc
│   │   │   ├── tornadoweb.cpython-37.pyc
│   │   │   ├── _utils.cpython-37.pyc
│   │   │   └── wait.cpython-37.pyc
│   │   ├── retry.py
│   │   ├── stop.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_asyncio.cpython-37.pyc
│   │   │   │   ├── test_tenacity.cpython-37.pyc
│   │   │   │   └── test_tornado.cpython-37.pyc
│   │   │   ├── test_asyncio.py
│   │   │   ├── test_tenacity.py
│   │   │   └── test_tornado.py
│   │   ├── tornadoweb.py
│   │   ├── _utils.py
│   │   └── wait.py
│   └── tenacity-5.0.3.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment