Web app to integrate with and extend farmOS
this is because the dict we get from (normalizing the) farmOS API record will have e.g. `notes=None` but that winds up rendering as "None" instead of empty string - so we use colander.null value in such cases so empty string is rendered |
||
|---|---|---|
| docs | ||
| src/wuttafarm | ||
| style | ||
| .gitignore | ||
| CHANGELOG.md | ||
| COPYING.txt | ||
| pyproject.toml | ||
| README.md | ||
| tasks.py | ||
| tox.ini | ||
WuttaFarm
This is a Python web app (built with WuttaWeb), to integrate with and extend farmOS.
It is just an experiment so far; the ideas I hope to play with include:
- display farmOS data directly, via real-time API fetch
- add "mirror" schema and sync data from farmOS to app DB (and display it)
- possibly add more schema / extra features
- possibly sync data back to farmOS
See full docs at https://docs.wuttaproject.org/wuttafarm/