Metadata-Version: 1.1
Name: tahrir
Version: 0.1.0
Summary: A pyramid app for issuing your own Open Badges
Home-page: http://github.com/ralphbean/tahrir
Author: Ralph Bean
Author-email: rbean@redhat.com
License: UNKNOWN
Description: tahrir
        ======
        
        tahrir is `Arabic for Liberation <http://en.wikipedia.org/wiki/Tahrir_Square>`_.
        
        tahrir is also a `Pyramid <http://www.pylonsproject.org/>`_ app for issuing
        your own `Open Badges <https://wiki.mozilla.org/Badges>`_.
        
        It is in pre-alpha.
        
        The name is total overkill.
        
        Getting Started With Development
        --------------------------------
        
        ::
        
            $ sudo yum -y install python-virtualenvwrapper
            $ git clone git://github.com/ralphbean/tahrir.git
            $ cd tahrir
            $ mkvirtualenv tahrir
            (tahrir)$ python setup.py develop
            (tahrir)$ initialize_tahrir_db development.ini
            (tahrir)% pserve --reload development.ini
        
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
