Metadata-Version: 1.1
Name: unicore.content
Version: 1.0.0
Summary: Content models for Universal Core
Home-page: http://github.com/universalcore/unicore.content
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: unicore.content
        ===============
        
        Generate the models from the Avro_ schema::
        
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install elastic-git
            (ve)$ eg-tools load-schema \
                ./unicore/Page.avro.json \
                ./unicore/Category.avro.json \
                ./unicore/Localisation.avro.json \
                --map-field uuid=elasticgit.models.UUIDField \
                > ./unicore/content/models.py
        
Keywords: elastic-git,universal,core
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
