Metadata-Version: 1.0
Name: asilib
Version: 1.0.2
Summary: Aalto Social Interface (ASI) Python interface library
Home-page: http://asibsync.sourceforge.net
Author: Eemeli Kantola
Author-email: eemeli.kantola@iki.fi
License: BSD
Description: Aalto Social Interface (ASI) Python interface library
        
        Usage:
        - Copy docs/asirc.tmpl in your home dir root as .asirc and customize
        - See examples/asilib_sample.py for sample usage
        - Additionally you may want to install asiconsole for interactive debugging
        
        Links:
        - http://cos.sizl.org
        - http://public.futurice.com/~ekan/thesis.pdf
        
        Changelog
        =========
        
        1.0.2 - Released 2009-12-23
        ----------------
        * Packaging improvements for releasing in PyPi
        * Moved restlib to its own egg
        
        1.0.1 - Released 2009-12-17
        ----------------
        * Moved code to SourceForge
        
        1.0.0 - Released 2009-12-10
        ----------------
        * Renamed to asilib
        * Bumped version number to 1.x.
        * Updated sample code and moved it in docs
        * Dropped simplejson dependency as Python pre-2.6 is not going to be supported
        anyway
        * README.txt written
        
        0.9.1 - Released 2009-11-02
        ----------------
        * Defaults to Triple(uri, uri, literal) when the type is not given
        
        0.9 - Released 2009-10-29
        ----------------
        
        * Moved asi/console to its own egg, asiconsole
        * Better support for subparameters "context[subcontext[param]]=..." in
        build_param_string (and therefore do_request)
        
        0.3 - Released 2009-09-22
        ----------------
        
        * Print request duration in debug mode
        * do_request: don't crash when receiving an empty collection
        * Unit test fixes
        * Added docs/asirc.sample, LICENSE.txt and now include docs/* in the package
        with MANIFEST.in
        * Dropped Python 2.5 support
        
        0.2 - Released 2009-09-14
        ----------------
        
        * Fixed setup.py dependencies and added HISTORY.txt.
        * Moved future imports to the beginning of files to make py2.6 happy
        
        0.1 - Released 2009-09-14
        ----------------
        
        * Initial release.
        
Keywords: ASI REST OtaSizzle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet
