Metadata-Version: 1.0
Name: vumi-wikipedia
Version: 0.1.0
Summary: Vumi Wikipedia App
Home-page: http://github.com/praekelt/vumi-wikipedia
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Vumi Wikipedia App
        ==================
        
        This is a vumi[1] app that provides access to Wikipedia over a combination of
        SMS and USSD.
        
        To install:
        
            virtualenv --no-site-packages ve
            source ./ve/bin/activate
            pip install -r requirements.pip
            pip install -e .
        
        
        NOTE: vumi 0.3.1 (the current stable release) is too old for this app, and the
              dev branch in github has a problem with one of its deps. There are some
              workarounds for this in the requirements.pip file.
        
        [1] http://vumi.org
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
