Mocodo

Latest version: v4.2.13

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

4.2.12

**Full Changelog**: https://github.com/laowantong/mocodo/compare/4.2.11...4.2.12

4.2.11

- Fix 118.
- Les soulignements en Markdown sont obtenus par `<u>` au lieu de `<ins>`.

4.2.10

**Full Changelog**: https://github.com/laowantong/mocodo/compare/4.2.9...4.2.10

4.2.9

What's Changed
* Fix RCE vulnerabilities CVE-2024-3537_3-4 by laowantong in https://github.com/laowantong/mocodo/pull/113
* fix a regression of 62b5998 for multiple args by laowantong in https://github.com/laowantong/mocodo/pull/114


**Full Changelog**: https://github.com/laowantong/mocodo/compare/4.2.3...4.2.9

4.2.3

Not secure
**Full Changelog**: https://github.com/laowantong/mocodo/compare/4.2...4.2.3

4.2

- Mocodo est maintenant disponible sous [Basthon](https://basthon.fr), un environnement Jupyter Notebook utilisable sans installation. Basthon ne prend pas encore en charge les commandes magiques (`%%mocodo`), mais Mocodo ajoute une fonction `mocodo()` permettant de les simuler :

from mocodo.magic import mocodo

mocodo("--colors ocean", """
Client: Réf. client [VARCHAR(8)], Nom [VARCHAR(255)], Prénom [VARCHAR(255)], Adresse [VARCHAR(255)]
Passer, 0N Client, 11 Commande
Commande: Num. commande [VARCHAR(8)], Date [DATE], Montant [DECIMAL(10,2)]
Inclure, 1N Commande, 0N Produit: Quantité [INTEGER]
Produit: Réf. produit [VARCHAR(8)], Libellé [VARCHAR(50)], Prix unitaire [DECIMAL(10,2)]
""")

- Si vous utilisez Mocodo dans un autre programme, un _wrapper_ est maintenant offert qui évite de passer par `subprocess` ou autre :
from mocodo import mocodo
- Ajout de modifications oubliées lors de la dernière release (amélioration de la sortie LaTeX).

What's Changed
* Support integration in Basthon by laowantong in https://github.com/laowantong/mocodo/pull/108

**Full Changelog**: https://github.com/laowantong/mocodo/compare/4.1.2...4.2

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.