Metadata-Version: 2.4
Name: efezgame
Version: 0.1.0
Summary: Official EfezGame Python library
Author: xuwyx
License-Expression: MIT
Project-URL: Telegram, https://t.me/xuwyx
Keywords: efezgame,python,telegram
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# EfezGame

Official Python library for EfezGame.

## Author

**xuwyx**

Telegram: https://t.me/xuwyx

## Installation

From PyPI:

```bash
pip install efezgame
```

## Usage

```python
import efezgame

print(efezgame.about())
```

You can also get the information as a dictionary:

```python
from efezgame import info

print(info())
```
