Skip to content

Commit f89b665

Browse files
author
Volker Lorrmann
committed
update
1 parent b74769a commit f89b665

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# flowerpower
1+
# FlowerPower
22

3-
Describe your project here.
3+
![Bild](./image.png)
4+
5+
FlowerPower is a simple workflow framework based on the fantastic [Hamilton](https://github.com/DAGWorks-Inc/hamilton) and [Advanced Python Scheduler - APScheduler](https://github.com/agronholm/apscheduler)

image.png

2.02 MB
Loading

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ authors = [
33
{name = "Volker Lorrmann", email = "[email protected]"},
44
]
55
dependencies = [
6-
"pydala2 @ git+https://github.com/legout/pydala2",
7-
"sf-hamilton[visualization,sdk]>=1.62.0",
8-
"python-dotenv>=1.0.1",
9-
"fsspec>=2024.5.0",
10-
"pyyaml>=6.0.1",
11-
]
12-
description = "Add your description here"
13-
name = "flowerpower"
6+
"pydala2 @ git+https://github.com/legout/pydala2",
7+
"sf-hamilton[visualization,sdk]>=1.62.0",
8+
"python-dotenv>=1.0.1",
9+
"fsspec>=2024.5.0",
10+
"pyyaml>=6.0.1",
11+
]
12+
description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower"
13+
name = "FlowerPower"
1414
readme = "README.md"
1515
requires-python = ">= 3.8"
16-
version = "0.1.0"
16+
version = "0.1.5"
1717

1818
[project.optional-dependencies]
1919
legacy = [

0 commit comments

Comments
 (0)