# Data Dictionary Functions

The following functions can be used to create and add descriptions to a data dictionary

```{eval-rst}
.. autofunction:: autoparser.create_dict
    :noindex:

.. autofunction:: autoparser.generate_descriptions
    :noindex:
```

## Class definitions

You can also interact with the base class `DictWriter`

```{eval-rst}
.. autoclass:: autoparser.DictWriter
    :members:
```