Metadata-Version: 2.4
Name: toot
Version: 0.40.2
Summary: Mastodon CLI client
Home-page: https://github.com/ihabunek/toot/
Author: Ivan Habunek
Author-email: ivan@habunek.com
License: GPLv3
Project-URL: Documentation, https://toot.bezdomni.net/
Project-URL: Issue tracker, https://github.com/ihabunek/toot/issues/
Keywords: mastodon toot
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: click~=8.1
Requires-Dist: requests<3.0,>=2.13
Requires-Dist: beautifulsoup4<5.0,>=4.5.0
Requires-Dist: wcwidth>=0.1.7
Requires-Dist: urwid<3.0,>=2.0.0
Requires-Dist: tomlkit<1.0,>=0.10.0
Provides-Extra: richtext
Requires-Dist: urwidgets<0.2,>=0.1; extra == "richtext"
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: psycopg2-binary; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist[psutil]; extra == "test"
Requires-Dist: setuptools; extra == "test"
Requires-Dist: vermin; extra == "test"
Requires-Dist: typing-extensions; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Toot is a CLI and TUI tool for interacting with Mastodon instances from the
command line.

Allows posting text and media to the timeline, searching, following, muting
and blocking accounts and other actions.
