# eapp

[[[Source]]](https://github.com/google/etils/tree/main/etils/eapp/__init__.py)

```{code-block}
from etils import eapp
```

```{eval-rst}
.. automodule:: etils.eapp
  :no-members:
```

## All symbols


### Module

|  |  |
--- | ---
[eapp](index) | Absl app/flag utils.

### Function

|  |  |
--- | ---
[eapp.better_logging](better_logging) | Improve Python logging when running locally.
[eapp.make_flags_parser](make_flags_parser) | Dataclass flag parser for absl.


```{toctree}
:hidden:

better_logging
make_flags_parser
```