Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 20, 2019 15:42
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/37f6b5cc78c10e0356ea0082743038f4 to your computer and use it in GitHub Desktop.
Save ryantm/37f6b5cc78c10e0356ea0082743038f4 to your computer and use it in GitHub Desktop.
/nix/store/x7q8xalw1jahx8arfjh4j2y5d4wp5kpy-remarshal-0.10.0
├── bin
│   ├── json2json
│   ├── json2toml
│   ├── json2yaml
│   ├── remarshal
│   ├── toml2json
│   ├── toml2toml
│   ├── toml2yaml
│   ├── yaml2json
│   ├── yaml2toml
│   └── yaml2yaml
├── lib
│   └── python3.7
│   └── site-packages
│   ├── __pycache__
│   │   └── remarshal.cpython-37.pyc
│   ├── remarshal-0.10.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── remarshal.py
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment