skillfed

neoteroi-mkdocs

Plugins for MkDocs and Python Markdown

neoteroi-mkdocs v1.2.0 143.7K downloads/30d#11,169 on PyPI175
Permissive license AGING released

What it is and what it does

neoteroi-mkdocs is a bundle of six MkDocs plugins and Markdown extensions designed to enhance documentation sites with richer visual components and automated API documentation. The core offering is mkdocsoad, which generates full API documentation directly from OpenAPI specification files, eliminating manual API docs maintenance. The package also includes four visual component extensions—cards, timeline, gantt, and spantable—that let you render styled, interactive elements in Markdown without writing HTML, plus a contribs plugin that tracks file contributors and last-commit metadata.

The package depends on click, essentials-openapi, httpx, jinja2, mkdocs, and rich, making it a fairly self-contained addition to an existing MkDocs setup. It targets modern Python versions (3.9 through 3.14) and is classified as production-stable. The aging maintenance status (264 days since last commit) suggests the core functionality is mature but not actively developed; the repository remains public and receives occasional updates.

Use it for:

  • Auto-generate API documentation from OpenAPI/Swagger specs without manual page creation.
  • Build styled project timelines or Gantt charts directly in Markdown for roadmap or schedule documentation.
  • Create card-based layouts for feature highlights, team members, or service listings in your docs site.
  • Use tables with colspan and rowspan support for complex data layouts that standard Markdown cannot express.
  • Track and display file contributors and last-commit timestamps on documentation pages for transparency.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a collection of MkDocs plugins and Markdown extensions for generating API documentation from OpenAPI specs and rendering styled components like cards, timelines, Gantt diagrams, and enhanced tables.

Yes, if you use MkDocs and need OpenAPI documentation generation or styled visual components. The low install friction, permissive license, and production-stable status make it a safe addition. The aging maintenance is not a blocker—the plugins appear feature-complete—but verify that the specific plugins you need match your MkDocs version and theme before committing to a large documentation migration.

Install

neoteroi-mkdocs on PyPI

pip

pip install neoteroi-mkdocs

uv

uv add neoteroi-mkdocs

poetry

poetry add neoteroi-mkdocs

Installing neoteroi-mkdocs

Before you install

Low install friction with a pure-Python wheel distribution. Maintenance status is aging—last commit was 264 days ago—but the repository remains active and not archived, with 175 stars indicating modest adoption.

License in practice

Licensed under MIT (permissive), so you can use, modify, and distribute this package freely with minimal restrictions.

Quickstart

pip install neoteroi-mkdocs

# In mkdocs.yml, enable a plugin:
plugins:
  - mkdocsoad
  - cards

# Then use in Markdown:
# [OpenAPI spec or card syntax in your .md files]

Requires Python >=3.9 and an existing MkDocs project to integrate plugins into.

Verify before relying

  • Whether all six plugins (mkdocsoad, cards, timeline, gantt, spantable, contribs) are equally mature or if some are experimental.
  • Performance impact of rendering complex Gantt diagrams or large OpenAPI specs on build time.
  • Compatibility with specific MkDocs themes or whether plugins work universally.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 6 — click, essentials-openapi, httpx, jinja2, mkdocs, rich
Maintenance aging — 264 days since the last release
Last repo commit
First released
Downloads 143,716/month — #11,169 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: neoteroi_mkdocs-1.2.0-py3-none-any.whl

Keywords: Markdown, MkDocs, OpenAPI, Swagger, documentation, extensions, plugins

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

mkdocs openapi documentation pluginmarkdown cards timeline ganttapi documentation generator mkdocsmkdocs extensions styled componentsopenapi spec to docsmkdocs plugin collectionmarkdown table colspan rowspan
mkdocs-pluginopenapi-docsmarkdown-extension

More Documentation packages

docutils

Docutils converts plaintext documentation in…

unclear · top 1,000 on PyPI

Sphinx

Sphinx generates professional documentation…

permissive · top 1,000 on PyPI

griffe

Griffe extracts the complete structure and…

permissive · top 1,000 on PyPI

sphinxcontrib-serializinghtml

A Sphinx extension that outputs documentation…

permissive · top 1,000 on PyPI

alabaster

Alabaster is a clean, responsive Sphinx theme…

permissive · top 1,000 on PyPI

sphinxcontrib-htmlhelp

A Sphinx extension that generates HTML help…

permissive · top 1,000 on PyPI

mkdocs-render-swagger-plugin

Renders Swagger and OpenAPI schemas as…

permissive · top 15,000 on PyPI

essentials-openapi

Generates OpenAPI v2 and v3 documentation in…

permissive · top 15,000 on PyPI

mkdocs

MkDocs generates static HTML documentation…

permissive · top 5,000 on PyPI

mkdocs-swagger-ui-tag

A MkDocs plugin that embeds Swagger UI directly…

permissive · top 15,000 on PyPI

mkdocs-drawio

A MkDocs plugin that embeds interactive Drawio…

permissive · top 15,000 on PyPI

mkdocs-kroki-plugin

A MkDocs plugin that converts Kroki diagram…

permissive · top 15,000 on PyPI

mkdocs-gen-files

MkDocs plugin that generates documentation…

permissive · top 5,000 on PyPI

mkdocs-mermaid2-plugin

A MkDocs plugin that renders Mermaid diagram…

permissive · top 5,000 on PyPI

mkdocs-simple-hooks

A MkDocs plugin that lets you define custom…

permissive · top 15,000 on PyPI

mkdocs-include-markdown-plugin

A MkDocs plugin that includes content from…

permissive · top 15,000 on PyPI