Registry / devops / spravka

spravka

JSON →
library0.0.14pypypiunverified

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.

pip install spravka
INSTALL
IMPORT
SIG · SPRAVKA
S
spravka
devopspythonv0.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Spravka
from spravka import Spravka
Main class for generating project files.

Minimal setup to auto-generate a project structure and configuration.

from spravka import Spravka spravka = Spravka() spravka.generate()
spravka --version
Debug
Known issues
breakingSpravka may overwrite existing files (e.g., pyproject.toml) without warning. Always run in a clean directory or version-controlled environment.
fix
Use a temporary directory or back up existing files before running.
affects: 0.0.1 - 0.0.14
gotchaSpravka requires an interactive terminal for prompts. It may fail if run in a non-interactive environment (e.g., CI/CD without TTY).
fix
Provide answers via stdin using a here-doc or use the programmatic API with pre-populated config.
affects: 0.0.1 - 0.0.14
Upgrade
Version history
0.0.14latest on PyPI · released Aug 15, 2019
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
spravka — pip install spravka · libregistry