{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/10"}],"enrichment":{"capability":"Converts Textile markup (a human-friendly text format) into HTML, handling formatting, lists, links, and other common web text structures.","skillfed_tags":["markup-language","html-generation","text-processing"],"use_cases":["Convert user-submitted blog posts or comments from Textile markup to HTML in a web application.","Process documentation or README files written in Textile format into HTML for publishing.","Build a content management system that accepts human-friendly text input and renders it as safe HTML.","Transform plain-text notes with simple formatting into structured HTML for display or export.","Sanitize and convert user-generated markup in forums or discussion boards."],"what_it_does":"textile is a Python implementation of Textile, a lightweight markup language designed to be readable in plain text while converting cleanly to HTML. It processes text with simple syntax rules\u2014underscores for emphasis, asterisks for strong, quoted text with colons for links, and dash-prefixed lines for lists\u2014and outputs valid HTML. The package depends on nh3 for HTML sanitization and regex for pattern matching, making it suitable for any workflow that needs to accept user-friendly text input and produce safe HTML output.\n\nThe library is stable and actively maintained, with support for Python 3.8 through 3.14. It carries no known security vulnerabilities and installs with minimal friction. The optional Pillow dependency can be added if image size checking is needed, but the core functionality requires only the two base runtime dependencies.","worth_installing":"Yes. textile is a stable, actively maintained library with no known vulnerabilities, low install friction, and a permissive license. It solves a specific, well-defined problem\u2014converting Textile markup to HTML\u2014with minimal dependencies. Install it if you need to accept or process Textile-formatted text in your application."},"id":"textile","links":{"html":"https://skillfed.io/packages/textile","md":"https://skillfed.io/packages/textile.md","pypi":"https://pypi.org/project/textile/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-10","license_spdx":null,"license_treatment":"permissive","name":"textile","python_support":"supports_current","summary":"Textile processing for python."},"popularity":{"monthly_downloads":607988,"position":5784,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0.4"}
