Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 19:04
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/fc432c890441ca83b9ff7c1773b39776 to your computer and use it in GitHub Desktop.
Save ryantm/fc432c890441ca83b9ff7c1773b39776 to your computer and use it in GitHub Desktop.
/nix/store/cc39ibrjlzivwz14vcdfv1h4nqcn394s-python2.7-j2cli-0.3.10
├── bin
│   └── j2
├── lib
│   └── python2.7
│   └── site-packages
│   ├── j2cli
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── context.py
│   │   ├── context.pyc
│   │   ├── extras
│   │   │   ├── customize.py
│   │   │   ├── customize.pyc
│   │   │   ├── filters.py
│   │   │   ├── filters.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   └── j2cli-0.3.10.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment