puz-0.1.2 is not a library.
puz
CLI tool for processing .puz crossword puzzle files and outputting structured JSON.
Installation
Usage
# Parse a single file to JSON
# Parse with pretty formatting
# Parse single file without array wrapper
# Parse multiple files
# Save to file
Output Format
The tool outputs JSON with the complete puzzle structure including:
- Puzzle metadata (title, author, dimensions, etc.)
- Grid data (solution and blank grids)
- Clues (across and down)
- Extensions (rebus, circles, given squares)
Options
-p, --pretty- Pretty-print JSON output-s, --single- Output single object instead of array for single file-o, --output <FILE>- Write to file instead of stdout