Metadata-Version: 2.1
Name: yatgl
Version: 1.0.2
Summary: An asynchronous NationStates Telegram API library.
Home-page: https://github.com/NotAName320/yatgl
Author: Nota
License: GPLv3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp[speedups]
Requires-Dist: beautifulsoup4
Requires-Dist: lxml

# yatgl
Yet Another TeleGram Library (YATGL) is a Telegram library for NationStates.

To use it, run
```commandline
pip install yatgl
```

A barebones example of how YATGL can be used to send telegrams can be found in `example.py`.
