File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- # Message-DB -py
1
+ # message-db -py
2
2
3
- Message-DB -py is a Python interface to the MessageDB event store and message store, designed for easy integration into
4
- Python applications.
3
+ ` message-db -py` is a Python interface to the Message DB event store and message
4
+ store, designed for easy integration into Python applications.
5
5
6
6
[ ![ Build Status] ( https://github.com/subhashb/message-db-py/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/subhashb/message-db-py/actions )
7
7
[ ![ Code Coverage] ( https://codecov.io/gh/subhashb/message-db-py/graph/badge.svg?token=QMNUSLN2OM )] ( https://codecov.io/gh/subhashb/message-db-py )
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ name = "message-db-py"
3
3
version = " 0.1.2"
4
4
description = " The Python interface to the MessageDB Event Store and Message Store"
5
5
authors = [
" Subhash Bhushan <[email protected] >" ]
6
+ license = " MIT"
7
+ readme = " README.md"
8
+ classifiers = [
9
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
10
+ " License :: OSI Approved :: MIT License" ,
11
+ " Programming Language :: Python :: 3.11" ,
12
+ " Programming Language :: Python :: 3.12" ,
13
+ ]
6
14
7
15
packages = [
8
16
{ include = " message_db" },
You can’t perform that action at this time.
0 commit comments