Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 4, 2020 15:13
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 r-ryantm/d1fa8606a99f4d5cfd13f3014fe3a405 to your computer and use it in GitHub Desktop.
Save r-ryantm/d1fa8606a99f4d5cfd13f3014fe3a405 to your computer and use it in GitHub Desktop.
/nix/store/5xkl51p08fi2xa2ghaiiagmqg01dci0z-python3.7-breathe-4.23.0
├── bin
│   └── breathe-apidoc
├── lib
│   └── python3.7
│   └── site-packages
│   ├── breathe
│   │   ├── apidoc.py
│   │   ├── directive
│   │   │   ├── base.py
│   │   │   ├── file.py
│   │   │   ├── index.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── directives.py
│   │   ├── exception.py
│   │   ├── file_state_cache.py
│   │   ├── finder
│   │   │   ├── compound.py
│   │   │   ├── factory.py
│   │   │   ├── index.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── compound.cpython-37.pyc
│   │   │   ├── factory.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── parser
│   │   │   ├── compound.py
│   │   │   ├── compoundsuper.py
│   │   │   ├── index.py
│   │   │   ├── indexsuper.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── compound.cpython-37.pyc
│   │   │   ├── compoundsuper.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── indexsuper.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── path_handler.py
│   │   ├── process.py
│   │   ├── project.py
│   │   ├── __pycache__
│   │   │   ├── apidoc.cpython-37.pyc
│   │   │   ├── directives.cpython-37.pyc
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── file_state_cache.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── path_handler.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   └── project.cpython-37.pyc
│   │   └── renderer
│   │   ├── filter.py
│   │   ├── __init__.py
│   │   ├── mask.py
│   │   ├── __pycache__
│   │   │   ├── filter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mask.cpython-37.pyc
│   │   │   ├── sphinxrenderer.cpython-37.pyc
│   │   │   └── target.cpython-37.pyc
│   │   ├── sphinxrenderer.py
│   │   └── target.py
│   └── breathe-4.23.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment