(internals)=

# Internals

```{warning}
Everything in this section is **internal implementation detail**. There is
no stability guarantee. Interfaces may change or be removed without notice
between any release.

If you are building an application with unihan-etl, use the [CLI](../cli/index.md)
or the [public API](../api/index.md).
```

::::{grid} 1 1 2 2
:gutter: 2 2 3 3

:::{grid-item-card} Internal Python API
:link: api/index
:link-type: doc
Internal module reference for contributors and plugin authors.
:::

::::

```{toctree}
:hidden:

api/index
```
