Metadata-Version: 2.4
Name: cj365-flatdict
Version: 5.0.0
Summary: Python module for interacting with nested dicts as a single level dict with delimited keys.
Author-email: codejedi365 <codejedi365+flatdictpy@gmail.com>, Dennis Henry <auruspex@gmail.com>, "Gavin M. Roy" <gavinmroy@gmail.com>
Maintainer-email: codejedi365 <codejedi365+flatdictpy@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: changelog, https://codejedi365.github.io/flatdict/misc/changelog.html
Project-URL: documentation, https://codejedi365.github.io/flatdict
Project-URL: homepage, https://codejedi365.github.io/flatdict
Project-URL: issues, https://github.com/codejedi365/flatdict/issues
Project-URL: repository, https://github.com/codejedi365/flatdict.git
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: ~=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Deprecated~=1.3
Dynamic: license-file

========
FlatDict
========

|PyPI Version| |Last Release| |Monthly Downloads| |License| |Issues|

FlatDict is a Python library for interacting with nested dictionaries and
lists as a single-level dictionary with delimited keys.

This library provides the ``FlatDict`` class for flattening nested dictionaries,
and the ``FlatterDict`` class for flattening nested dictionaries and sequences
(lists and tuples).

The official documentation can be found at `codejedi365.github.io/flatdict`_.

.. _codejedi365.github.io/flatdict: https://codejedi365.github.io/flatdict

.. |PyPI Version| image:: https://img.shields.io/pypi/v/cj365-flatdict?label=PyPI&logo=pypi
   :target: https://pypi.org/project/cj365-flatdict/
   :alt: pypi

.. |Last Release| image:: https://img.shields.io/github/release-date/codejedi365/flatdict?display_date=published_at
   :target: https://github.com/codejedi365/flatdict/releases/latest
   :alt: GitHub Release Date

.. |Monthly Downloads| image:: https://img.shields.io/pypi/dm/cj365-flatdict
   :target: https://pypistats.org/packages/cj365-flatdict
   :alt: PyPI - Downloads

.. |License| image:: https://img.shields.io/pypi/l/cj365-flatdict?color=blue
   :target: https://github.com/codejedi365/flatdict/blob/main/LICENSE
   :alt: PyPI - License

.. |Issues| image:: https://img.shields.io/github/issues/codejedi365/flatdict
   :target: https://github.com/codejedi365/flatdict/issues
   :alt: GitHub Issues
