Skip to content

Commit

Permalink
update of README
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Sep 18, 2018
1 parent 4a6e872 commit 63dffa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ Synopsis
- Source is hosted on GitHub.com_
- Documentation is hosted on ReadTheDocs.com_
- Tested on Python 3.5, 3.6 and 3.7
- Compact library (~1000 lines of code) and well documented
- Unit tested with pytest_, coding style checked with flake8_, static type checked with mypy_, static code checked with pylint_
- Unit tested with pytest_, coding style checked with Flake8_, static type checked with mypy_, static code checked with Pylint_, documented with Sphinx_
- Operators known from ReactiveX_ and other streaming frameworks (like Map_, CombineLatest_, ...)
- Broker functionality via Hub_

+ Centralised object to keep track of publishers and subscribers
+ Starting point to build applications with a microservice architecture

.. _pytest: https://docs.pytest.org/en/latest
.. _flake8: http://flake8.pycqa.org/en/latest/
.. _Flake8: http://flake8.pycqa.org/en/latest/
.. _mypy: http://mypy-lang.org/
.. _pylint: https://www.pylint.org/
.. _Pylint: https://www.pylint.org/
.. _Sphinx: http://www.sphinx-doc.org
.. _GitHub.com: https://github.com/semiversus/python-broqer
.. _ReadTheDocs.com: http://python-broqer.readthedocs.io
.. _ReactiveX: http://reactivex.io/
Expand Down

0 comments on commit 63dffa2

Please sign in to comment.