naverhe826-boop

A Python data generation framework based on the strategy pattern for generating structured test data in bulk from JSON Schema and OpenAPI documents.

11
0
100% credibility
Found Mar 23, 2026 at 11 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

A tool for creating realistic test data from data blueprints or API descriptions to help developers test their applications safely.

How It Works

1
🔍 Need test examples?

You want realistic fake data like customer names, orders, or emails to try out your app without real info.

2
📥 Get the tool

Download and set it up on your computer with one easy command, like adding a helpful friend.

3
📋 Draw your data shape

Sketch a simple outline of what your data looks like, like a form with fields for name, age, and address.

4
🎨 Pick data styles

Choose fun ways to fill it: real-sounding names, random numbers, or lists of choices like 'active' or 'pending'.

5
Make the magic data

Click to create batches of perfect test examples, ready for your app in seconds.

6
🧪 Test your app

Plug the fake data into your website or program to see how it handles everything.

Tests work great!

Your app handles all cases smoothly, catching bugs early with safe, varied examples.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 11 to 11 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is dbsdk?

dbsdk is a Python library that generates bulk structured test data from JSON Schema or OpenAPI specs, saving devs from hand-crafting payloads for API tests or python data science pipelines. Feed it a schema, tweak strategies like faker names, IP ranges, or sequences, and get realistic datasets—think emails, bank cards, or datetime ranges—in lists or singles. It handles python dataclass to json output naturally via schema-driven builds, with OpenAPI mode spitting out request/response mocks.

Why is it gaining traction?

Unlike basic faker wrappers, dbsdk nails combo testing with cartesian, pairwise, or invalid modes for edge cases, plus 20+ built-in strategies for networks (CIDR, URLs), IDs (phones, cards), and LLM boosts. Config from dicts or YAML keeps it scriptable, and OpenAPI parsing auto-handles refs for real API workflows—devs love skipping boilerplate for python datasets or github actions CI data. Search dbsdk emfkak or dlstmxk dbsdk for similar tools; this one's strategy pattern shines for structured bulk gen.

Who should use this?

Backend devs mocking OpenAPI endpoints for integration tests, QA engineers crafting boundary/equivalence cases without spreadsheets, or python data science teams generating synthetic dataframes from schemas. Ideal for python github api testers or those dumping dataclass to dict/json for fixtures.

Verdict

Grab it for schema-to-data in under 10 lines—docs are bilingual and example-rich despite 11 stars and 1.0% credibility signaling early maturity. Solid for prototypes; watch for wider adoption as combo features mature.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.