{"library":"pyhwp","title":"pyhwp","description":"A Python library for parsing HWP (Hangul Word Processor) files, a legacy Korean document format. Current version 0.1b15, beta release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pyhwp"],"cli":null},"imports":["from pyhwp.hwp5 import HWPFile"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyhwp.hwp5 import HWPFile\nimport os\n\nhwp_path = os.environ.get('HWP_SAMPLE', 'sample.hwp')\nhwp = HWPFile(hwp_path)\nprint(hwp.to_text())","lang":"python","description":"Read text content from an HWP file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}