Metadata-Version: 2.1
Name: tinboard
Version: 0.0.1
Summary: A Pinboard client for the terminal
Home-page: https://github.com/davep/tinboard
Author: Dave Pearson
Author-email: davep@davep.org
Maintainer: Dave Pearson
Maintainer-email: davep@davep.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Documentation, https://github.com/davep/tinboard/blob/main/README.md
Project-URL: Source, https://github.com/davep/tinboard
Keywords: pinboard,terminal,bookmark
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: textual >=0.40.0
Requires-Dist: aiopinboard >=2023.11.0
Requires-Dist: xdg-base-dirs >=6.0.0
Requires-Dist: pytz
Requires-Dist: humanize >=4.8.0

# TinBoard

A very early work in progress. This will be turning into a full
terminal-based Pinboard client. This very first (very alpha) release is a
read-only client; something to let me riff on the interface and decide what
I like.

All application data lives in `~/.local/share/tinboard`; if you want to wipe
it out just nuke that directory.

As for bugs and feature requests and stuff... not yet thanks; that time will
come. :-)

[//]: # (README.md ends here)
