{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Generates realistic fake data (emails, URLs, names, paragraphs) and complex nested documents from templates, using Markov chains trained on sample data for testing and prototyping.","skillfed_tags":["test-data-generation","markov-chains","prototyping"],"use_cases":["Populate test databases with realistic user profiles, posts, or transaction records matching a schema before load testing","Generate mock API responses with complex nested structures for frontend development without a live backend","Create unique but formatted test data (emails, URLs, slugs) with constraints like uniqueness or bounded vocabulary","Seed performance benchmarks with large synthetic datasets that resemble production data patterns","Build fixture generators for unit tests that need varied but realistic input without hardcoding examples"],"what_it_does":"Essential Generators is a lightweight library for creating fake but realistic-looking data suitable for testing databases, APIs, and web interfaces. It provides a DocumentGenerator class that can produce individual values (emails, URLs, phone numbers, sentences, paragraphs) and bulk documents from templates. Templates define document structure by mapping field names to generator types (built-in types like 'email', 'guid', 'url', or custom functions), and the library handles generating matching data at scale.\n\nThe package uses Markov chains to generate text that resembles real language, and supports advanced features like nested documents, unique field constraints, custom generator functions, and word/sentence caching to control vocabulary size and improve performance. It has no external runtime dependencies and installs cleanly, making it suitable for quick prototyping and test data generation workflows.","worth_installing":"Yes, if you need quick test data generation for prototyping or testing. The package is stable, has no dependencies, and the MIT license is unrestrictive. However, it is dormant\u2014no active maintenance since 2020 and no updates for modern Python versions\u2014so avoid it for production systems or if you need ongoing support. For one-off testing scripts or CI fixtures, it remains practical."},"id":"essential-generators","links":{"html":"https://skillfed.io/packages/essential-generators","md":"https://skillfed.io/packages/essential-generators.md","pypi":"https://pypi.org/project/essential-generators/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-12-17","license_spdx":null,"license_treatment":"permissive","name":"essential-generators","python_support":"unspecified","summary":"Generate fake data for application testing based on simple but flexible templates."},"popularity":{"monthly_downloads":161267,"position":10638,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0"}
