Metadata-Version: 1.1
Name: skosprovider-sqlalchemy
Version: 0.1.0
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.0
        -----
        
        * Initial version
        * Implementation of a :term:`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
