Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 12, 2019 14:58
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/394d05ac2e95587a834c0985fbc593b0 to your computer and use it in GitHub Desktop.
Save ryantm/394d05ac2e95587a834c0985fbc593b0 to your computer and use it in GitHub Desktop.
/nix/store/dgg1sx5nnm2z5l5ldv7wr7m2q7mcai9y-python3.7-latexcodec-1.0.7
├── 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.7.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