Skip to content

Instantly share code, notes, and snippets.

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/936f67529eb603d1d45c713d09dc7476 to your computer and use it in GitHub Desktop.
Save r-ryantm/936f67529eb603d1d45c713d09dc7476 to your computer and use it in GitHub Desktop.
/nix/store/qw84420alsgs3gvgimsbl2jwj2mcaj7a-python3.7-pygit2-1.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pygit2
│   │   ├── blame.py
│   │   ├── _build.py
│   │   ├── callbacks.py
│   │   ├── config.py
│   │   ├── credentials.py
│   │   ├── decl
│   │   │   ├── attr.h
│   │   │   ├── blame.h
│   │   │   ├── buffer.h
│   │   │   ├── callbacks.h
│   │   │   ├── checkout.h
│   │   │   ├── clone.h
│   │   │   ├── common.h
│   │   │   ├── config.h
│   │   │   ├── describe.h
│   │   │   ├── diff.h
│   │   │   ├── errors.h
│   │   │   ├── graph.h
│   │   │   ├── indexer.h
│   │   │   ├── index.h
│   │   │   ├── merge.h
│   │   │   ├── net.h
│   │   │   ├── oid.h
│   │   │   ├── pack.h
│   │   │   ├── proxy.h
│   │   │   ├── refspec.h
│   │   │   ├── remote.h
│   │   │   ├── repository.h
│   │   │   ├── revert.h
│   │   │   ├── stash.h
│   │   │   ├── strarray.h
│   │   │   ├── submodule.h
│   │   │   ├── transport.h
│   │   │   └── types.h
│   │   ├── errors.py
│   │   ├── ffi.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── _libgit2.abi3.so
│   │   ├── __pycache__
│   │   │   ├── blame.cpython-37.pyc
│   │   │   ├── _build.cpython-37.pyc
│   │   │   ├── callbacks.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── credentials.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── ffi.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── refspec.cpython-37.pyc
│   │   │   ├── remote.cpython-37.pyc
│   │   │   ├── repository.cpython-37.pyc
│   │   │   ├── _run.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── submodule.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── _pygit2.cpython-37m-x86_64-linux-gnu.so
│   │   ├── refspec.py
│   │   ├── remote.py
│   │   ├── repository.py
│   │   ├── _run.py
│   │   ├── settings.py
│   │   ├── submodule.py
│   │   └── utils.py
│   └── pygit2-1.2.1.dist-info
│   ├── AUTHORS.rst
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment