https://github.com/actinia-org/actinia-rest-lib

Library for common REST functionality

https://github.com/actinia-org/actinia-rest-lib

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Library for common REST functionality

Basic Info
  • Host: GitHub
  • Owner: actinia-org
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 110 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

actinia-rest-lib

This is the rest library for actinia-core.

It is a requirement of actinia-core and some actinia plugins and not meant to be used standalone.

DEV setup

For a DEV setup integrated with other actinia components, see here.

Running tests

You can run the tests in the actinia test docker:

```bash docker build -f docker/actinia-rest-lib-test/Dockerfile -t actinia-rest-lib-test . docker run -it actinia-rest-lib-test -i

cd /src/actinia-rest-lib/

run all tests

make test

run only unittests

make unittest

run only tests which are marked for development with the decorator '@pytest.mark.dev'

make devtest ```

Owner

  • Name: actinia
  • Login: actinia-org
  • Kind: organization

The geoprocessing platform actinia analyses large volumes of Earth-observation and geodata in the cloud. Repo overview at https://actinia-org.github.io/

GitHub Events

Total
  • Create event: 5
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 7
  • Pull request review event: 2
  • Pull request review comment event: 17
  • Pull request event: 5
Last Year
  • Create event: 5
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 7
  • Pull request review event: 2
  • Pull request review comment event: 17
  • Pull request event: 5

Dependencies

.github/workflows/linting.yml actions
.github/workflows/post-pr-reviews.yml actions
.github/workflows/python-publish.yml actions
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/setup-buildx-action v3 composite
docker/Dockerfile docker
  • mundialis/actinia latest build
docker/actinia-rest-lib-test/Dockerfile docker
  • mundialis/actinia latest build
docker/docker-compose.yml docker
  • valkey/valkey 8.1-alpine
pyproject.toml pypi
  • colorlog >=4.2.1
  • xmltodict *
requirements.txt pypi
setup.py pypi