Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 1, 2021 20:38
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 r-ryantm/a85ec3c3408bbd224fd0852f36a7d931 to your computer and use it in GitHub Desktop.
Save r-ryantm/a85ec3c3408bbd224fd0852f36a7d931 to your computer and use it in GitHub Desktop.
/nix/store/h2v2rx9ib6b1ijh43ahbdpqj9gyf1pnw-python3.7-branca-0.4.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── branca
│   │   ├── _cnames.json
│   │   ├── colormap.py
│   │   ├── element.py
│   │   ├── __init__.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── colormap.cpython-37.pyc
│   │   │   ├── element.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── utilities.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── scheme_base_codes.json
│   │   ├── scheme_info.json
│   │   ├── _schemes.json
│   │   ├── templates
│   │   │   └── color_scale.js
│   │   ├── utilities.py
│   │   └── _version.py
│   └── branca-0.4.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment