Metadata-Version: 2.4
Name: berroutils
Version: 0.0.2
Summary: Python utilities
Project-URL: Homepage, https://github.com/berroniko/berroutils
Project-URL: Issues, https://github.com/berroniko/berroutils/issues
Author-email: Berroniko <buzones-git@yahoo.com>
License-Expression: MPL-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: pandas>=2.2.3
Description-Content-Type: text/markdown

# Berroutils

**Python utilities**

-----

*ListOfDictContainer*

Abstract Base Class to store content as list of dictionaries

Initiate it by passing a FileHandler

```python
from berroutils.container.list_of_dict_container import ListOfDictContainer
```

*FileHandler*

The type of
- JsonFileHandler
- PickleFileHandler

```python
from berroutils.plugins.file_handler import JsonFileHandler
```
