Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.04 KB

File metadata and controls

45 lines (30 loc) · 1.04 KB

HIRO Batch Client Python

This is a client library use which allows uploads of huge batches of data in parallel.

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-batch-client

To install the hiro-batch-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.

(c) 2022 arago GmbH (https://www.arago.co/)