Skip to content

Kurrawong/kurrawong-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurrawong Python Library

A Python library of common code and CLI apps shared across Kurrawong projects and infrastructure.

CLI Features

kurra format

Format Turtle files using RDFLib's longturtle format.

kurra fuseki

A set of commands to interface with a Fuseki server.

kurra fuseki dataset list

Get a list of Fuseki datasets.

kurra fuseki dataset create

Create a new Fuseki dataset.

kurra fuseki upload

Upload a file or a directory of files with an RDF file extension.

kurra fuseki clear

Clear a named graph or clear all graphs.

Installation

View the releases page and install using the source code (zip) link.

pip install https://github.com/Kurrawong/kurrawong-python/archive/refs/tags/0.1.0.zip

Development

Install the Poetry project and its dependencies.

task install

Format code.

task code

License

BSD-3-Clause license. See LICENSE.