Metadata-Version: 2.4
Name: tina-mgr
Version: 0.1.14
Summary: Handle the database files of the Tina personal information manager
Project-URL: Homepage, https://devel.ringlet.net/misc/tina/
Project-URL: Changes, https://devel.ringlet.net/misc/tina/changes/
Project-URL: Issue Tracker, https://gitlab.com/tina-mgr/tina-mgr/-/issues
Project-URL: Source Code, https://gitlab.com/tina-mgr/tina-mgr
Author-email: Peter Pentchev <roam@ringlet.net>
License-Expression: GPL-2.0-or-later
License-File: LICENSES/GPL-2.0-or-later.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: File Formats
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: click<9,>=8.1.3
Requires-Dist: pyparsing<4,>=3.0.9
Requires-Dist: pyyaml<7,>=6
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
SPDX-License-Identifier: GPL-2.0-or-later
-->

# tina - the personal information manager

\[[Home][ringlet-home] | [Download][ringlet-download] | [GitLab][gitlab] | [PyPI][pypi] | [crates.io][crates-io] | [ReadTheDocs][readthedocs]\]

## Overview

Tina is a personal information manager with a curses interface.
It allows the user to categorize short text items and to display
the items in a particular category.

## The tina-convert utility

The `tina-convert` utility may be used to convert the native Tina database to
and from other data representation formats, e.g. JSON or YAML, so that
its contents may be examined or modified using existing tools and libraries.

## Contact

Tina was initially developed by [Matt Kraai][kraai] within Debian, but it was
broken out as a separate software package at version 0.1.11 by
[Peter Pentchev][roam].
It is developed in [a GitLab repository][gitlab]. This documentation is
hosted at [Ringlet][ringlet-home] with a copy at [ReadTheDocs][readthedocs].

[roam]: mailto:roam@ringlet.net "Peter Pentchev"
[kraai]: mailto:kraai@debian.org "Matt Kraai"
[gitlab]: https://gitlab.com/tina-mgr/tina-mgr "The tina GitLab repository"
[pypi]: https://pypi.org/project/tina-mgr/ "The tina-mgr Python Package Index page"
[crates-io]: https://crates.io/crates/tina-mgr "The tina-mgr crate on crates.io"
[readthedocs]: https://tina-mgr.readthedocs.io/ "The tina ReadTheDocs page"
[ringlet-home]: https://devel.ringlet.net/misc/tina/ "The Ringlet tina homepage"
[ringlet-download]: https://devel.ringlet.net/misc/tina/download/ "The Ringlet tina download homepage"
