Metadata-Version: 1.0
Name: kando
Version: 0.1.0
Summary: a simple todo list manager
Home-page: http://metanohi.name/projects/kando/
Author: Niels Serup
Author-email: ns@metanohi.name
License: Apache License 2.0
Description: 
        =====
        kando
        =====
        
        kando is a simple todo list manager. It can be used from the command-line, as a
        Python 3 module, and with a text editor.
        
        This is version 0.1.0 of the program.
        
        License
        =======
        
        kando is free software under the terms of the Apache License, version 2.0.
        
        Contact
        =======
        
        The author of kando is Niels Serup. Bug reports and suggestions should be sent
        to ns@metanohi.name for the time being.
        
        
        Installing
        ==========
        
        Way #1
        ------
        Just run this::
        
          # easy_install kando
        
        Way #2
        ------
        Get the newest version of kando at
        http://metanohi.name/projects/kando/ or at
        http://pypi.python.org/pypi/kando
        
        Extract kando from the downloaded file, cd into it and run this in a terminal::
        
          # python setup.py install
        
        Use
        ===
        
        From the command-line
        ---------------------
        
        Run::
        
          kando --help
        
        With Emacs
        ----------
        
        To use kando with Emacs, SAK Mode has been developed. SAK Mode can be
        downloaded at <http://metanohi.name/projects/showandkill/>. A special mode is
        not needed to edit a kando todo list in a text editor, but it makes it easier.
        
        
        Development
        ===========
        
        kando uses Git for code management. The newest code is available at::
        
          $ git clone git://gitorious.org/kando/kando.git
        
        
        This document
        =============
        
        Copyright (C) 2011 Niels Serup
        
        Copying and distribution of this file, with or without modification, are
        permitted in any medium without royalty provided the copyright notice and this
        notice are preserved.  This file is offered as-is, without any warranty.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: DFSG approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.1
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Topic :: Text Editors
