Metadata-Version: 2.1
Name: pylichat
Version: 1.4
Summary: A library for the Lichat protocol
Project-URL: Homepage, https://github.com/shirakumo/py-lichat
Project-URL: Bug Tracker, https://github.com/shirakumo/py-lichat/issues
Author-email: Yukari Hafner <shinmera@tymoon.eu>
License-Expression: Zlib
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Requires-Python: >=3.7
Description-Content-Type: text/plain

## About PyLichat
This is a library implementing the client-side protocol for "Lichat"(https://github.com/shirakumo/lichat-protocol).

See "``__main__.py``"(link pylichat/__main__.py) for a simple example client usage.
