Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 07:09
Show Gist options
  • Save ryantm/8dc1ba1b525a1d9d051b9cbbbf7fbe08 to your computer and use it in GitHub Desktop.
Save ryantm/8dc1ba1b525a1d9d051b9cbbbf7fbe08 to your computer and use it in GitHub Desktop.
/nix/store/8cafzxn7ffa6kzy55xf7y0hslgwnn4br-remarshal-0.8.0
├── bin
│   ├── json2json
│   ├── json2toml
│   ├── json2yaml
│   ├── remarshal
│   ├── toml2json
│   ├── toml2toml
│   ├── toml2yaml
│   ├── yaml2json
│   ├── yaml2toml
│   └── yaml2yaml
├── lib
│   └── python3.6
│   └── site-packages
│   ├── __pycache__
│   │   └── remarshal.cpython-36.pyc
│   ├── remarshal-0.8.0.dist-info
│   │   ├── DESCRIPTION.rst
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── metadata.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── remarshal.py
└── nix-support
└── propagated-build-inputs
7 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment