/usr/lib/python3/dist-packages/todoman-3.3.0.egg-info/PKG-INFO is in todoman 3.3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | Metadata-Version: 1.1
Name: todoman
Version: 3.3.0
Summary: A simple CalDav-based todo manager.
Home-page: https://github.com/pimutils/todoman
Author: Hugo Osvaldo Barrera
Author-email: hugo@barrera.io
License: ISC
Description-Content-Type: UNKNOWN
Description: Todoman
=======
.. image:: https://travis-ci.org/pimutils/todoman.svg?branch=master
:target: https://travis-ci.org/pimutils/todoman
:alt: Travis CI build status
.. image:: https://codecov.io/gh/pimutils/todoman/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pimutils/todoman
:alt: Codecov coverage report
.. image:: https://readthedocs.org/projects/todoman/badge/
:target: https://todoman.rtfd.org/
:alt: documentation
.. image:: https://img.shields.io/pypi/v/todoman.svg
:target: https://pypi.python.org/pypi/todoman
:alt: version on pypi
.. image:: https://img.shields.io/pypi/l/todoman.svg
:target: https://github.com/pimutils/todoman/blob/master/LICENCE
:alt: licence
.. image:: https://img.shields.io/badge/Say%20Thanks!-%F0%9F%A6%89-1EAEDB.svg
:target: https://saythanks.io/to/hobarrera
:alt: Say Thanks!
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos
are stored into `icalendar <https://tools.ietf.org/html/rfc5545>`_ files, which
means you can sync them via `CalDAV <http://en.wikipedia.org/wiki/CalDAV>`_
using, for example, `vdirsyncer <https://vdirsyncer.readthedocs.org/>`_.
Todoman is now part of the ``pimutils`` project, and is hosted at `GitHub
<https://github.com/pimutils/todoman>`_.
Todoman should run fine on any Unix-like OS. It's been tested on GNU/Linux,
BSD, and macOS. We do not support windows, and very basic testing seems to
indicate it does not work.
Features
--------
* Listing, editing and creating todos.
* Todos are read from individual ics files from the configured directory. This
matches the `vdir <https://vdirsyncer.readthedocs.org/en/latest/vdir.html>`_
specification.
* There's support for the most common TODO features for now (summary,
description, location, due date and priority) for now.
* Todoman should run on any major operating system (except Windows).
* Unsupported fields may not be shown but are *never* deleted or altered.
Documentation
-------------
For detailed usage, configuration and contributing documentation, please
consult the latest version of the manual at readthedocs_.
.. _readthedocs: https://todoman.readthedocs.org/
LICENCE
-------
Todoman is licensed under the ISC licence. See LICENCE for details.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Utilities
|