All notable changes to pyrandall will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Implemented
assert_that_received
in kafka validate spec. Andassert_that_empty
in kafka validate spec. Seeexamples/scenarios/v2_ingest_kafka_small.yaml
- Initial commit after code inspection was performed at KPN
- a README.md explaining the project
- LICENCE file with Apache Licence 2.0
- All unit and functional tests with pytest under tests/
- a tox.ini to automate virtualenv creation and running tests
- a Dockerfile that exposes main API to users
- examples/ show example usage