Releases: Kurrawong/kurrawong-python
Releases · Kurrawong/kurrawong-python
0.4.2
What's Changed
- build: relax dependency constraints by @edmondchuc in #9
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Move kurra fuseki dataset clear command to kurra fuseki clear by @edmondchuc in #8
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Add fuseki dataset clear command by @edmondchuc in #6
- Update README with kurra fuseki dataset clear by @edmondchuc in #7
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- Bump pyproject.toml version to 0.3.2 by @edmondchuc in #5
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
0.2.0
What's Changed
- Add Fuseki dataset list and create commands by @edmondchuc in #2
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Command
kurra fuseki upload
now has optional flags for username, password and timeout by @edmondchuc in #1
New Contributors
- @edmondchuc made their first contribution in #1
Full Changelog: 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