.gitignore
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
REMERCIEMENTS.md
SECURITY.md
fletchscore.spec
pyproject.toml
run_tests.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/test.yml
branding/fletchscore.ico
branding/logo.png
branding/logo.svg
config/README.md
docs/api-reference.rst
docs/architecture.md
docs/conf.py
docs/index.rst
docs/premier-club.rst
docs/remerciements.md
docs/requirements.txt
docs/roadmap.md
docs/cahier-des-charges/architecture.rst
docs/cahier-des-charges/contexte.rst
docs/cahier-des-charges/index.rst
docs/cahier-des-charges/modele-donnees.rst
docs/cahier-des-charges/perimetre.rst
docs/cahier-des-charges/regles-metier.rst
docs/cahier-des-charges/roadmap.rst
docs/cahier-des-charges/securite.rst
docs/dev-guide/index.rst
docs/guide-utilisateur/depannage.rst
docs/guide-utilisateur/ecrans.rst
docs/guide-utilisateur/index.rst
docs/guide-utilisateur/installation.rst
docs/guide-utilisateur/premiers-pas.rst
exemples/README.md
exemples/clubs.csv
exemples/competiteurs.csv
exemples/competiteurs_avec_erreurs.csv
scripts/demo_v0_1.py
src/fletchscore/__init__.py
src/fletchscore/__main__.py
src/fletchscore/_version.py
src/fletchscore/auth.py
src/fletchscore/certificat_https.py
src/fletchscore/limiteur_debit.py
src/fletchscore/securite.py
src/fletchscore/services.py
src/fletchscore.egg-info/PKG-INFO
src/fletchscore.egg-info/SOURCES.txt
src/fletchscore.egg-info/dependency_links.txt
src/fletchscore.egg-info/entry_points.txt
src/fletchscore.egg-info/requires.txt
src/fletchscore.egg-info/scm_file_list.json
src/fletchscore.egg-info/scm_version.json
src/fletchscore.egg-info/top_level.txt
src/fletchscore/api/__init__.py
src/fletchscore/api/competiteur.py
src/fletchscore/api/organisateur.py
src/fletchscore/gui/__init__.py
src/fletchscore/gui/app.py
src/fletchscore/gui/config.py
src/fletchscore/gui/dialogue_fichier.py
src/fletchscore/gui/ecran_accueil.py
src/fletchscore/gui/ecran_aide.py
src/fletchscore/gui/ecran_classement.py
src/fletchscore/gui/ecran_competiteurs.py
src/fletchscore/gui/ecran_competitions.py
src/fletchscore/gui/ecran_connexions.py
src/fletchscore/gui/ecran_mot_de_passe.py
src/fletchscore/gui/ecran_propositions.py
src/fletchscore/gui/ecran_rattachement.py
src/fletchscore/gui/ecran_saisie.py
src/fletchscore/gui/ecran_securite.py
src/fletchscore/gui/ecran_vue_competiteur.py
src/fletchscore/gui/qr_code.py
src/fletchscore/gui/robustesse.py
src/fletchscore/io/__init__.py
src/fletchscore/io/import_csv.py
src/fletchscore/io/export/__init__.py
src/fletchscore/io/export/csv.py
src/fletchscore/io/export/excel.py
src/fletchscore/io/export/pdf.py
src/fletchscore/models/__init__.py
src/fletchscore/models/bareme.py
src/fletchscore/models/club.py
src/fletchscore/models/competiteur.py
src/fletchscore/models/competition.py
src/fletchscore/models/demande_rattachement.py
src/fletchscore/models/enums.py
src/fletchscore/models/epreuve.py
src/fletchscore/models/epreuve_template.py
src/fletchscore/models/inscription.py
src/fletchscore/models/message.py
src/fletchscore/models/procuration.py
src/fletchscore/models/score.py
src/fletchscore/models/style.py
src/fletchscore/models/token.py
src/fletchscore/referentiels/__init__.py
src/fletchscore/referentiels/styles.py
src/fletchscore/scoring/__init__.py
src/fletchscore/scoring/classement.py
src/fletchscore/storage/__init__.py
src/fletchscore/storage/db.py
src/fletchscore/storage/migrations/.gitkeep
src/fletchscore/web/classement.css
src/fletchscore/web/theme.css
tests/__init__.py
tests/test_api_competiteur.py
tests/test_auth.py
tests/test_certificat_https.py
tests/test_docs_conf.py
tests/test_export_csv.py
tests/test_export_excel.py
tests/test_export_pdf.py
tests/test_gui_config.py
tests/test_gui_robustesse.py
tests/test_import_csv.py
tests/test_limiteur_debit.py
tests/test_models.py
tests/test_qr_code.py
tests/test_referentiels_styles.py
tests/test_scoring_classement.py
tests/test_scoring_classement_global.py
tests/test_securite.py
tests/test_services.py
tests/test_storage.py
tests/test_storage_epreuve_templates.py
tests/test_storage_listes.py
tests/test_storage_ouverture.py
web/assets/club/.gitkeep