--- id: lorem version: "0.1.1" license: MIT license_treatment: permissive maintenance: abandoned --- # lorem — Generator for random text that looks like Latin. License: permissive · Maintenance: abandoned · Downloads: 318.6K/mo ## What it is and what it does Lorem is a lightweight Python library that generates random placeholder text resembling Latin (lorem ipsum). It provides simple functions to create sentences, paragraphs, and longer text blocks with customizable word separators, sentence length ranges, and word pools. The package has no runtime dependencies and installs quickly. The library is useful for developers who need filler content in templates, mockups, or test data. However, it has been abandoned since 2016 with no updates since version 0.1.1, meaning it will not receive bug fixes, security patches, or compatibility updates for newer Python versions. It remains functional for basic placeholder generation but carries the risk of incompatibility with future Python releases. Use it for: - Generate dummy text for HTML/email templates during development and testing - Create placeholder content for UI mockups and design prototypes - Populate test databases with realistic-looking filler text - Build sample content for documentation examples and tutorials - Fill form fields in automated testing scenarios ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Generates random placeholder text that resembles Latin (lorem ipsum style) for use in templates, mockups, and testing. Yes, if you need simple lorem ipsum generation and can accept an abandoned package. The library has no dependencies, installs easily, and works for basic placeholder text tasks. However, verify compatibility with your Python version before relying on it in production, and consider maintaining a local fork if long-term support becomes necessary. For new projects, evaluate whether a maintained alternative better suits your needs. ## Install pip install lorem uv add lorem poetry add lorem ## Installing lorem Before you install: Low install friction with no runtime dependencies. However, the package is abandoned—last commit was 2021-06-15 and no updates have been released since 0.1.1 in 2016. It remains functional but will not receive bug fixes or maintenance. License in practice: MIT license is permissive and places no restrictions on use, modification, or distribution in commercial or private projects. Quickstart: pip install lorem import lorem s = lorem.sentence() # 'Eius dolorem dolorem labore neque.' p = lorem.paragraph() t = lorem.text() Verify before relying: - Whether the package works correctly with modern Python versions beyond 3.5, given its age and lack of recent testing - Whether generated text quality or randomness meets current standards for placeholder use ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 318.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags lorem ipsum generator, random placeholder text, latin text generator, dummy text for testing, mock content generation, filler text python, lorem ipsum python, placeholder-text, testing-utility [View on SkillFed](https://skillfed.io/packages/lorem) · [View on PyPI](https://pypi.org/project/lorem/)