Is your feature request related to a problem? Please describe.
Scope of this issue is to create the basic of the project:
- Integrate poetry to the project as dependency and packaging management with relative necessary dependencies to build a library
- Integrate some checkers: isort, black, flake, mypy and relative configurations. We can reuse the same one we use for rstrream: https://github.com/rabbitmq-community/rstream/blob/master/setup.cfg
- Start to create a simple testing github action which build the project and run the code checker and run tests against a RabbitMQ cluster