{"id":24818,"library":"vt100wasm","title":"vt100wasm","description":"Python bindings for vt100 terminal state processing via WebAssembly. Provides terminal emulation with vt100 escape sequence parsing, capable of handling complex terminal interactions. Version 0.3.0 (latest) as of May 2026. Release cadence is irregular; pre-v1.0 so breaking changes are possible.","status":"active","version":"0.3.0","language":"python","source_language":"en","source_url":"https://github.com/nickcabato/vt100wasm","tags":["terminal","vt100","wasm","escape-sequences"],"install":[{"cmd":"pip install vt100wasm","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from vt100wasm import Terminal","symbol":"Engine","correct":"from vt100wasm import Engine"},{"symbol":"Screen","correct":"from vt100wasm import Screen"},{"symbol":"Store","correct":"from vt100wasm import Store"}],"quickstart":{"code":"from vt100wasm import Terminal\n\n# Create a terminal with 80 columns and 24 rows\nterm = Terminal(width=80, height=24)\n\n# Feed some terminal output\nterm.feed(b'\\x1b[31mHello\\x1b[0m')\n\n# Get the cell content\ncell = term.cell(0, 0)\nprint(cell.char, cell.fg_color, cell.bg_color)","lang":"python","description":"Creates a Terminal, feeds escape sequences, and reads cell data."},"warnings":[{"fix":"Encode strings to bytes before feeding, e.g., term.feed(b'text') or term.feed('text'.encode()).","message":"The Terminal.feed() method expects bytes, not str. Passing a string will raise a TypeError.","severity":"breaking","affected_versions":"all versions"},{"fix":"Pin your dependency to a specific version and test upgrades carefully.","message":"The library is pre-1.0 (v0.3.0), so breaking changes may occur without a major version bump.","severity":"breaking","affected_versions":"<1.0.0"},{"fix":"Use the cursor position from escape sequence feedback or manage it externally.","message":"The Terminal does not automatically manage the cursor; you must manually track cursor position if needed.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0':39 '0.3.0':26 '2026':31 'bind':3 'break':41 'cadenc':33 'capabl':19 'chang':42 'complex':22 'emul':13 'escap':16,49 'escape-sequ':48 'handl':21 'interact':24 'irregular':35 'latest':27 'may':30 'pars':18 'possibl':44 'pre':37 'pre-v1':36 'process':8 'provid':11 'python':2 'releas':32 'sequenc':17,50 'state':7 'termin':6,12,23,45 'v1':38 'version':25 'via':9 'vt100':5,15,46 'vt100wasm':1 'wasm':47 'webassembl':10","created_at":"2026-05-01T08:15:05.044766+00:00","updated_at":"2026-05-01T08:15:05.044766+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.3.0","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/vt100wasm/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}