karanage/client/python/karanage
2023-02-26 20:46:16 +01:00
..
karanage [HOTFIX] missing correct API 2023-02-26 20:46:16 +01:00
.flake8 [DEV] add better support of isort, black and base on injection for connection that permit test 2023-02-06 23:22:27 +01:00
.isort.cfg [DEV] add better support of isort, black and base on injection for connection that permit test 2023-02-06 23:22:27 +01:00
COPYING [DEV] add client interface accessible on pypi.org and basic tools to access on karanage (no token for now) 2023-01-02 00:12:15 +01:00
MANIFEST.in [DEV] add client interface accessible on pypi.org and basic tools to access on karanage (no token for now) 2023-01-02 00:12:15 +01:00
README.md [DEV] some upgrade 2023-01-17 21:41:46 +01:00
setup.cfg [DEV] add client interface accessible on pypi.org and basic tools to access on karanage (no token for now) 2023-01-02 00:12:15 +01:00
setup.py [DEV] add typing of the python client 2023-02-23 18:20:53 +01:00
version.txt [DEV] add typing of the python client 2023-02-23 18:20:53 +01:00

KARANAGE

karanage is a generic interface to communicate with the KARANAGE web service.

Git interface...

git repository

https://gitea.atria-soft.org/kangaroo-and-rabbit/karanage

Installation

Requirements: Python >= 3 and pip

Just run:

pip3 install karanage

development for KARANAGE:

git clone https://gitea.atria-soft.org/kangaroo-and-rabbit/karanage
cd karanage/client/python/karanage
./setup.py develop --user

Documentation

License (MPL v2.0)

Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mozilla.org/en-US/MPL/2.0/

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.