
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
Python wrapper for Modo, a documentation generator (DocGen) for the Mojo programming language.
Modo🧯 is a documentation generator (DocGen) for the Mojo🔥 programming language.
It generates Markdown for static site generators (SSGs) from mojo doc JSON output.
This example in the User guide shows a Mojo🔥 package processed with Modo🧯 and rendered with Hugo, to demonstrate Modo🧯's features.
mojo test from code blocks.See the User guide for more information. See the Modo🧯 slides for a feature overview.
Modo🧯 is available on PyPI as pymodo.
Install it with pip:
pip install pymodo
This installs the
modocommand. If the command is not found, try:
python -m pymodo
With Go installed, you can install Modo🧯 like this:
go install github.com/mlange-42/modo@latest
With Go, you can also install the latest development version:
go install github.com/mlange-42/modo@main
Pre-compiled binaries for manual installation are available in the Releases for Linux, Windows and MacOS.
To initialize an existing Mojo🔥 project for Modo🧯 and an SSG like Hugo, run command init once:
modo init hugo
This sets up everything to be able to build Markdown files for the target SSG with command build:
modo build
Finally, serve or build the site with the target SSG (here Hugo):
hugo serve -s docs/site/
See Project setup for details and other supported SSGs.
This project is distributed under the MIT license.
FAQs
Python wrapper for Modo, a documentation generator (DocGen) for the Mojo programming language.
We found that pymodo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.