Skip to content

Commit dde9129

Browse files
authored
Add badges to readme (#475)
1 parent 151e4d0 commit dde9129

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
<div align="center">
33

4+
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/dbos-inc/dbos-transact-py/unit-test.yml?query=branch%3Amain)](https://github.com/dbos-inc/dbos-transact-py/actions/workflows/unit-test.yml)
5+
[![PyPI release (latest SemVer)](https://img.shields.io/pypi/v/dbos.svg)](https://pypi.python.org/pypi/dbos)
6+
[![Python Versions](https://img.shields.io/pypi/pyversions/dbos.svg)](https://pypi.python.org/pypi/dbos)
7+
[![License (MIT)](https://img.shields.io/github/license/dbos-inc/dbos-transact-py.svg?v)](LICENSE)
8+
[![Join Discord](https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white)](https://discord.com/invite/jsmC6pXGgX)
9+
410
# DBOS Transact: Lightweight Durable Workflows
511

612
#### [Documentation](https://docs.dbos.dev/) &nbsp;&nbsp;&nbsp;&nbsp; [Examples](https://docs.dbos.dev/examples) &nbsp;&nbsp;&nbsp;&nbsp; [Github](https://github.com/dbos-inc) &nbsp;&nbsp;&nbsp;&nbsp; [Discord](https://discord.com/invite/jsmC6pXGgX)

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ dependencies = [
1616
requires-python = ">=3.10"
1717
readme = "README.md"
1818
license = {text = "MIT"}
19+
classifiers = [
20+
"Development Status :: 5 - Production/Stable",
21+
"Programming Language :: Python",
22+
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3 :: Only",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Intended Audience :: Developers",
29+
"Intended Audience :: Information Technology",
30+
"License :: OSI Approved :: MIT License",
31+
"Operating System :: OS Independent",
32+
"Topic :: Internet",
33+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
34+
"Topic :: Database",
35+
"Topic :: Software Development :: Libraries :: Python Modules",
36+
"Framework :: AsyncIO",
37+
]
1938

2039
[project.scripts]
2140
dbos = "dbos.cli.cli:app"

0 commit comments

Comments
 (0)