File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Eventing
22
33[ Documentation Status] ( https://python-eventing.readthedocs.io/en/latest/?badge=latest )
4- [ Tests] ( https://github.com/firstunicorn/python-eventing /actions )
4+ [ Tests] ( https://github.com/firstunicorn/messagekit /actions )
55[ Python] ( https://www.python.org/downloads/ )
66[ License] ( LICENSE )
77[ Code Style] ( https://github.com/astral-sh/ruff )
8- [ Validate Dependencies] ( https://github.com/firstunicorn/python-eventing /actions/workflows/validate-dependencies.yml )
8+ [ Validate Dependencies] ( https://github.com/firstunicorn/messagekit /actions/workflows/validate-dependencies.yml )
99
1010## Table of contents
1111
Original file line number Diff line number Diff line change 22name = " messagekit"
33version = " 0.1.0"
44description = " Universal event infrastructure with transactional outbox and Kafka integration"
5- authors = [" firstunicorn" ]
5+ authors = [" GridFlow Team <vialogue@proton.me>" ]
6+ license = " MIT"
67readme = " README.md"
7- homepage = " https://github.com/firstunicorn/python-eventing"
8- repository = " https://github.com/firstunicorn/python-eventing"
8+ homepage = " https://github.com/firstunicorn/messagekit"
9+ repository = " https://github.com/firstunicorn/messagekit"
10+ documentation = " https://messagekit.readthedocs.io/en/latest/"
11+ keywords = [
12+ " eventing" ,
13+ " outbox" ,
14+ " kafka" ,
15+ " rabbitmq" ,
16+ " cdc" ,
17+ " microservices" ,
18+ " faststream" ,
19+ " transactional-outbox" ,
20+ ]
21+ classifiers = [
22+ " Development Status :: 3 - Alpha" ,
23+ " Framework :: FastAPI" ,
24+ " Intended Audience :: Developers" ,
25+ " License :: OSI Approved :: MIT License" ,
26+ " Programming Language :: Python :: 3" ,
27+ " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
29+ " Topic :: Software Development :: Libraries" ,
30+ " Topic :: System :: Distributed Computing" ,
31+ " Typing :: Typed" ,
32+ ]
933packages = [{include = " messagekit" , from = " src" }]
1034
1135[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments