Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 14:37
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/dc5e315e2512f87c36a2c453c76cf729 to your computer and use it in GitHub Desktop.
Save ryantm/dc5e315e2512f87c36a2c453c76cf729 to your computer and use it in GitHub Desktop.
/nix/store/81cw1s65zhxdjzy2rzz8z7jdb619wwhb-python3.7-sphinxcontrib-bibtex-0.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sphinxcontrib
│   │   └── bibtex
│   │   ├── cache.py
│   │   ├── directives.py
│   │   ├── __init__.py
│   │   ├── nodes.py
│   │   ├── __pycache__
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── directives.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── nodes.cpython-37.pyc
│   │   │   ├── roles.cpython-37.pyc
│   │   │   └── transforms.cpython-37.pyc
│   │   ├── roles.py
│   │   └── transforms.py
│   ├── sphinxcontrib_bibtex-0.4.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.rst
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── sphinxcontrib_bibtex-0.4.1-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
8 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment