Skip to content
/ pynappl Public

Automatically exported from code.google.com/p/pynappl

License

Notifications You must be signed in to change notification settings

iand/pynappl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynappl is a simple client library for the Talis Platform. It draws inspiration from other similar client libraries

* Moriarty - http://code.google.com/p/moriarty/
* Pho - http://rubyforge.org/projects/pho/

== DEPENDENCIES ==

At least the following (there may be more, this is alpha software under constant revision):

* rdflib 3.0 - http://code.google.com/p/rdflib/
* httplib2 - http://code.google.com/p/httplib2/

== GETTING STARTED ==

Install rdflib 3.0 using easy_install:

sudo easy_install -U "rdflib>=3.0.0"

Edit ~/.bashrc and add

export PYTHONPATH=$PYTHONPATH:/<path to pynappl>/src

You can then apply these changes to your current shell session by executing 

source ~/.bashrc

Run the unit tests from the /tests directory:

python all_tests.py

About

Automatically exported from code.google.com/p/pynappl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published