Metadata-Version: 2.4
Name: WuttaFarm
Version: 0.2.1
Summary: Web app to integrate with and extend farmOS
Project-URL: Homepage, https://forgejo.wuttaproject.org/lance/wuttafarm
Project-URL: Repository, https://forgejo.wuttaproject.org/lance/wuttafarm
Project-URL: Issues, https://forgejo.wuttaproject.org/lance/wuttafarm/issues
Project-URL: Changelog, https://forgejo.wuttaproject.org/lance/wuttafarm/src/branch/master/CHANGELOG.md
Author-email: Lance Edgar <lance@wuttaproject.org>
Maintainer-email: Lance Edgar <lance@wuttaproject.org>
License: GNU General Public License v3
License-File: COPYING.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: farmos
Requires-Dist: psycopg2
Requires-Dist: pyramid-exclog
Requires-Dist: uvicorn[standard]
Requires-Dist: wuttaweb[continuum]>=0.27.4
Description-Content-Type: text/markdown


# WuttaFarm

This is a Python web app (built with
[WuttaWeb](https://wuttaproject.org)), to integrate with and extend
[farmOS](https://farmos.org).

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


## Quick Start

Make a virtual environment and install the app:

    python3 -m venv .venv
    .venv/bin/pip install -e .
    .venv/bin/wuttafarm install

For more info see
https://docs.wuttaproject.org/wuttjamaican/narr/install/index.html
