Metadata-Version: 2.1
Name: esbuild
Version: 0.1.2
Summary: Install and invoke esbuild from Python
Home-page: https://github.com/timonweb/python-esbuild
License: MIT
Author: Tim Kamanin
Author-email: tim@timonweb.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Python Esbuild

[WIP]

A highly experimental Python wrapper for [Esbuild](https://esbuild.github.io/), an extremely fast JavaScript bundle.

Allows you to build modern JavaScript from Python without installing Node and bundlers like Webpack, Vite, Parcel,
etc...

