{"id":28259,"library":"spravka","title":"Spravka","description":"Spravka is a tool for auto-generating Python project boilerplate and configuration files. Version 0.0.14 is the latest. Release cadence is irregular. It is designed to scaffold project structure, pyproject.toml, CI/CD, and other common files based on user prompts.","status":"active","version":"0.0.14","language":"python","source_language":"en","source_url":"https://github.com/prestonbrodus/spravka","tags":["boilerplate","code-generation","project-scaffolding"],"install":[{"cmd":"pip install spravka","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Main class for generating project files.","wrong":"","symbol":"Spravka","correct":"from spravka import Spravka"}],"quickstart":{"code":"from spravka import Spravka\nspravka = Spravka()\nspravka.generate()","lang":"python","description":"Minimal setup to auto-generate a project structure and configuration."},"warnings":[{"fix":"Use a temporary directory or back up existing files before running.","message":"Spravka may overwrite existing files (e.g., pyproject.toml) without warning. Always run in a clean directory or version-controlled environment.","severity":"breaking","affected_versions":"0.0.1 - 0.0.14"},{"fix":"Provide answers via stdin using a here-doc or use the programmatic API with pre-populated config.","message":"Spravka requires an interactive terminal for prompts. It may fail if run in a non-interactive environment (e.g., CI/CD without TTY).","severity":"gotcha","affected_versions":"0.0.1 - 0.0.14"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run `pip install spravka` in the correct virtual environment.","cause":"Package not installed or installed in wrong Python environment.","error":"ModuleNotFoundError: No module named 'spravka'"},{"fix":"Refer to current documentation; use `Spravka()` without arguments, then configure via methods.","cause":"Incorrect or outdated constructor arguments; API changed between versions.","error":"TypeError: __init__() got an unexpected keyword argument 'template'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}