Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 30, 2020 12:23
Show Gist options
  • Save r-ryantm/380e5cce3a210cf3cc9986e521f80b05 to your computer and use it in GitHub Desktop.
Save r-ryantm/380e5cce3a210cf3cc9986e521f80b05 to your computer and use it in GitHub Desktop.
/nix/store/8qg15xdbj8l1mngq27jcx9vlndfi5z8q-python2.7-funcy-1.15
├── lib
│   └── python2.7
│   └── site-packages
│   ├── funcy
│   │   ├── calc.py
│   │   ├── calc.pyc
│   │   ├── colls.py
│   │   ├── colls.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── debug.py
│   │   ├── debug.pyc
│   │   ├── decorators.py
│   │   ├── decorators.pyc
│   │   ├── flow.py
│   │   ├── flow.pyc
│   │   ├── funcmakers.py
│   │   ├── funcmakers.pyc
│   │   ├── funcolls.py
│   │   ├── funcolls.pyc
│   │   ├── funcs.py
│   │   ├── funcs.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _inspect.py
│   │   ├── _inspect.pyc
│   │   ├── objects.py
│   │   ├── objects.pyc
│   │   ├── primitives.py
│   │   ├── primitives.pyc
│   │   ├── py2.py
│   │   ├── py2.pyc
│   │   ├── py3.py
│   │   ├── py3.pyc
│   │   ├── seqs.py
│   │   ├── seqs.pyc
│   │   ├── strings.py
│   │   ├── strings.pyc
│   │   ├── tree.py
│   │   ├── tree.pyc
│   │   ├── types.py
│   │   └── types.pyc
│   └── funcy-1.15.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment