Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 08:10
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/d25239d18c074f90277e1270a33ac89d to your computer and use it in GitHub Desktop.
Save ryantm/d25239d18c074f90277e1270a33ac89d to your computer and use it in GitHub Desktop.
/nix/store/rll2756kdayggn4ffgvgfqywrlmwiq6f-python3.7-funcy-1.13
├── lib
│   └── python3.7
│   └── site-packages
│   ├── funcy
│   │   ├── calc.py
│   │   ├── colls.py
│   │   ├── compat.py
│   │   ├── debug.py
│   │   ├── decorators.py
│   │   ├── flow.py
│   │   ├── funcmakers.py
│   │   ├── funcolls.py
│   │   ├── funcs.py
│   │   ├── __init__.py
│   │   ├── _inspect.py
│   │   ├── objects.py
│   │   ├── primitives.py
│   │   ├── py2.py
│   │   ├── py3.py
│   │   ├── __pycache__
│   │   │   ├── calc.cpython-37.pyc
│   │   │   ├── colls.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   ├── flow.cpython-37.pyc
│   │   │   ├── funcmakers.cpython-37.pyc
│   │   │   ├── funcolls.cpython-37.pyc
│   │   │   ├── funcs.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _inspect.cpython-37.pyc
│   │   │   ├── objects.cpython-37.pyc
│   │   │   ├── primitives.cpython-37.pyc
│   │   │   ├── py2.cpython-37.pyc
│   │   │   ├── py3.cpython-37.pyc
│   │   │   ├── seqs.cpython-37.pyc
│   │   │   ├── strings.cpython-37.pyc
│   │   │   ├── tree.cpython-37.pyc
│   │   │   └── types.cpython-37.pyc
│   │   ├── seqs.py
│   │   ├── strings.py
│   │   ├── tree.py
│   │   └── types.py
│   └── funcy-1.13.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment