A Parcel v2 transformer plugin that converts Python files to JavaScript using the Transcrypt transpiler. Version 1.0.3 is current, with no active release cadence. Unlike other Python-to-JS bridges, this integrates directly with Parcel's build pipeline, enabling bundling, code splitting, and HMR. Requires Transcrypt (Python transpiler) installed in a virtual environment; Python version must match Transcrypt version. Supports custom CLI arguments and output directory configuration.
npm install parcel-transformer-transcryptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a Parcel project with Python-to-JS support: installs parcel and transformer, creates Python file and HTML entry, configures .parcelrc, and runs build.
Use compatible Python/Transcrypt versions as documented.
Upgrade to Python 3.9 and Transcrypt 3.9 or later.
Use Transcrypt 3.9+ for --outdir support.
Ensure `python` in PATH points to the correct version, or set 'transcryptVersion' in package.json config.
Activate the virtual environment before running Parcel, or specify full path in 'command' config.
Run `npm install parcel-transformer-transcrypt --save-dev`
Check Python & Transcrypt versions are compatible (3.9 with 3.9). Re-run build with --verbose.
Upgrade to Transcrypt 3.9+ or remove --outdir from arguments.