Skip to content

arago/hiro-client-python

Repository files navigation

HIRO Client Python

This is a client library to access data of the HIRO Graph.

To process large batches of data, take a look at hiro-batch-client.

Installation

This project needs at least Python 3.7.

If you need the library without any sources, you can install the compiled package directly from PyPI via:

pip3 install hiro-graph-client

To install the hiro-client from source as a python package, use one of the following:

  • Global installation

    make install

    or

    pip3 install --use-feature=in-tree-build src/

    You need an account with administrative rights to be able to install the package globally.

  • Installation for single user

    make install PIPARGS=--user

    or

    pip3 install --use-feature=in-tree-build --user src/

For more details, take a look at the Makefile

Documentation

Look at README.md in src.

Locally building the API documentation

Install the package and the dependencies for building the documentation and build it:

pip install './src[doc]'
make pythondoc

This will generate HTML documentation in docs/_build/html.


(c) 2024 Almato AI GmbH (https://www.almato.com/)

About

Python client for HIRO 7 Graph API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •