Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 01:07
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/5fc30895b7d038aa572e49e6f3e987dc to your computer and use it in GitHub Desktop.
Save ryantm/5fc30895b7d038aa572e49e6f3e987dc to your computer and use it in GitHub Desktop.
/nix/store/ylymcjkzzrlwp9m7whh1xk92k2pzwq2s-python3.7-rubymarshal-1.2.6
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rubymarshal
│   │   ├── classes.py
│   │   ├── constants.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── classes.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── reader.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── writer.cpython-37.pyc
│   │   ├── reader.py
│   │   ├── utils.py
│   │   └── writer.py
│   └── rubymarshal-1.2.6.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment