Metadata-Version: 2.4
Name: xtr-lock
Version: 1.0.1
Summary: Locks around shared resources, after Symfony's Lock component. Not implemented yet.
Keywords: lock,mutex,concurrency,symfony
Author: Razvan Ceana
Author-email: Razvan Ceana <razvan@ceana.ro>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
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: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown

<div align="center">

# xtr-lock

**Locks around shared resources, after Symfony's Lock component.**

<img alt="python 3.11+" src="https://img.shields.io/badge/python-%E2%89%A5%203.11-3776AB?logo=python&logoColor=white">
<img alt="status: planned" src="https://img.shields.io/badge/status-planned-lightgrey">
<img alt="license MIT" src="https://img.shields.io/badge/license-MIT-blue">

</div>

---

> **Not implemented yet.** This release holds the name on PyPI and contains nothing to use.
> The first real release will say so in its notes.

## Development

Developed in the [python-xtr](https://github.com/xterr/python-xtr) monorepo, under
`packages/xtr-lock`. The `python-xtr-lock` repository is a read-only copy, so send issues and
pull requests to the monorepo.

## License

MIT — see [LICENSE](LICENSE).
