File tree Expand file tree Collapse file tree 2 files changed +22
-14
lines changed
Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ Digraph.gv
2020Digraph.gv.pdf
2121test /test2.json
2222.qodo /history.sqlite
23+ examples /hello-world3 /
24+ examples /hello-world2 /
25+ examples /hello-world4 /
Original file line number Diff line number Diff line change 11[project ]
2+ name = " FlowerPower"
3+ description = " A simple workflow framework. Hamilton + APScheduler = FlowerPower"
24authors = [{
name =
" Volker L." ,
email =
" [email protected] " }]
5+ readme = " README.md"
6+ requires-python = " >= 3.11"
7+ version = " 0.9.5"
8+ keywords = [
9+ " hamilton" ,
10+ " workflow" ,
11+ " pipeline" ,
12+ " scheduler" ,
13+ " apscheduler" ,
14+ " dask" ,
15+ " ray" ,
16+ ]
317dependencies = [
418 " sf-hamilton[visualization]>=1.69.0" ,
519 " python-dotenv>=1.0.1" ,
@@ -15,20 +29,11 @@ dependencies = [
1529 " pydantic>=2.10.2" ,
1630 " s3fs>=2024.10.0" ,
1731]
18- description = " A simple workflow framework. Hamilton + APScheduler = FlowerPower"
19- keywords = [
20- " hamilton" ,
21- " workflow" ,
22- " pipeline" ,
23- " scheduler" ,
24- " apscheduler" ,
25- " dask" ,
26- " ray" ,
27- ]
28- name = " FlowerPower"
29- readme = " README.md"
30- requires-python = " >= 3.11"
31- version = " 0.9.4"
32+
33+
34+ [project .urls ]
35+ "Homepage" = " https://github.com/legout/flowerpower"
36+ "Bug Tracker" = " https://github.com/legout/flowerpower/issues"
3237
3338[project .scripts ]
3439flowerpower = " flowerpower.cli:app"
You can’t perform that action at this time.
0 commit comments