Metadata-Version: 1.1
Name: skosprovider_sqlalchemy
Version: 0.1.1
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
        
        .. _skosprovider: https://github.com/koenedaele/skosprovider
        
        
        0.1.1 (28-11-2013)
        ------------------
        
        * 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 skosprovider.providers.VocabularyProvider that 
          uses this model.
        * Can query a hierarchy recursively or using nested sets.
        * Utility function to import a 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
