Giter Club home page Giter Club logo

agroservices's Introduction

Documentation Status Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

agroservices

authors:

Institutes: INRAE/CIRAD
Licence:GPL-3
Status: python package
Citation:(DOI)

Description

AgroService is a Python package that provides access to IPM Web Services (at least) and a framework to easily implement Web Services wrappers. This package is intended to be close to the webservice. Therefore the requests will have the same API that each web service. The contract of agroservice is to wrap web services API into Python and to convert inputs and outputs. In the end, this package will provide transparent access to IPM Services in Python . It will allow OpenAlea to query and access data services, DSS catologue and thus execution of DSS models.

Install

Install conda

Follow official website instruction to install miniconda : http://conda.pydata.org/miniconda.html

User

Create a new environment with agroservice installed in there :

conda create -n agroservices -c conda-forge -c openalea3 agroservices
conda activate agroservices

In a existing environment :

conda install -c openalea3 -c conda-forge agroservices

From source

# Install dependency with conda
conda create -n agroservices -c conda-forge python
conda activate agroservices
conda install -c conda-forge appdirs bs4 pygments colorlog requests requests_cache pytest jsf

# Load agroservice and install
git clone https://github.com/openalea/agroservices.git
cd agroservices
python setup.py develop

# (Optional) Test your installation
cd test; pytest

Requirements

  • python >= 3.6
  • appdirs
  • bs4
  • colorlog
  • requests
  • requests_cache
  • pygments
  • jsf

Documentation

You can see the complete documentation with tutorials at: xxx

Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

contributors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.