Metadata-Version: 1.0
Name: hocapontas
Version: 0.0.1
Summary: A simple life-assistant API
Home-page: http://pypi.python.org/pypi/hocapontas/
Author: Rasmus Sjostrom
Author-email: ras.sjostrom@hotmail.com
License: GNU GPLv3
Description: hocapontas
        ==========
        
        .. image:: https://readthedocs.org/projects/hocapontas/badge/?version=latest
        :target: http://hocapontas.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status
              
        hocapontas is a small library built to provide an easy to use API when
        developing 'life-assisting' applications in Python. Example areas where
        hocapontas might be useful is when developing a CLI application for
        managing your budget or a slackbot for planning and reminding your of
        coming events. Just simple things, but simpler.
        
        
        An Early Stage
        ~~~~~~~~~~~~~~
        
        As of this early stage in development, hocapontas doesn't look like
        much. It currently features a small task scheduler where task items
        are made up of dictionaries to be easily passed on and manipulated in
        which ever environment one desires.
        
        For storing data persistantly, a plain text file is used and contains
        just the task items, no users or other metadata exists yet. Future
        versions will include adapter APIs for communication between proper
        databases.
        
        
        TODO
        ~~~~
        
        * Database Adapter
          
          - Support for MongoDB  
          - Support for multiple users
            
        * Reminder Module (upcoming events, nag about incomplete tasks, etc.)
        * Budget Planning Module
        
          
        License
        ~~~~~~~~
        `GNU GPLv3 <LICENSE.txt>`_
        
Platform: UNKNOWN
