Metadata-Version: 1.0
Name: AnyMetaAPI
Version: 1.27
Summary: Support library for accessing AnyMeta-based websites from Python.
Home-page: http://trac.mediamatic.nl/python-anymeta
Author: Arjan Scherpenisse
Author-email: arjan@mediamatic.nl
License: MIT
Description: AnyMetaAPI
        ==========
        
        Support library for accessing AnyMeta-based websites from
        Python. Currently, this package contains the following modules:
        
         * anymeta.api - AnyMeta API access classes - the core functionality.
         * anymeta.registry - AnyMeta API registry classes - for registering and storing the OAuth credentials necessary to access AnyMeta.
         * anymeta.availability - Application-availability classes for monitoring your app's power, internet, ...
         * anymeta.queue - A failsafe queueing system for applications which are not always online.
         * anymeta.gtk.registry - API registry GUI for connecting to AnyMeta sites.
         * anymeta.gtk.autocomplete - A autocomplete-widget for looking up things.
        
        
        Dependencies
        ============
        
        Although we try to keep the anymeta.api module clean of dependencies
        besides simplejson, oauth and pydataportability.xrds; the other
        packages require extra dependencies to work properly.
        
        The anymeta.gtk.* modules require an install of PyGTK for your
        platform.
        
        anymeta.queue depends on sqlite3, and anymeta.availability requires
        fizzjik, twisted and optionally PyGTK to work properly.
        
        
Keywords: anymeta mediamatic api web2.0 social network oauth
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
