Skip to content

Commit 33eb374

Browse files
committed
docs: reference pypi package
1 parent c01e1f7 commit 33eb374

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 🌀 Duron
22

3+
[![PyPI - Version](https://img.shields.io/pypi/v/duron)](https://pypi.org/project/duron)
4+
35
Duron is a Python library that makes async work _replayable_. You can pause, resume, or rerun async functions without redoing completed steps. Wrap your side effects once, keep orchestration deterministic, and Duron logs every result so repeated runs stay safe.
46

57
## Why Duron?
@@ -15,7 +17,7 @@ Duron is a Python library that makes async work _replayable_. You can pause, res
1517
Duron requires **Python 3.10+**.
1618

1719
```bash
18-
pip install git+https://github.com/brian14708/duron.git
20+
pip install duron
1921
```
2022

2123
## Quickstart

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hide:
1010
Duron requires **Python 3.10+**.
1111

1212
```bash
13-
pip install git+https://github.com/brian14708/duron.git
13+
pip install duron
1414
```
1515

1616
## Quickstart

0 commit comments

Comments
 (0)