<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://habby.wiki.inrae.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://habby.wiki.inrae.fr/feed.php">
        <title>HABBY - fr:develop:collaboration:dev</title>
        <description></description>
        <link>https://habby.wiki.inrae.fr/</link>
        <image rdf:resource="https://habby.wiki.inrae.fr/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-16T05:35:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:astuces&amp;rev=1632838703&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:environnement_python&amp;rev=1717181854&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:executable&amp;rev=1634721821&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:git&amp;rev=1637160828&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:preambule&amp;rev=1619527781&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:structure&amp;rev=1619527811&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:translation&amp;rev=1632838657&amp;do=diff"/>
                <rdf:li rdf:resource="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:version_modification&amp;rev=1635436823&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://habby.wiki.inrae.fr/lib/exe/fetch.php?media=wiki:logo.png">
        <title>HABBY</title>
        <link>https://habby.wiki.inrae.fr/</link>
        <url>https://habby.wiki.inrae.fr/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:astuces&amp;rev=1632838703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-28T14:18:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>astuces</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:astuces&amp;rev=1632838703&amp;do=diff</link>
        <description>Astuces

Réactivation des &#039;print&#039;

Dans certaines fonctions lancées en multiprocessing la fonction &#039;print&#039; est modifiée pour renvoyer les warnings et erreurs au processus principale. 

Pour la remettre par défaut cette fonction &#039;print&#039; lors d&#039;un débogage par exemple, utilisez le code suivant :</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:environnement_python&amp;rev=1717181854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-31T18:57:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>environnement_python</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:environnement_python&amp;rev=1717181854&amp;do=diff</link>
        <description>Création d&#039;un environnement Python

Dépendances

Le projet Python HABBY est hébergé sur Github accessible au lien suivant : &lt;https://github.com/YannIrstea/habby&gt;. 

	*  Python &gt;= 3
	*  Git

Aide à la création de l&#039;environnement Python pour Windows

	*  Installer les dépendances.</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:executable&amp;rev=1634721821&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-20T09:23:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>executable</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:executable&amp;rev=1634721821&amp;do=diff</link>
        <description>Création d&#039;un executable HABBY

Windows

Pre-requis

	*  Librairie pyinstaller installée dans l&#039;environnement Python
	*  Installer Inno Script Studio à partir de ce lien &lt;https://www.kymoto.org/products/inno-script-studio/downloads&gt;
	*  Installer Inno Setup à partir de ce lien &lt;https://jrsoftware.org/isdl.php&gt;

Step-by-step
pyinstaller tips/executables/habby.spec --distpath=build/pyinstaller --workpath=build/pyinstaller/temp
robocopy biology build/pyinstaller/habby/biology /E &gt; nul
robocopy doc …</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:git&amp;rev=1637160828&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-11-17T14:53:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:git&amp;rev=1637160828&amp;do=diff</link>
        <description>Utilisation de GIT

	*  Configuration nom ou ID Github :
git config --global user.name &quot;John Doe&quot;
	*  Configuration adresse mail ou adresse mail du compte Github :
git config --global user.email johndoe@example.com
	*  Clonage du projet Github en local :</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:preambule&amp;rev=1619527781&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-27T12:49:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>preambule</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:preambule&amp;rev=1619527781&amp;do=diff</link>
        <description>Préambule

Vous pouvez soumettre des demandes de modifications du code Python sur le projet HABBY &lt;https://github.com/YannIrstea/habby&gt;:

	*  Si vous souhaitez de nouvelles fonctionnalités.
	*  Si vous avez trouvé un bug et l’avez corrigé vous-même.</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:structure&amp;rev=1619527811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-27T12:50:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>structure</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:structure&amp;rev=1619527811&amp;do=diff</link>
        <description>Structure du projet Python

Préambule

Le projet Python HABBY contient les fichiers suivants :

FIXME</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:translation&amp;rev=1632838657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-28T14:17:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>translation</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:translation&amp;rev=1632838657&amp;do=diff</link>
        <description>Traduction du logiciel

Prés-requis

	*  Linguist.exe : (&lt;https://github.com/thurask/Qt-Linguist/releases&gt;)
	*  environnement Python HABBY avec PyQt5

Utilisation dans le code

Traduire des champs dans des classes Qt
self.tr(‘string to translate’)
Traduire des champs en dehors des classes Qt</description>
    </item>
    <item rdf:about="https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:version_modification&amp;rev=1635436823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-28T16:00:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>version_modification</title>
        <link>https://habby.wiki.inrae.fr/doku.php?id=fr:develop:collaboration:dev:version_modification&amp;rev=1635436823&amp;do=diff</link>
        <description>Changer et publier la nouvelle version d&#039;HABBY

Numérotation et fonctionnement

La numérotation de la version du logiciel est de type versionnage sémantique X.Y.Z (ex: HABBY v1.1.1)

	*  X : Changements non rétrocompatibles. Obligatoire de re-création des anciens projets HABBY.</description>
    </item>
</rdf:RDF>
