# Description
Transformer de l'utf8 en HTML et de l'HTML en Markdown principalement.
Utile pour plusieurs projets, donc création d'un repo séparé, qui sera ensuite appelé en tant que sous-module.
# Installation
Module bs4 à installer :
```
$ python -m venv env_module
$ source env_module/bin/activate
$ pip3 install -r requirements.txt
```
# Utilisation
## Via pip
```
$ pip install dktoparserhtml
```
## Comme submodule
```
$ cd /path/superprojet
$ mkdir -p scripts/external && cd scripts/external
$ git submodule add git@framagit.org:discord-catho/parserhtml.git
$ git submodule update --recursive --init
$ git submodule update --recursive --remote
```
# Documentation
## Version en ligne :
http://discord-catho.frama.io/parserhtml
## Installation locale
* Il faut les librairies Python :`sphinx`, `sphinx-rtd-theme` et `myst-parser`
* Compris dans le fichier requirements.txt (voir la section Installation)
# Liens :
* git : https://framagit.org/discord-catho/parserhtml
* Pypi : https://pypi.org/project/dktoparserhtml
# Licence
GNU AGPL 3
Raw data
{
"_id": null,
"home_page": "https://discord-catho.frama.io/parserhtml/",
"name": "dktoparserhtml",
"maintainer": "",
"docs_url": null,
"requires_python": "<4,>=3.9",
"maintainer_email": "",
"keywords": "parser,html,utf8,markdown",
"author": "Pierre",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/a4/d8/d7c699e24bde1365b41b0058d8bdb4da9c08ed65974bd35b0e1b0760c0ac/dktoparserhtml-1.0.1.tar.gz",
"platform": null,
"description": "# Description\nTransformer de l'utf8 en HTML et de l'HTML en Markdown principalement.\nUtile pour plusieurs projets, donc cr\u00e9ation d'un repo s\u00e9par\u00e9, qui sera ensuite appel\u00e9 en tant que sous-module.\n\n# Installation\nModule bs4 \u00e0 installer :\n```\n$ python -m venv env_module\n$ source env_module/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n# Utilisation\n## Via pip\n```\n$ pip install dktoparserhtml\n```\n\n## Comme submodule\n```\n$ cd /path/superprojet\n$ mkdir -p scripts/external && cd scripts/external\n$ git submodule add git@framagit.org:discord-catho/parserhtml.git\n$ git submodule update --recursive --init\n$ git submodule update --recursive --remote\n\n```\n\n# Documentation\n## Version en ligne :\nhttp://discord-catho.frama.io/parserhtml\n\n## Installation locale\n* Il faut les librairies Python :`sphinx`, `sphinx-rtd-theme` et `myst-parser`\n* Compris dans le fichier requirements.txt (voir la section Installation)\n\n\n# Liens :\n* git : https://framagit.org/discord-catho/parserhtml\n* Pypi : https://pypi.org/project/dktoparserhtml\n\n# Licence\nGNU AGPL 3",
"bugtrack_url": null,
"license": "",
"summary": "Parser UTF8/HTML <-> pure HTML -> UTF8/Markdown",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://discord-catho.frama.io/parserhtml/",
"Source Code": "https://framagit.org/discord-catho/parserhtml"
},
"split_keywords": [
"parser",
"html",
"utf8",
"markdown"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a4d8d7c699e24bde1365b41b0058d8bdb4da9c08ed65974bd35b0e1b0760c0ac",
"md5": "08669100261a039272e6e68c14e3c51b",
"sha256": "8e216dc93255ec044e22f6f18f7d9f008bc487ffff752e154faa73c89f0980f0"
},
"downloads": -1,
"filename": "dktoparserhtml-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "08669100261a039272e6e68c14e3c51b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 6774,
"upload_time": "2023-05-30T21:18:33",
"upload_time_iso_8601": "2023-05-30T21:18:33.416317Z",
"url": "https://files.pythonhosted.org/packages/a4/d8/d7c699e24bde1365b41b0058d8bdb4da9c08ed65974bd35b0e1b0760c0ac/dktoparserhtml-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-30 21:18:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "dktoparserhtml"
}