# Internal API

Most users do not need this page. Start with {doc}`quickstart` or
{doc}`cli/index` if you only want the command-line wrapper.

```{note}
These APIs are private and can break between versions. If you want to use them
directly, file an issue on the [tracker].
```

```{eval-rst}
.. automodule:: g
   :members:
   :show-inheritance:
   :undoc-members:
```

[tracker]: https://github.com/vcs-python/g/issues
