{"id":49914508,"url":"https://github.com/guycorbaz/pomone","last_synced_at":"2026-06-09T15:00:32.345Z","repository":{"id":356138314,"uuid":"1231209350","full_name":"guycorbaz/pomone","owner":"guycorbaz","description":"Free management software for crops, from market gardening to agroforestry. Rust rewrite of Qrop.","archived":false,"fork":false,"pushed_at":"2026-06-09T14:16:39.000Z","size":943,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T14:21:36.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guycorbaz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T18:32:50.000Z","updated_at":"2026-06-09T13:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/guycorbaz/pomone","commit_stats":null,"previous_names":["guycorbaz/pomone"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/guycorbaz/pomone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycorbaz%2Fpomone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycorbaz%2Fpomone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycorbaz%2Fpomone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycorbaz%2Fpomone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guycorbaz","download_url":"https://codeload.github.com/guycorbaz/pomone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycorbaz%2Fpomone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34112225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-16T15:08:57.336Z","updated_at":"2026-06-09T15:00:32.336Z","avatar_url":"https://github.com/guycorbaz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pomone\n\nLogiciel libre de gestion de cultures : maraîchage, grandes cultures,\narboriculture et agroforesterie.\n\nPomone est une réécriture en Rust de [Qrop](https://qrop.readthedocs.io/) (C++/Qt),\navec un modèle de données refondu pour prendre en charge dès le départ les\ncultures **annuelles** et **pluriannuelles** : maraîchage diversifié, grandes\ncultures (céréales, pomme de terre, betterave, maïs…), arboriculture fruitière,\npetits fruits et agroforesterie.\n\n- **Site du projet** : \u003chttps://guycorbaz.github.io/pomone\u003e\n- **Documentation technique (PDF)** : [pomone.pdf](https://github.com/guycorbaz/pomone/releases/download/docs-latest/pomone.pdf) — rolling release, recompilée à chaque push sur `main`.\n\n## État du projet\n\n**Phase 10 — Parité fonctionnelle Qrop pour v1.0.0, en cours.**\n\nLe socle est en place et la plupart des fonctionnalités essentielles sont\nlivrées : modèle métier (`pomone-domain`), persistance SQLite ou MariaDB\nderrière un même trait `Repository` (`pomone-db`), services applicatifs\n(`pomone-app`), i18n FR/EN avec Fluent, UI desktop native (Slint).\n\nL'application expose aujourd'hui les écrans **Accueil** (courbe\nd'occupation des planches plein champ / sous abri + Gantt de la saison),\n**Plantations** (liste avec badge de statut + vue Gantt multi-segments\nserre/champ/récolte + formulaire annuel/pluriannuel), **Calendrier**\n(grille mensuelle unifiée : tâches pleines et jalons de culture en\ncontour, glisser-déposer pour replanifier, filtres par catégorie),\n**Tâches** (liste à plat triée par date, badges « En retard » /\n« Aujourd'hui »), **Cultures et variétés**, **Lieux**, **Strates**,\n**Carte** (occupation des lieux dans le temps, déplacement/division),\n**Détail de plantation** (cycle de vie, tâches rattachées, récoltes\nannuelles pour les pluriannuelles) et **Paramètres** (basculement\nSQLite ↔ MariaDB avec migration des données à la volée).\n\nLes **tâches/opérations** sont pleinement intégrées : auto-génération\ndepuis les plantations (semis, repiquage, récolte), séries récurrentes,\net superposition des jalons de culture dans le calendrier. Le packaging\nLinux est livré (`.deb` + AppImage avec manuel PDF embarqué, accessible\ndepuis l'application via la touche `F1`).\n\nVoir la [feuille de route détaillée](https://guycorbaz.github.io/pomone/roadmap) sur le site et le [manuel utilisateur PDF](https://github.com/guycorbaz/pomone/releases/download/docs-latest/manuel.pdf).\n\n## Tech\n\n- **Langage** : Rust (édition 2021, MSRV 1.80)\n- **UI** : [Slint](https://slint.dev/) (natif desktop, pas de WebView)\n- **Données** : [sqlx](https://github.com/launchbadge/sqlx) — SQLite ou MariaDB derrière le même trait `Repository`\n- **i18n** : [Project Fluent](https://projectfluent.org/) (français, anglais)\n- **Manuel** : LaTeX (xelatex + TeX Gyre Heros), PDF embarqué dans l'app\n- **Plateformes** : Linux (`.deb` + AppImage livrés), Windows et macOS prévus post-v1.0.0\n\n## Structure\n\n```\npomone/\n├── crates/\n│   ├── pomone-domain/   # types métier purs, sans I/O\n│   ├── pomone-db/       # trait Repository + impls SQLite/MariaDB\n│   ├── pomone-app/      # services, use cases, état applicatif\n│   ├── pomone-ui/       # binaire desktop (Slint) — `pomone`\n│   └── pomone-cli/      # binaire admin/debug — `pomone-cli`\n├── migrations/\n│   ├── sqlite/          # schéma SQLite (migrations numérotées 0001…)\n│   └── mariadb/         # idem pour MariaDB\n├── doc-latex/           # doc technique LaTeX → pomone.pdf (release docs-latest)\n└── docs/                # site GitHub Pages (Jekyll + Just the Docs)\n    └── manual/          # manuel utilisateur LaTeX → manuel.pdf (embarqué dans l'app)\n```\n\n## Build\n\n```sh\n# Compilation\ncargo build --release\n\n# Tests\ncargo test --workspace\n\n# Lints\ncargo fmt --check\ncargo clippy --workspace --all-targets -- -D warnings\n\n# Couverture (cible ≥ 80 %)\ncargo install cargo-llvm-cov\ncargo llvm-cov --workspace --html\n```\n\n## Packages\n\n```sh\n# Linux : .deb + AppImage (x86_64)\ncargo install cargo-packager --locked\ncargo packager --release -p pomone-ui --formats deb,appimage\n# → target/release/pomone_0.1.0_amd64.deb\n# → target/release/pomone_0.1.0_x86_64.AppImage\n```\n\nLe `.deb` installe le binaire dans `/usr/bin/pomone` avec icônes hicolor et entrée\n`.desktop`. L'AppImage est autonome (lance directement, pas d'installation requise).\nPackaging Windows (`.msi`) et macOS (`.dmg`) à venir.\n\n## Licence\n\nGPL v3 ou ultérieure. Voir [LICENSE](LICENSE).\n\nPomone reprend l'ambition libriste de Qrop, créé par André Hoarau et\n[L'Atelier paysan](https://www.latelierpaysan.org/), qui reste la référence\npour le projet d'origine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguycorbaz%2Fpomone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguycorbaz%2Fpomone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguycorbaz%2Fpomone/lists"}