Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 05:24
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/9d0789e6d35744b23f96002c90db14f3 to your computer and use it in GitHub Desktop.
Save ryantm/9d0789e6d35744b23f96002c90db14f3 to your computer and use it in GitHub Desktop.
/nix/store/cm3p4qb5kw3ihklx2fm6l53adflfv4k2-python3.8-funcy-1.14
├── lib
│   └── python3.8
│   └── 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-38.pyc
│   │   │   ├── colls.cpython-38.pyc
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── debug.cpython-38.pyc
│   │   │   ├── decorators.cpython-38.pyc
│   │   │   ├── flow.cpython-38.pyc
│   │   │   ├── funcmakers.cpython-38.pyc
│   │   │   ├── funcolls.cpython-38.pyc
│   │   │   ├── funcs.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── _inspect.cpython-38.pyc
│   │   │   ├── objects.cpython-38.pyc
│   │   │   ├── primitives.cpython-38.pyc
│   │   │   ├── py2.cpython-38.pyc
│   │   │   ├── py3.cpython-38.pyc
│   │   │   ├── seqs.cpython-38.pyc
│   │   │   ├── strings.cpython-38.pyc
│   │   │   ├── tree.cpython-38.pyc
│   │   │   └── types.cpython-38.pyc
│   │   ├── seqs.py
│   │   ├── strings.py
│   │   ├── tree.py
│   │   └── types.py
│   └── funcy-1.14.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