Metadata-Version: 2.1
Name: python-webpack-boilerplate
Version: 1.0.3
Summary: Jump start frontend project bundled by Webpack
Home-page: https://github.com/AccordBox/python-webpack-boilerplate
License: MIT
Keywords: python,django,flask,webpack
Author: Michael Yin
Author-email: michaelyin@accordbox.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: cookiecutter (>=1.7.0)
Description-Content-Type: text/markdown

# Jump start frontend project bundled by Webpack

[![Build Status](https://github.com/AccordBox/python-webpack-boilerplate/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/AccordBox/python-webpack-boilerplate/actions/workflows/ci.yml)
[![PyPI version](https://badge.fury.io/py/python-webpack-boilerplate.svg)](https://badge.fury.io/py/python-webpack-boilerplate)
[![Documentation](https://img.shields.io/badge/Documentation-link-green.svg)](https://python-webpack-boilerplate.rtfd.io/)

Bring modern frontend tooling to Django, Flask, within minutes.

## Documentation

[Documentation](https://python-webpack-boilerplate.rtfd.io/)

## Raising funds

If you like this project, please consider supporting my work. [Open Collective](https://opencollective.com/python-webpack-boilerplate)

---

<a href="https://opencollective.com/python-webpack-boilerplate#backers" target="_blank"><img src="https://opencollective.com/python-webpack-boilerplate/backers.svg?width=890"></a>

---

## Special Thanks

* [Definitive Guide to Django and Webpack](https://www.accordbox.com/blog/definitive-guide-django-and-webpack/)
* [django-webpack-loader](https://github.com/owais/django-webpack-loader)
* [rails/webpacker](https://github.com/rails/webpacker)
* [wbkd/webpack-starter](https://github.com/wbkd/webpack-starter)

