{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"python-chess provides move generation, move validation, and board representation for chess games, with support for standard and variant chess rules, PGN/FEN/EPD formats, opening books, endgame tablebases, and UCI engine communication.","skillfed_tags":["chess-game-logic","game-development","copyleft-licensed"],"use_cases":["Analyze chess games by parsing PGN files and replaying moves with full move validation and game-state detection.","Build a chess engine interface to communicate with UCI engines like Stockfish for position evaluation and move suggestions.","Generate legal moves and validate user input in a chess application or game UI.","Probe endgame tablebases (Syzygy or Gaviota) to determine optimal play in simplified positions.","Read opening books in Polyglot format to suggest common opening moves from a database."],"what_it_does":"python-chess is a pure-Python library for representing, validating, and manipulating chess games. It handles standard chess and multiple variants (Chess960, Atomic, Crazyhouse, etc.), generates legal moves, detects game-ending conditions (checkmate, stalemate, draws), and parses/generates common chess formats like FEN, PGN, EPD, and SAN notation. The library also integrates with opening books (Polyglot), endgame tablebases (Syzygy and Gaviota), and external UCI/XBoard chess engines for analysis and play.\n\nThe package is primarily used for chess analysis tools, game replay systems, engine interfaces, and educational chess applications. It has low install friction as a pure-Python wheel but carries a GPL-3.0+ copyleft license that restricts use in proprietary software. The codebase shows recent repository activity, but the latest PyPI release dates to 2020, and the package is marked as inactive in its classifiers, creating uncertainty about ongoing maintenance and support.","worth_installing":"Yes, with conditions. The library is feature-complete for standard chess programming tasks and has no known vulnerabilities. However, the GPL-3.0+ copyleft license is a hard blocker for proprietary projects, and the gap between the latest release (2020-10-26) and current date raises questions about maintenance responsiveness. Install only if you need GPL-compatible licensing and can tolerate potential delays in bug fixes or updates."},"id":"python-chess","links":{"html":"https://skillfed.io/packages/python-chess","md":"https://skillfed.io/packages/python-chess.md","pypi":"https://pypi.org/project/python-chess/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2020-10-26","license_spdx":null,"license_treatment":"copyleft","name":"python-chess","python_support":"unspecified","summary":"A chess library with move generation, move validation, and support for common formats."},"popularity":{"monthly_downloads":5969961,"position":1999,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.999"}
