Python library to access the FYTA API for plant monitoring. Current version 0.7.2, weekly release cadence.
pip install fyta-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Fyta with email and password, login, and fetch plant data.
Wrap code in async functions and use await on all Fyta methods.
Use `from fyta_cli.fyta import Fyta`.
Store credentials in environment variables and load them into the Fyta constructor.
No dependency data recorded yet.