A Python library and tools for the DaSCH Service Platform
Project description
DSP-TOOLS - The DaSCH Service Platform Tools Repository
dsp-tools is a python package containing a command line tool for data model (ontology) creation, a library allowing creation of single resources and mass upload using the bulk import of data into the Knora framework.
The package consists of:
dsplib
Python modules for accessing Knora using the API (ontology creation, data import/export etc.)dsp-tools
A command line program to create an ontology out of a simple JSON descriptionknora-reset-triplestore
A command line program to reset the content of the ontology. Does not require a restart of the Knora-Stack.
Go to Full Documentation
Install
To install the latest published version from PyPI, run:
$ pip3 install knora
To upgrade to the latest published version, run:
$ pip3 install --upgrade knora
Local Development Environment
- Python3
- Bazel
Please consult the https://docs.dasch.swiss/developers documentation on how to install these prerequisites.
Makefile for repository management tasks
The project contains a Makefile defining management tasks. Please use
make help
to see what is available.
To install from source, i.e., this repository, run:
$ make install
Testing
$ make test
Publishing to PyPi
Generate distribution package. Make sure you have the latest versions of setuptools
and wheel
installed:
$ make upgrade-dist-tools
$ make dist
You can install the package locally from the dist:
$ python3 -m pip ./dist/some_name.whl
Upload package with twine
,
first create ~/.pypirc
in your home folder:
[distutils]
index-servers=pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username =your_username_on_pypi
then upload:
$ make upload
For local development:
$ python3 setup.py --editable .
Requirements
To install the requirements:
$ pip3 install -r requirements.txt
To generate a "requirements" file (usually requirements.txt), that you commit with your project, do:
$ pip3 freeze > requirements.txt
Running tests with Bazel
Run all tests:
$ bazel test //...
Run single test:
$ bazel test //test:test_user
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dsp_tools-0.9.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 906f27bfbc6ad484150eea7c6e1966c510db5eb792c543d3072e1566464f55aa |
|
MD5 | 8815aad2ce6a62c6dcf27cb45ae29682 |
|
BLAKE2b-256 | b8b9306efafa94a32d3865867cacd5d550c6e136836914a3fa0e75c85b935b70 |