Skip to content

npilon/pymantic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pymantic

Semantic Web and RDF library for Python

Quick Start

>>> import pymantic
>>> resource = Resource.in_graph(graph, 'http://example.com/resource')

Requirements

Pymantic requires Python 2.5 or higher. rdflib is currently used to provide RDF primitives, only rdflib 3.x versions are supported. httplib2 is used for HTTP requests and the SPARQL client. lxml is required by the SPARQL client as well.

Install

$ python setup.py install

This will install Pymantic and all its dependencies.

Documentation

Generating a local copy of the documentation requires Sphinx:

$ easy_install Sphinx

About

Semantic Web and RDF library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages