Skip to main content

A light version of KaMI-lib Python package containing only the transcription metrics module (without Kraken).

Project description

Python Version Version License

KaMI-lib (Kraken Model Inspector) - Light version

Logo

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

  1. Create a local branch of the kami-lib light project

$ git clone https://github.com/KaMI-tools-project/KaMI-lib-light.git
  1. Create a virtual environment

$ virtualenv -p python3.7 kami_venv

then

$ source kami_venv/bin/activate
  1. Install dependencies with the requirements file

$ pip install -r requirements.txt
  1. 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:

  • 🐞 Bug report: here

  • 🎆 Features request: here

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.

forthebadge made-with-python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kamilib-light-0.1.1.tar.gz (18.7 kB view hashes)

Uploaded Source

Built Distribution

kamilib_light-0.1.1-py3-none-any.whl (19.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page