Skip to content

openalea/agroservices

Repository files navigation

agroservices


Docs Build Status License Anaconda-Server Badge


Read Latest Documentation - Browse GitHub Code Repository


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."

Install

Install conda

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

User

Create a new environment with agroservices installed in there :

mamba create -n agroservices -c conda-forge -c openalea3 openalea.agroservices
mamba activate agroservices

In an existing environment :

mamba install -c openalea3 -c conda-forge openalea.agroservices

From source

# Install dependency with conda
mamba create -n agroservices -f conda/environment.yml
mamba activate agroservices

# Clone agroservice and install
git clone https://github.com/openalea/agroservices.git
cd agroservices
pip install -e .

# (Optional) Test your installation
cd test
pytest -v

Requirements

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

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

Thanks to all that ontribute making this package what it is !

About

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.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages