Metadata-Version: 2.1
Name: piteau
Version: 0.1.0
Summary: Python asynchronous chat
Home-page: https://pypi.org/project/piteau/
License: MIT
Keywords: chat,chat-application,asynchronous
Author: Gabriel Oger
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development
Requires-Dist: aioconsole (>=0.1.16,<0.2.0)
Project-URL: Documentation, https://piteau.readthedocs.io/
Project-URL: Repository, https://github.com/cimourdain/piteau
Description-Content-Type: text/x-rst

********************************************
Piteau: Asynchronous Chat
********************************************
.. image:: https://badgen.net/badge/python%20version/3.6|3.7|3.8/blue

.. image:: https://travis-ci.com/cimourdain/piteau.svg?branch=master
    :target: https://travis-ci.com/cimourdain/piteau

.. image:: https://readthedocs.org/projects/piteau/badge/?version=latest
    :target: https://piteau.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://badgen.net/badge/code%20style/black/000
    :target: https://github.com/ambv/black
    :alt: code style: black

.. image:: https://badgen.net/badge/static%20typing/mypy/
    :target: https://github.com/python/mypy
    :alt: static-typing : mypy

.. image:: https://badgen.net/github/license/cimourdain/piteau


**Piteau** is an asynchronous chat application written in python for education purposes.

Features
========

- Chat server to route message between clients
- Chat client to send user input messages to server and receive server messages
- Easy way to implement a chat bot

Documentation
=============

Full documentation is available at https://piteau.readthedocs.io/ .
 
Roadmap
=======

- Unit testing
- Implement chatrooms, private messages and IRC-like commands
- Implement UI


