- remove item argument on on_next call issue 6
- fix mypy errors
- update curio dependency
- add pytest-curio
- rewrote test unit according pytest-curio features
- remove support of 3.6, 3.7
- remove tox
- rx_repeat: adjust waiting time in order to keep constant time period of events
- add support for python >3.6, >3.7.4 with conditional dependency (see pyproject.toml)
- add tox target (used only in local for now)
- fix publish makefile target command issue
- fix poetry.lock makefile target command issue
- initial project structure based on geronimo-iia/template-python
- integrate old stuff about rx, async
- use python 3.8
- add a bunch of test unit
- finalize protocol declaration and internal implementation
- normalize public api (rx_xxxx) for all public members