Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This project contains the API for communication with the agrirouter. Everything you need for the onboarding process, secure communication and much more.

License

Notifications You must be signed in to change notification settings

ROJ-ITALY/agrirouter-sdk-python

 
 

Repository files navigation

agrirouter-sdk-python

Abstract

agrirouter

The agrirouter is a universal data exchange platform for farmers and agricultural contractors that makes it possible to connect machinery and agricultural software, regardless of vendor or manufacturer. Agrirouter does not save data; it transfers data. As a universal data exchange platform, agrirouter fills a gap on the way to Farming 4.0. Its underlying concept unites cross-vendor and discrimination-free data transfer. You retain full control over your data. Even data exchange with service providers (e.g. agricultural contractors) and other partners is uncomplicated: Data are very rapidly transferred via the online connection, and if you wish, is intelligently connected to other datasets.

The current project you’re looking at

This project contains the SDK for the communication with the agrirouter. Everything you need for the onboard process, secure communication and much more.

Installation

The necessary dependencies are installed via composer. Just run the following command to add the SDK to your project.

To install the SDK run the 'setup.py' script in the main directory (for a global install you will need to run this command with root privileges):

$ cd agrirouter-sdk-python

$ virtualenv venv

…​

$ . venv/bin/activate

$ python setup.py install

For more install options type:

$ python setup.py --help

Requirements

Python 3.6 or above is required.

Running unit tests

$ pytest

External resources

Here are some external resources for the development:

About

This project contains the API for communication with the agrirouter. Everything you need for the onboarding process, secure communication and much more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%