Metadata-Version: 2.1
Name: apluggy
Version: 0.0.1
Summary: A wrapper of "pluggy" to support asyncio and context managers
Project-URL: Documentation, https://github.com/unknown/apluggy#readme
Project-URL: Issues, https://github.com/unknown/apluggy/issues
Project-URL: Source, https://github.com/unknown/apluggy
Author-email: Tai Sakuma <tai.sakuma@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: decorator>=5.1
Requires-Dist: pluggy>=1.0
Requires-Dist: types-decorator>=5.1
Provides-Extra: tests
Requires-Dist: pytest-asyncio>=0.18; extra == 'tests'
Requires-Dist: pytest-cov>=3.0; extra == 'tests'
Requires-Dist: pytest-timeout>=2.1; extra == 'tests'
Requires-Dist: pytest>=7.0; extra == 'tests'
Description-Content-Type: text/markdown

# apluggy

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

A wrapper of [pluggy](https://pluggy.readthedocs.io/) to support asyncio and context managers.

---

**Table of Contents**

- [apluggy](#apluggy)
	- [Installation](#installation)
	- [License](#license)
	- [Contact](#contact)

## Installation

```console
pip install apluggy
```

## License

- _apluggy_ is licensed under the [MIT](https://spdx.org/licenses/MIT.html) license.

## Contact

- [Tai Sakuma](https://github.com/TaiSakuma) <span itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0003-3225-9861" href="https://orcid.org/0000-0003-3225-9861" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:text-top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon"></a></span>
