🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dktoparserhtml

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dktoparserhtml

Parser UTF8/HTML <-> pure HTML -> UTF8/Markdown

1.0.1
PyPI
Maintainers
1

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 :

Licence

GNU AGPL 3

Keywords

parser

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts