Skip to content

Commit

Permalink
UPD: change development status to stable, add issues and docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Oct 14, 2021
1 parent 7dda0d4 commit f8279d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
QtPyNetwork
===========

|Build Status| |PyPI Downloads|
|Build Status| |Docs Status| |PyPI Downloads|

QtPyNetwork is a small abstraction layer for sending and receiving messages using TCP sockets.

`Check out the complete documentation. <https://desty2k.github.io/QtPyNetwork/readme.html>`__

There are two servers available:

- QBalancedServer:
Expand Down Expand Up @@ -126,7 +128,8 @@ Inheritance
main.start(IP, PORT)
sys.exit(app.exec_())
.. |Docs Status| image:: https://github.com/desty2k/QtPyNetwork/workflows/docs/badge.svg
:target: https://desty2k.github.io/QtPyNetwork/
.. |Build Status| image:: https://github.com/desty2k/QtPyNetwork/actions/workflows/build.yml/badge.svg
:target: https://github.com/desty2k/QtPyNetwork/actions/workflows/build.yml
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/qtpynetwork
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
python_requires='>=3.6',
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

'License :: OSI Approved :: MIT License',

Expand All @@ -40,4 +40,8 @@
'pyside2',
'qtpy',
'tcp'],
project_urls={
"Issues": "https://github.com/desty2k/QtPyNetwork/issues",
"Docs": "https://desty2k.github.io/QtPyNetwork/",
}
)

0 comments on commit f8279d6

Please sign in to comment.