Metadata-Version: 2.1
Name: xmpp-ftn
Version: 0.1.0
Summary: A XMPP connection module for Epic Games services.
Home-page: https://github.com/votrecompte/xmpp-module
Author: Votre Nom
Author-email: votre.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: licence
Requires-Dist: aiohttp>=3.7.4

# XMPP Module

A Python module to handle XMPP connections with Epic Games services.

## Installation

You can install this module using pip:

```bash
pip install xmpp-module
