{"id":28913753,"url":"https://github.com/thystips/site-statique","last_synced_at":"2025-10-10T21:05:59.760Z","repository":{"id":120465624,"uuid":"167346919","full_name":"thystips/site-statique","owner":"thystips","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-12T08:37:01.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T21:11:31.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/thystips.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-24T10:11:58.000Z","updated_at":"2019-02-12T08:37:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bc511bc-6548-4320-b53e-f94f05a63524","html_url":"https://github.com/thystips/site-statique","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thystips/site-statique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thystips%2Fsite-statique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thystips%2Fsite-statique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thystips%2Fsite-statique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thystips%2Fsite-statique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thystips","download_url":"https://codeload.github.com/thystips/site-statique/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thystips%2Fsite-statique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005332,"owners_count":26083883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":"2025-06-21T21:10:12.236Z","updated_at":"2025-10-10T21:05:59.756Z","avatar_url":"https://github.com/thystips.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convertisseur de fichiers Mardowns en fichiers HTML\n\n## I - Description\n\nCe programme est un convertisseur de fichiers Markdowns en fichiers HTML écrit en python3 pour un projet de cours de première année dans le cadre de mes études à Ynov Informatique.\n\n## II - Prérequis\n\nPour l'utilisation de ce programme il faut :\n\n- Python 3.7 (testé sur Python 3.7.1)\n\n- Les librairie :\n  - Click\n    - pip install click (Windows)\n    - pip3 install click (Linux)\n    - [Lien vers Click](https://pypi.org/project/markdown2/)\n  - Markdown2\n    - pip install markdown2 (Windows)\n    - pip3 install markdown2 (Linux)\n    - [Lien vers Markdown2](https://pypi.org/project/markdown2/)\n\n## III - Fonctionnement\n\nUtilisation du programme\n\n`markdown_file_to_html.py` :\n\nWindows:\n\n```powershell\npython markdown_file_to_html.py --input-file ./dossier/fichier_markdown --output-directory ./dossier_resultat/ --titre votre_titre\n```\n\nLinux:\n\n```bash\npython3.7 markdown_file_to_html.py --input-file ./dossier/fichier_markdown --output-directory ./dossier_resultat/ --titre votre_titre\n```\n\n`markdown_folder_to_html.py` :\n\n```powershell\npython markdown_folder_to_html.py --input-directory ./dossier/fichier_markdown --output-directory ./dossier_resultat/ --titre votre_titre\n```\n\nLinux:\n\n```bash\npython3.7 markdown_folder_to_html.py --input-directory ./dossier/fichier_markdown --output-directory ./dossier_resultat/ --titre votre_titre\n```\n\n## IV - Spécifications\n\nCe dépôt contient quatres programmes python :\n\n- **markdown_file_to_html.py**\n  Permet la conversion d'un fichier markdown vers un fichier html dans le dossier de destination indiqué.\n  Il existe une autre version du fichier `main_test_par_fichier.py` qui est la version de test de la version stable. Cette version peut possiblement contenir des modifications non présente dans la version stable.\n\n- **markdown_folder_to_html.py**\n  Permet la conversion de tous les fichiers markdown contenu dans un dossier vers des fichiers html dans le dossier de destination indiqué.\n  Il existe une autre version du fichier `main_test_par_dossier.py` qui est la version de test de la version stable. Cette version peut possiblement contenir des modifications non présente dans la version stable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthystips%2Fsite-statique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthystips%2Fsite-statique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthystips%2Fsite-statique/lists"}