Metadata-Version: 2.1
Name: laconia
Version: 0.6.0
Summary: Simple API for RDF
Home-page: http://github.com/avengerpenguin/laconia
Author: Ross Fenning
Author-email: ross.fenning@gmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
License-File: LICENCE

Laconia is a Python API for RDF that is designed
to help easily learn and navigate the Semantic Web programmatically.
Unlike other RDF interfaces, which are generally triple-based, Laconia
binds RDF nodes to Python objects and RDF arcs to attributes of those
Python objects.

