Support library for accessing AnyMeta-based websites from Python.
Project 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.