Metadata-Version: 1.1
Name: libigor
Version: 0.6.7
Summary: Collection of general purpose python libraries with focus on web development
Home-page: http://github.com/novopl/igor
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description: ##################
        Table of Contents
        ##################
        
        .. contents:: :local:
            :depth: 2
        
        
        Introduction
        =============
        
        About the project
        ------------------
        
        **igor** is a collection of general purpose python libraries focused on
        web development.
        
        Dependencies
        -------------
        
        - **six**
        - **dateutil**
        
        
        Optional dependencies
        -----------------------
        
        - **docutils** - For reStructuredText support.
        - **django** - For django helpers.
        - **google-appengine-python** - For appengine helpers.
        - **webob, wsgiref** - For WSGI.
        - **jinja2** - For template responses in WSGI.
        - **memcache** - For caching helpers.
        
        
        
        Installation
        -------------
        
        The package can be installed using pip::
        
            $ pip install libigor
        
        
        Documentation
        ==============
        
        
        Modules
        --------
        
        - `jsobj <http://github.com/novopl/igor/blob/master/docs/jsobj.rst>`_
        - `JSON support <http://github.com/novopl/igor/blob/master/docs/json.rst>`_
        - `Function groups <http://github.com/novopl/igor/blob/master/docs/function_groups.rst>`_
        - `Plugin system <http://github.com/novopl/igor/blob/master/docs/plugins.rst>`_
        
        Reference
        ----------
        
        
        No reference documentation available yet (I'm working on this). Please check
        the module documentation for code examples, you should have a pretty good
        understanding how to use the code once you analyze those.
        
Keywords: webdev web framework jsobj serialize utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
