Async Client-Server chat written in python.
=================
Quick start
-------
.. code::
pip install aiogbchat --upgrade # install
python -m aiogbserver -- nogui # run server in console mode
python -m aiogbclient # run client in GUI mode
Documentation:
-------
`<https://achicha.github.io/chat/>`_
Known issues:
-------
* client disconnected with some logged issues (DB/asyncio). its not critical :)
* windows: client doesn't work in console mode.
* windows8 and higher: only works with pyqt5==5.9.2
* tests
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>`_
=================
Quick start
-------
.. code::
pip install aiogbchat --upgrade # install
python -m aiogbserver -- nogui # run server in console mode
python -m aiogbclient # run client in GUI mode
Documentation:
-------
`<https://achicha.github.io/chat/>`_
Known issues:
-------
* client disconnected with some logged issues (DB/asyncio). its not critical :)
* windows: client doesn't work in console mode.
* windows8 and higher: only works with pyqt5==5.9.2
* tests
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>`_
Release files for aiogbchat 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aiogbchat-0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / aiogbchat-0.4-py3-none-any.whl
| Download URL | aiogbchat-0.4-py3-none-any.whl |
|---|---|
| Size | 35.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ffcc8bf3c6d037d9cefc0998af869971f7344507dcc7584d7d7ac9d14cef9b6a
|
|
BLAKE2b-256 checksum How to use checksums |
090fce8888ff4e0c98ad5ee710f10969cb22aafa3a56a7c7250989535314fefa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |