Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[report]
exclude_lines =
pragma: no cover
omit =
*tests*
show_missing = True

[html]
title = openalea.agroservices coverage report
directory = build/htmlcov

[run]
source = openalea.agroservices
omit =
*__init__*
*test*

23 changes: 23 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"template": "https://github.com/openalea/cookiecutter-openalea",
"commit": "0a5d3e9daaa57fd8f9668ac2d8ae07b741607a93",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "OpenAlea",
"email": "[email protected]",
"github_username": "openalea",
"project_name": "agroservices",
"project_slug": "agroservices",
"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.\"",
"pure_python": true,
"version": "1.0.1",
"_copy_without_render": [
".github/workflows/conda-package-build.yml"
],
"_template": "https://github.com/openalea/cookiecutter-openalea",
"_commit": "0a5d3e9daaa57fd8f9668ac2d8ae07b741607a93"
}
},
"directory": null
}
18 changes: 0 additions & 18 deletions .github/workflows/conda-package-build.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/openalea_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# your_package/.github/workflows/openalea_ci.yml

name: OpenAlea CI

on:
push:
branches:
- main
- master
tags:
- 'v*'
pull_request:
types:
- opened
- synchronize
- reopened
release:
types:
- published

jobs:
build:
uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
144 changes: 61 additions & 83 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,112 +1,90 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

.DS_Store
# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
# Packages
*.egg
*.egg-info
build
eggs
.eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
MANIFEST
.vscode

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
npm-debug.log
pip-selfcheck.json

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.tox
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov
.cache
.pytest_cache
.mypy_cache

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Flask stuff:
instance/
.webassets-cache
# SQLite
test_exp_framework

# Scrapy stuff:
.scrapy
# npm
node_modules/

# Sphinx documentation
doc/build/
doc/source/references/generated
# dolphin
.directory
libpeerconnection.log

# PyBuilder
target/
# setuptools
dist

# Jupyter Notebook
.ipynb_checkpoints
# IDE Files
atlassian-ide-plugin.xml
.idea/
*.swp
*.kate-swp
.ropeproject/

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
# Python3 Venv Files
.venv/
bin/
include/
lib/
lib64
pyvenv.cfg
share/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject
.python-version

# Rope project settings
.ropeproject
# Cython
*.c

# mkdocs documentation
/site
# Emacs backup
*~

# mypy
.mypy_cache/
# VSCode
/.vscode

# Mac
.DS_Store
# Automatically generated files
docs/preconvert
site/
out

# Visual Code
*.code-workspace
# Sphinx
_static
_build
14 changes: 0 additions & 14 deletions .readthedocs.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
environment: conda/environment.yml

sphinx:
# Path to your Sphinx configuration file.
configuration: doc/conf.py
10 changes: 10 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Credits

## Lead Developer

- Marc Labadie, <[email protected]>

## Contributors

- Christian Fournier, <[email protected]>
- Christophe Pradal, <[email protected]>
3 changes: 0 additions & 3 deletions AUTHORS.rst

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing to agroservices

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Please contribute by [reporting issues](https://github.com/openalea/agroservices/issues), [submitting pull requests](https://github.com/openalea/agroservices/pulls), or [providing feedback](https://github.com/openalea/agroservices/issues).
6 changes: 3 additions & 3 deletions LICENSE.txt → LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ These expressions may be used both in singular and plural form.
The purpose of the Agreement is the grant by the Licensor to the
Licensee of a non-exclusive, transferable and worldwide license for the
Software as set forth in Article 5 hereinafter for the whole term of the
protection granted by the rights over said Software.
protection granted by the rights over said Software.


Article 3 - ACCEPTANCE
Expand Down Expand Up @@ -267,7 +267,7 @@ When the Licensee creates Derivative Software, this Derivative Software
may be distributed under a license agreement other than this Agreement,
subject to compliance with the requirement to include a notice
concerning the rights over the Software as defined in Article 6.4.
In the event the creation of the Derivative Software required modification
In the event the creation of the Derivative Software required modification
of the Source Code, the Licensee undertakes that:

1. the resulting Modified Software will be governed by this Agreement,
Expand Down Expand Up @@ -513,4 +513,4 @@ disagreements or disputes shall be referred to the Paris Courts having
jurisdiction, by the more diligent Party.


Version 1.0 dated 2006-09-05.
Version 1.0 dated 2006-09-05.
Loading
Loading