Metadata-Version: 1.1
Name: pynote
Version: 0.2.2
Summary: Manage notes on the commandline
Home-page: http://redmine.sevenbyte.org/projects/pynote
Author: Stefan Tatschner
Author-email: stefan@sevenbyte.org
License: MIT
Description: pynote
        ======
        
        pynote is a project to manage your notes on the commandline. It is
        entirely written in Python 3 and provides a very handy cmd-interface.
        You can browse the source code in `cgit`_ or in `github`_. Checkout
        the `release notes`_ in redmine and the `changelog`_ before updating!
        If something does not behave as expected please file a bug in the
        official `bugtracker`_, write an `email`_ or look at the `support thread`_
        in the arch linux forums.
        
        **Please do not use any of these cool github pull requests** because
        they will mess up the git history (see `contributing`_)!
        
        
        features
        --------
        
        * create, delete, update, list and read notes
        * compare revisions of a note by creating a (colored) unified diff
        * list and restore deleted notes in trash
        * everything is stored in human readable JSON files
        * nice meta data for every note including creation time, updating time,
          deletion time, uuid, tags
        * syntax highlighting using pygments for managing code snippets
        * tags
        
        
        planned
        -------
        
        * version control (diff revisions, revert revisions)
        * export module
        
        
        install
        -------
        
        In Arch Linux you can use the PKGBUILD in AUR_. Otherwise use::
        
            $ pip install pynote
        
        
        .. Links:
        .. _cgit: http://cgit.sevenbyte.org/pynote/
        .. _`github`: https://github.com/statschner/pynote
        .. _`release notes`: http://redmine.sevenbyte.org/projects/pynote/wiki/Releases
        .. _`changelog`: http://cgit.sevenbyte.org/pynote/plain/CHANGES
        .. _`bugtracker`: http://redmine.sevenbyte.org/projects/pynote
        .. _`email`: stefan@sevenbyte.org
        .. _`support thread`: https://bbs.archlinux.org/viewtopic.php?pid=1362268
        .. _`via pypi`: http://pythonhosted.org//pynote/
        .. _`contributing`: http://cgit.sevenbyte.org/pynote/plain/CONTRIBUTING?h=develop
        .. _AUR: https://aur.archlinux.org/packages/pynote/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Programming Language :: Python :: 3.3
Requires: prettytable
Requires: pygments
