Skip to main content

A kernel for trace-based systems

Project description

This project is actually made of two subprojects:

rdfrest:

A framework for RDF-based REST-ful services

kTBS:

A kernel for trace-based systems (python implementation)

Dependencies

  • rdflib 3.x (Warning: the appropriate 3.x version may not be available as a standard package in some linux distributions, see below for instructions on how to install it in this case.)

  • rdfextras

  • httplib2

  • webob (>=1.2, server part only)

To build the documentation

  • sphinx (for building the documentation)

For developpers

Install

If you are using virtualenv, an easy way to get up and running is to run:

$ virtualenv --no-site-packages ktbsenv
$ cd ktbsenv
$ source bin/activate
$ pip install -r requirements.txt
$ git clone git://github.com/ktbs/ktbs.git
$ cd ktbs/
$ python setup.py install

Note:

If you want to run the test suite, you must uncomment the "developper's part" in requirements.txt

To run the test suite:

$ make unit-tests

Licence

LGPL v3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kTBS-0.1.tar.gz (99.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page