Metadata-Version: 1.1
Name: unicore.content
Version: 1.0.4
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
        ===============
        
        .. image:: https://travis-ci.org/universalcore/unicore.content.svg?branch=develop
            :target: https://travis-ci.org/universalcore/unicore.content
            :alt: Continuous Integration
        
        Generate the models from the Avro_ schema::
        
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install elastic-git
            (ve)$ eg-tools load-schema \
                ./_schemas/unicore.content.models.Page.avsc \
                ./_schemas/unicore.content.models.Category.avsc \
                ./_schemas/unicore.content.models.Localisation.avsc \
                --map-field uuid=elasticgit.models.UUIDField \
                > ./unicore/content/models.py
        
        .. _Avro: http://avro.apache.org/docs/1.7.7/spec.html
        
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
