Metadata-Version: 2.1
Name: edwh-bundler-plugin
Version: 0.1.5
Summary: Python-only static file (js, css) bundler for `edwh`
Project-URL: Documentation, https://github.com/educationwarehouse/edwh-bundler-plugin#readme
Project-URL: Issues, https://github.com/educationwarehouse/edwh-bundler-plugin/issues
Project-URL: Source, https://github.com/educationwarehouse/edwh-bundler-plugin
Author-email: Robin van der Noord <robin.vdn@educationwarehouse.nl>, Remco Boerma <remco.b@educationwarehouse.nl>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: httpx
Requires-Dist: invoke
Requires-Dist: pysass
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Requires-Dist: rjsmin
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: python-semantic-release; extra == 'dev'
Description-Content-Type: text/markdown

# edwh-bundler-plugin

[![PyPI - Version](https://img.shields.io/pypi/v/edwh-bundler-plugin.svg)](https://pypi.org/project/edwh-bundler-plugin)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/edwh-bundler-plugin.svg)](https://pypi.org/project/edwh-bundler-plugin)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)
- [Changelog](#changelog)

## Installation

```console
pip install edwh-bundler-plugin
```

But probably you want to install the whole edwh package:

```console
pipx install edwh[bundler]
# or
pipx install edwh[plugins,omgeving]
```

## License

`edwh-bundler-plugin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Changelog 

[See CHANGELOG.md](CHANGELOG.md)