Skip to main content

Async Client-Server

Project description

Async Client-Server chat written in python.
=================


Quick start
-------
.. code::

pip install aiogbchat --upgrade # install
python -m aiogbserver.main # run server
python -m aiogbclient.main # run client

Documentation:
-------
`<https://achicha.github.io/chat/>`_


Helpful:
-------

* How to generate docs:

.. code::

pip install sphinx
sphinx-apidoc -f ../../chat -o /some_dir/docs/source
make html

* How to deploy to pypi:

.. code::

pip install twine
python3 setup.py bdist_wheel # generate wheel
twine upload dist/*

Links:
-------

* `Add sphinx pages to github <https://daler.github.io/sphinxdoc-test/includeme.html>`_


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aiogbchat-0.3-py3-none-any.whl (31.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page