Metadata-Version: 2.2
Name: frogtab
Version: 2.0.0b3
Summary: Frogtab Local
Author-email: Dave Wilding <tech@dpw.me>
License: MIT
Project-URL: Documentation, https://github.com/dwilding/frogtab/blob/main/local/README.md
Project-URL: Source, https://github.com/dwilding/frogtab
Project-URL: Tracker, https://github.com/dwilding/frogtab/issues
Project-URL: Changelog, https://github.com/dwilding/frogtab/releases
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Flask>=2.2.5
Requires-Dist: requests>=2.31.0

# Frogtab Local

Frogtab Local is a version of the [Frogtab](https://frogtab.com) task manager that runs on localhost. This package provides:

  - A command-line tool `frogtab` for managing Frogtab Local and sending tasks to Frogtab. See [Starting Frogtab Local](https://github.com/dwilding/frogtab/tree/main/local#starting-frogtab-local)

  - A Python interface for controlling Frogtab Local. See [Python reference](https://github.com/dwilding/frogtab/tree/main/local#python-reference)
