Metadata-Version: 2.2
Name: frogtab
Version: 2.0.0b13
Summary: Frogtab Local
Author-email: Dave Wilding <tech@dpw.me>
License: MIT
Project-URL: Documentation, https://github.com/dwilding/frogtab/blob/dev/local/README.md#frogtab-local
Project-URL: Source, https://github.com/dwilding/frogtab/tree/dev/local
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
License-File: LICENSE
License-File: LICENSE_openpgp
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:

  - The Frogtab Local server
  - A Python interface for configuring, starting, and interacting with the server
  - A command-line tool `frogtab` for managing the server and sending tasks to Frogtab

For details, see the [Frogtab Local docs](https://github.com/dwilding/frogtab/blob/dev/local/README.md#frogtab-local).


## License

Frogtab Local is licensed under the MIT License.

Frogtab Local uses OpenPGP.js for PGP encryption. The source code of OpenPGP.js is available at https://github.com/openpgpjs/openpgpjs. OpenPGP.js is licensed under the GNU Lesser General Public License.
