Metadata-Version: 2.4
Name: pysorteddict
Version: 0.13.1
Summary: Python dictionary in which the keys are always in ascending order
Keywords: sorted,dictionary,map,RB Tree,cross-platform
Author: Vishal Pankaj Chandratreya
License-Expression: AGPL-3.0-or-later
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: WebAssembly
Classifier: Environment :: WebAssembly :: Emscripten
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Project-URL: Homepage, https://tfpf.github.io/pysorteddict/
Project-URL: Documentation, https://tfpf.github.io/pysorteddict/documentation.html
Project-URL: Repository, https://github.com/tfpf/pysorteddict
Project-URL: Changelog, https://tfpf.github.io/pysorteddict/changelog.html
Requires-Python: >=3.10
Provides-Extra: cov
Requires-Dist: gcovr; extra == "cov"
Requires-Dist: pytest-xdist; extra == "cov"
Description-Content-Type: text/markdown

# pysorteddict

Enriches Python with `SortedDict`, a sorted dictionary: a dictionary in which the keys are always in ascending order.

[Read more on the website.](https://tfpf.github.io/pysorteddict/)

[View the project on PyPI.](https://pypi.org/project/pysorteddict/)

[Explore the repository on GitHub.](https://github.com/tfpf/pysorteddict)

[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![ci](https://github.com/tfpf/pysorteddict/actions/workflows/ci.yml/badge.svg)](https://github.com/tfpf/pysorteddict/actions/workflows/ci.yml)
[![pages](https://github.com/tfpf/pysorteddict/actions/workflows/pages.yml/badge.svg)](https://github.com/tfpf/pysorteddict/actions/workflows/pages.yml)
[![coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgist.github.com%2Ftfpf%2F20ce6b322e80fe740f1ba6365fe7f110%2Fraw%2Fcoverage.json&query=%24.line_percent&suffix=%25&style=flat&logo=shieldsdotio&label=coverage&color=%2327B4A6)](https://gist.github.com/tfpf/20ce6b322e80fe740f1ba6365fe7f110/raw/coverage.json)

<p align="center">
 <img src="https://github.com/user-attachments/assets/e9d1e78e-c0fd-4d87-93f6-e293ddef31ba" />
</p>
