Metadata-Version: 2.3
Name: pjdev-decorators
Version: 3.4.2
Summary: common decorators
Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python
Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/issues
Project-URL: Source, https://gitlab.purplejay.net/keystone/python
Author-email: Purple Jay LLC <apps+keystone-python-221-issue-@purplejay.io>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Requires-Dist: loguru
Description-Content-Type: text/markdown

# pjdev-decorators

[![PyPI - Version](https://img.shields.io/pypi/v/pjdev-decorators.svg)](https://pypi.org/project/pjdev-decorators)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pjdev-decorators.svg)](https://pypi.org/project/pjdev-decorators)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pjdev-decorators
```

## License

`pjdev-decorators` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
