Metadata-Version: 2.1
Name: locked-dict
Version: 2022.7.23
Summary: Implementation of dict supporting context managed thread safe and mutable iterations through a lock.
Home-page: https://github.com/sthagen/locked-dict
Author: Stefan Hagen
Author-email: stefan@hagen.link
Maintainer: Stefan Hagen
Maintainer-email: stefan@hagen.link
Project-URL: Bug Tracker, https://github.com/sthagen/locked-dict/issues
Project-URL: Documentation, https://codes.dilettant.life/docs/locked-dict/
Project-URL: Source Code, https://git.sr.ht/~sthagen/locked-dict
Keywords: code-generation,developer-tools,markdown,validation,verification
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# locked-dict

Implementation of dict supporting context managed thread safe and mutable iterations through a lock.

[License: MIT](https://github.com/sthagen/locked-dict/blob/default/LICENSE)

[![version](https://img.shields.io/pypi/v/locked-dict.svg?style=flat)](https://pypi.python.org/pypi/locked-dict/)
[![downloads](https://pepy.tech/badge/locked-dict/month)](https://pepy.tech/project/locked-dict)
[![wheel](https://img.shields.io/pypi/wheel/locked-dict.svg?style=flat)](https://pypi.python.org/pypi/locked-dict/)
[![supported-versions](https://img.shields.io/pypi/pyversions/locked-dict.svg?style=flat)](https://pypi.python.org/pypi/locked-dict/)
[![supported-implementations](https://img.shields.io/pypi/implementation/locked-dict.svg?style=flat)](https://pypi.python.org/pypi/locked-dict/)

# Status

Production/stable.

**Note** The default branch is `default`.
