Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc