Metadata-Version: 1.1
Name: skosprovider-sqlalchemy
Version: 0.2.0a2
Summary: A sqlAlchemy implementation of skosprovider.
Home-page: http://github.com/koenedaele/skosprovider_sqlalchemy
Author: Koen Van Daele
Author-email: koen_van_daele@telenet.be
License: MIT
Description: skosprovider_sqlalchemy
        =======================
        
        A SQLAlchemy implementation of the skosprovider_ interface.
        
        .. image:: https://travis-ci.org/koenedaele/skosprovider_sqlalchemy.png?branch=master
                :target: https://travis-ci.org/koenedaele/skosprovider_sqlalchemy
        .. image:: https://badge.fury.io/py/skosprovider_sqlalchemy.png
                :target: http://badge.fury.io/py/skosprovider_sqlalchemy
        
        .. _skosprovider: https://github.com/koenedaele/skosprovider
        
        
        0.2.0 (2014-??-??)
        ------------------
        
        * Compatibility with skosprovider 0.3.0
        * Implement :meth:`skosprovider.providers.VocabularyProvider.get_by_uri`.
        * Implement :meth:`skosprovider.providers.VocabularyProvider.get_top_concepts`.
        * Implement :meth:`skosprovider.providers.VocabularyProvider.get_top_display`
          and :meth:`skosprovider.providers.VocabularyProvider.get_children_display`.
        
        0.1.2 (2013-12-06)
        ------------------
        
        * Pinned dependency on skosprovider < 0.3.0
        * Pass data to :class:`skosprovider.skos.Concept` using keywords in stead of 
          positions.
        
        0.1.1 (2013-11-28)
        ------------------
        
        * Fixed a bug with collection members being passed instead of their ids.
        * Fixed another bug where model ids were used instead of concept ids.
        
        0.1.0
        -----
        
        * Initial version
        * Implementation of a SKOS domain model in SQLAlchemy.
        * Implementation of a :class:`skosprovider.providers.VocabularyProvider` that 
          uses this model.
        * Can query a hierarchy recursively or using nested sets.
        * Utility function to import a :class:`skosprovider.providers.VocabularyProvider`
          in a database.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
