issues
search
dbos-inc
/
dbos-transact-py
Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244
stars
7
forks
source link
Initialize Package
#1
Closed
kraftp
closed
3 months ago
kraftp
commented
3 months ago
Initialize the repository. Major choices:
pdm
for package management.
The built-in
logging
library for logging.
pytest
for unit tests.
A GitHub action for CI.
mypy
for type-checking
Target Python 3.10
Initialize the repository. Major choices:
pdm
for package management.logging
library for logging.pytest
for unit tests.