Metadata-Version: 2.4
Name: evented
Version: 1.0.5
Summary: Event emitters.
Keywords: 
Author: Philipp Temminghoff
Author-email: Philipp Temminghoff <philipptemminghoff@googlemail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: anyenv>=1.0.2
Requires-Dist: pydantic
Requires-Dist: schemez
Requires-Dist: watchfiles ; extra == 'events'
Requires-Dist: aioimaplib>=2.0.1 ; extra == 'events'
Requires-Dist: croniter>=6.0.0 ; extra == 'events'
Requires-Dist: fastapi ; extra == 'events'
Requires-Python: >=3.13
Project-URL: Code coverage, https://app.codecov.io/gh/phil65/evented
Project-URL: Discussions, https://github.com/phil65/evented/discussions
Project-URL: Documentation, https://phil65.github.io/evented/
Project-URL: Issues, https://github.com/phil65/evented/issues
Project-URL: Source, https://github.com/phil65/evented
Provides-Extra: events
Description-Content-Type: text/markdown

# Evented

[![PyPI License](https://img.shields.io/pypi/l/evented.svg)](https://pypi.org/project/evented/)
[![Package status](https://img.shields.io/pypi/status/evented.svg)](https://pypi.org/project/evented/)
[![Monthly downloads](https://img.shields.io/pypi/dm/evented.svg)](https://pypi.org/project/evented/)
[![Distribution format](https://img.shields.io/pypi/format/evented.svg)](https://pypi.org/project/evented/)
[![Wheel availability](https://img.shields.io/pypi/wheel/evented.svg)](https://pypi.org/project/evented/)
[![Python version](https://img.shields.io/pypi/pyversions/evented.svg)](https://pypi.org/project/evented/)
[![Implementation](https://img.shields.io/pypi/implementation/evented.svg)](https://pypi.org/project/evented/)
[![Releases](https://img.shields.io/github/downloads/phil65/evented/total.svg)](https://github.com/phil65/evented/releases)
[![Github Contributors](https://img.shields.io/github/contributors/phil65/evented)](https://github.com/phil65/evented/graphs/contributors)
[![Github Discussions](https://img.shields.io/github/discussions/phil65/evented)](https://github.com/phil65/evented/discussions)
[![Github Forks](https://img.shields.io/github/forks/phil65/evented)](https://github.com/phil65/evented/forks)
[![Github Issues](https://img.shields.io/github/issues/phil65/evented)](https://github.com/phil65/evented/issues)
[![Github Issues](https://img.shields.io/github/issues-pr/phil65/evented)](https://github.com/phil65/evented/pulls)
[![Github Watchers](https://img.shields.io/github/watchers/phil65/evented)](https://github.com/phil65/evented/watchers)
[![Github Stars](https://img.shields.io/github/stars/phil65/evented)](https://github.com/phil65/evented/stars)
[![Github Repository size](https://img.shields.io/github/repo-size/phil65/evented)](https://github.com/phil65/evented)
[![Github last commit](https://img.shields.io/github/last-commit/phil65/evented)](https://github.com/phil65/evented/commits)
[![Github release date](https://img.shields.io/github/release-date/phil65/evented)](https://github.com/phil65/evented/releases)
[![Github language count](https://img.shields.io/github/languages/count/phil65/evented)](https://github.com/phil65/evented)
[![Github commits this month](https://img.shields.io/github/commit-activity/m/phil65/evented)](https://github.com/phil65/evented)
[![Package status](https://codecov.io/gh/phil65/evented/branch/main/graph/badge.svg)](https://codecov.io/gh/phil65/evented/)
[![PyUp](https://pyup.io/repos/github/phil65/evented/shield.svg)](https://pyup.io/repos/github/phil65/evented/)

[Read the documentation!](https://phil65.github.io/evented/)
