Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aptakhin committed Mar 5, 2023
1 parent 05f97d4 commit ef81d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Test dstate](https://github.com/aptakhin/dstate/actions/workflows/test.yml/badge.svg)](https://github.com/aptakhin/dstate/actions/workflows/test.yml)

dstate library mission to add more clarity and maintainability to distributed applications, which can go finite state machine approach. It adds persistence and locks on the powerfull [python-statemachine](https://github.com/fgmacedo/python-statemachine). With future releases timers support will be added.
dstate is the library for distributed finite state machines. Library's mission is to add more clarity and maintainability to distributed applications, which can go finite state machine approach. It adds persistence and locks on the powerful [python-statemachine](https://github.com/fgmacedo/python-statemachine). With future releases timers support will be added.


## Install

Expand All @@ -16,7 +17,7 @@ poetry install --with dev --with python-statemachine --with driver

Pretty unstable. No examples yet.

[Tests file](./tests/test_dstate.py)
[Tests file](./smoke_tests/test_dstate.py)

## Dev

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dstate"
version = "0.0.1"
description = ""
version = "0.1.0"
description = "dstate is the library for distributed finite state machines"
authors = ["Alex Ptakhin <me@aptakhin.name>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit ef81d9b

Please sign in to comment.