| 1234567891011121314151617181920212223242526272829 |
- ##########
- SpEndPoint
- ##########
- Creates a SPARQL endpoint supporting custom services.
- Default access at `http://127.0.0.1:8000`.
- Currently supports 3 services:
- .. code-block::
- dtf:outlier
- dtf:example
- dtf:conversion
- Installation
- ------------
- ..
- .. code-block:: shell
- pip install spendpoint
- or
- .. code-block:: shell
- pip install --index-url https://pip:glpat-m8mNfhxZAUnWvy7rLS1x@git.rys.one/api/v4/projects/262/packages/pypi/simple --no-deps spendpoint
|