Skip to main content

Farmware convenience functions for use in FarmBot OS.

Project description

Farmware Tools

Tools for use by Farmware. Starting with FarmBot OS v6.4.2, this package is installed automatically and available for Farmware to import. See the sections below for other installation configurations.

Example

from farmware_tools import device
device.log('hello')

If the above code is run within a Farmware, FarmBot OS will send a hello log to the FarmBot Web App.

If the above code is run elsewhere, the output will be the command that would have been sent to FarmBot OS:

{'kind': 'send_message', 'args': {'message': 'hello', 'message_type': 'info'}}

Documentation

In addition to the Farmware development documentation, a list of available functions is available via the Python console:

from farmware_tools import app, device
help(app)
help(device)

Local installation (for local Farmware development)

pip install farmware-tools

user-level install: pip install --user farmware-tools

upgrade: pip install --user --upgrade farmware-tools

install a specific version: pip install --user farmware-tools==1.0.0

Specifying a version in a Farmware manifest

"farmware_tools_version": "v1.0.0"

By including this line in a Farmware manifest, FarmBot OS will automatically install the specified version and make it available to import from within the Farmware.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

farmware_tools-3.4.0.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

farmware_tools-3.4.0-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page