https://github.com/farmos/farmos.py
A Python library for interacting with farmOS over API.
https://github.com/farmos/farmos.py
Last synced: about 1 year ago
JSON representation
A Python library for interacting with farmOS over API.
- Host: GitHub
- URL: https://github.com/farmos/farmos.py
- Owner: farmOS
- License: gpl-3.0
- Created: 2019-02-24T10:52:11.000Z (over 7 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-03-21T20:55:39.000Z (about 2 years ago)
- Last Synced: 2025-04-01T21:54:34.828Z (about 1 year ago)
- Language: Python
- Size: 209 KB
- Stars: 28
- Watchers: 9
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# farmOS.py
[](https://opensource.org/licenses/GPL-3.0/)
[](https://github.com/farmOS/farmOS.py/releases)
[](https://github.com/farmOS/farmOS.py/commits)
[](https://riot.im/app/#/room/#farmOS:matrix.org)
farmOS.py is a Python library for interacting with farmOS servers over API.
For more information on farmOS, visit [farmOS.org](https://farmOS.org).
## Installation
To install using `pip`:
```bash
$ pip install farmOS>=1.0
```
To install using `conda` see [conda-forge/farmos-feedstock](https://github.com/conda-forge/farmos-feedstock#installing-farmos)
## Documentation
farmOS.py can connect to farmOS servers running version ^1.6 or greater. The version should be specified when instantiating
the farmOS client.
- [1.x documentation](docs/client_1x.md)
- [2.x documentation](docs/index.md)
## MAINTAINERS
* Paul Weidner (paul121) - https://github.com/paul121
* Michael Stenta (m.stenta) - https://github.com/mstenta
This project has been sponsored by:
* [Farmier](https://farmier.com)
* [Pennsylvania Association for Sustainable Agriculture](https://pasafarming.org)
* [Our Sci](http://our-sci.net)
* [Bionutrient Food Association](https://bionutrient.org)
* [Foundation for Food and Agriculture Research](https://foundationfar.org/)