karanage/client/python/karanage-tools
2023-01-28 00:19:40 +01:00
..
bin [DEV] upgrade client and back to add basic api for logs 2023-01-13 00:36:47 +01:00
karanage-tools [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
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] 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.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] updave python version dependency 2023-01-28 00:19:40 +01:00
version.txt [DEV] updave python version dependency 2023-01-28 00:19:40 +01:00

KARANAGE-tools

karanage-tools is thez generic tools to interact with the server REST

Git interface...

git repository

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

Installation

Requirements: Python >= 3 and pip

Just run:

pip3 install karanage-tools

developpement for karanage-tools:

git clone https://gitea.atria-soft.org/kangaroo-and-rabbit/karanage
cd karanage/client/python/karanage-tools
./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.