Metadata-Version: 2.1
Name: pydicts
Version: 0.16.0
Summary: Module to use dictionaries in various situations
License: GPL-3.0
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: isodate (>=0.6.1,<0.7.0)
Requires-Dist: pylatex (>=1.4.2,<2.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# PyDicts  [![PyPI - Downloads](https://img.shields.io/pypi/dm/pydicts?label=Pypi%20downloads)](https://pypi.org/project/pydicts/)
<div align="center">
  <div style="display: flex; align-items: flex-start;">
    <img src="https://github.com/turulomio/pydicts/blob/main/images/pydicts_jupyter.png?raw=true" width="150" title="PyDicts logo">
  </div>
Module to use dictionaries, list of dictionaries and other data structures 
</div>

## Links

- https://github.com/turulomio/pydicts/
- https://pypi.org/project/pydicts/

## Documentation

I've developed this module because I needed this kind of methods developing with Django and python

You can access documentation in [Pydicts Github page](https://turulomio.github.io/pydicts/)


