Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 06:36
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/3007686f0c32cf3148a807e3c76a173f to your computer and use it in GitHub Desktop.
Save ryantm/3007686f0c32cf3148a807e3c76a173f to your computer and use it in GitHub Desktop.
/nix/store/zw5ph4h296ixbck8dkv1y3q3qkbjrx2g-python3.7-tenacity-5.0.4
├── 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.4.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