File: control

package info (click to toggle)
pysesame 0.24-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 76 kB
  • ctags: 91
  • sloc: python: 746; makefile: 30
file content (28 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: pysesame
Section: python
Priority: optional
Maintainer: Nacho Barrientos Arias <nacho@debian.org>
Build-Depends: debhelper (>= 5), python-support (>= 0.6)
Standards-Version: 3.7.2

Package: python-sesame
Architecture: all
Depends: ${python:Depends}
Description: Python wrapper for Sesame's REST HTTP API
 Sesame is an open source RDF Schema-based storage and querying 
 facility.
 .
 Now you can easily do the following from your Python script:
 .
  * Log in
  * Log out
  * Request a list of available repositories
  * Evaluate a SeRQL-select, RQL or RDQL query
  * Evaluate a SeRQL-construct query
  * Extract RDF from a repository 
  * Uploading data to a repository
  * Add data from the web to a repository
  * Clear a repository
  * Remove statements
 .
  Homepage: http://pysesame.projects.semwebcentral.org/