Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 22:39
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/cabf98e1ce32bb568600c6f954d16fe8 to your computer and use it in GitHub Desktop.
Save ryantm/cabf98e1ce32bb568600c6f954d16fe8 to your computer and use it in GitHub Desktop.
/nix/store/rl87p8hdzij98qlirb08smibxmaddgzs-python3.7-latexcodec-1.0.6
├── lib
│   └── python3.7
│   └── site-packages
│   ├── latexcodec
│   │   ├── codec.py
│   │   ├── __init__.py
│   │   ├── lexer.py
│   │   └── __pycache__
│   │   ├── codec.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── lexer.cpython-37.pyc
│   └── latexcodec-1.0.6.dist-info
│   ├── AUTHORS.rst
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment