A light version of KaMI-lib Python package containing only the transcription metrics module (without Kraken).
Project description
KaMI-lib (Kraken Model Inspector) - Light version
A light version of KaMI-lib containing only the transcription metrics module (without Kraken).
🔌 Installation
User installation
Use pip to install package:
$ pip install kamilib-light
Developer installation
Create a local branch of the kami-lib light project
$ git clone https://github.com/KaMI-tools-project/KaMI-lib-light.git
Create a virtual environment
$ virtualenv -p python3.7 kami_venv
then
$ source kami_venv/bin/activate
Install dependencies with the requirements file
$ pip install -r requirements.txt
Run the tests
$ python -m unittest tests/*.py -v
🔑 Quickstart
Please, follow the documentation of kami-lib and ignore part 2 (with Kraken engine).
Note that instead of importing Kami-lib like this:
from kami.Kami import Kami
Replace by this :
from kami_light.Kami import Kami
❓ Do you have questions, bug report, features request or feedback ?
Please use the issue templates:
if aforementioned cases does not apply, feel free to open an issue.
✒️ How to cite
@misc{Kami-lib-light,
author = "Lucas Terriel (Inria - ALMAnaCH) and Alix Chagué (Inria - ALMAnaCH)",
title = {Kami-lib - Kraken model inspector, a light version},
howpublished = {\url{https://github.com/KaMI-tools-project/KaMI-lib-light}},
year = {2022}
}
🐙 License and contact
Distributed under MIT license. The dependencies used in the project are also distributed under compatible license.
Mail authors and contact: Alix Chagué (alix.chague@inria.fr) and Lucas Terriel (lucas.terriel@inria.fr)
KaMI-lib-light is a part of KaMI-tools-project and maintained by authors (2022) with contributions of ALMAnaCH at Inria Paris.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kamilib-light-0.1.0.tar.gz
.
File metadata
- Download URL: kamilib-light-0.1.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e0e73e9b66c1b183f8003c5752945edbfc7fa4be7999bb56c70880d07c4ff31 |
|
MD5 | 418380a05c6392377b638759c04b02db |
|
BLAKE2b-256 | ae63bda4142e815a8510c6a4173a3e3400b19bab6fbd081ffc1d609206d5d624 |
Provenance
File details
Details for the file kamilib_light-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: kamilib_light-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55743d36ecbe7cd1e1d3ff96cf7a766d680247411cb4a1c187dc67da8f082218 |
|
MD5 | 56c91af236faf3732a1e648311eb4863 |
|
BLAKE2b-256 | cb1950a1605180ea7dbf55aff25c909a1baaca4d039d5b44a0d020dd111082c1 |