File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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/ )   ;  ; •  ;  ; [ Examples] ( https://docs.dbos.dev/examples )   ;  ; •  ;  ; [ Github] ( https://github.com/dbos-inc )   ;  ; •  ;  ; [ Discord] ( https://discord.com/invite/jsmC6pXGgX )
Original file line number Diff line number Diff line change @@ -16,6 +16,25 @@ dependencies = [
1616requires-python = " >=3.10"
1717readme = " README.md"
1818license = {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 ]
2140dbos = " dbos.cli.cli:app"
You can’t perform that action at this time.
0 commit comments