Kurra

Latest version: v1.5.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.1.1

What's Changed
* Command `kurra fuseki upload` now has optional flags for username, password and timeout by edmondchuc in https://github.com/Kurrawong/kurrawong-python/pull/1

New Contributors
* edmondchuc made their first contribution in https://github.com/Kurrawong/kurrawong-python/pull/1

**Full Changelog**: https://github.com/Kurrawong/kurrawong-python/compare/0.1.0...0.1.1

0.1.0

Initial release.

New Features

Add CLI to upload a file or a directory of files to an Apache Jena Fuseki instance.


$ kurra fuseki upload --help
Usage: kurra fuseki upload [OPTIONS] PATH FUSEKI_URL [USERNAME] [PASSWORD]

Upload a file or a directory of files with an RDF file extension.
File extensions: [.nt, .nq, .ttl, .trig, .json, .jsonld, .xml]
Files are uploaded into their own named graph in the format: <urn:file:{file.name}> E.g. <urn:file:example.ttl>

╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * path PATH The path of a file or directory to be uploaded. [default: None] [required] │
│ * fuseki_url TEXT Fuseki dataset URL. E.g. http://localhost:3030/ds [default: None] [required] │
│ username [USERNAME] Fuseki username. [default: None] │
│ password [PASSWORD] Fuseki password. [default: None] │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯


**Full Changelog**: https://github.com/Kurrawong/kurrawong-python/commits/0.1.0

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.