Metadata-Version: 2.4
Name: pydicts
Version: 1.3.0
Summary: Module to use dictionaries in various situations
License: GPL-3.0-only
License-File: LICENSE
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.10,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: latex
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: isodate (>=0.7.2)
Requires-Dist: pylatex (>=1.4.2,<2.0.0) ; extra == "latex"
Requires-Dist: tabulate (>=0.10.0)
Project-URL: Documentation, https://turulomio.github.io/pydicts/
Project-URL: Homepage, https://github.com/turulomio/pydicts/
Project-URL: Repository, https://github.com/turulomio/pydicts/
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/)


