Metadata-Version: 2.3
Name: doc2tei-CERTIC
Version: 0.0.103
Summary: Convert ODT and DOCX files to TEI
License: CECILL-C
Author: Edith Cannet
Author-email: edith.cannet@unicaen.fr
Requires-Python: >=3.9,<4.0
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: argh (>=0.29.4)
Description-Content-Type: text/markdown

# Modification du pipeline

## Pré-requis

- Python >= 3.9
- make
- [Poetry](https://python-poetry.org) 
  - installation au 3 juillet 2024: `curl -sSL https://install.python-poetry.org | python3 -`

## Aide sur les commandes

Un Makefile regroupe les commandes courantes utiles pour le développement.
Les commandes du Makefile peuvent être listées ainsi:

    make help

Soit les commandes suivantes disponibles (via `make <commande>`):

    install      Installation des dépendances
    format       Formatage des sources avec Black
    test         Lancer les tests
    build        Construire le paquet
    publish      Publier le paquet sur pypi.org
    deploy       Déployer le paquet sur metopes.unicaen.fr
    help         Voir l'aide

