Metadata-Version: 2.1
Name: wq.build
Version: 2.0.0a1
Summary: The wq command line tool.
Author-email: "S. Andrew Sheppard" <andrew@wq.io>
License: MIT
Project-URL: Homepage, https://wq.io/wq.build/
Project-URL: Documentation, https://wq.io/
Project-URL: Source, https://github.com/wq/wq.build
Project-URL: Release Notes, https://github.com/wq/wq.build/releases
Project-URL: Issues, https://github.com/wq/wq.build/issues
Project-URL: Tests, https://github.com/wq/wq.build/actions/workflows/test.yml
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
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: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![wq.build][logo]][docs]

[**wq.build**][docs] (fomerly wq.core) provides the `wq` command line application for use with [wq.app] and other modules in the [wq framework].

[![Latest PyPI Release](https://img.shields.io/pypi/v/wq.build.svg)](https://pypi.org/project/wq.build)
[![Release Notes](https://img.shields.io/github/release/wq/wq.build.svg)](https://github.com/wq/wq.build/releases)
[![Documentation](https://img.shields.io/badge/Docs-1.3-blue.svg)][docs]
[![License](https://img.shields.io/pypi/l/wq.build.svg)](https://wq.io/license)
[![GitHub Stars](https://img.shields.io/github/stars/wq/wq.build.svg)](https://github.com/wq/wq.build/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/wq/wq.build.svg)](https://github.com/wq/wq.build/network)
[![GitHub Issues](https://img.shields.io/github/issues/wq/wq.build.svg)](https://github.com/wq/wq.build/issues)

[![Tests](https://github.com/wq/wq.build/actions/workflows/test.yml/badge.svg)](https://github.com/wq/wq.build/actions/workflows/test.yml)

### [Documentation][docs]

[**Installation**][installation]
&bull;
[**API**][api]
&bull;
[`./manage.py deploy`][deploy]
&bull;
[`wq collectjson`][collectjson]
&bull;
[`wq icons`][icons]
&bull;
[`wq movefiles`][movefiles]
&bull;
[`wq serviceworker`][serviceworker]
&bull;
[`wq setversion`][setversion]

[logo]: https://wq.io/images/wq.build.svg
[docs]: https://wq.io/wq.build/

[installation]: https://wq.io/wq.build/#installation
[api]: https://wq.io/wq.build/#api
[deploy]: https://wq.io/wq.build/deploy
[collectjson]: https://wq.io/wq.build/collectjson
[icons]: https://wq.io/wq.build/icons
[movefiles]: https://wq.io/wq.build/movefiles
[serviceworker]: https://wq.io/wq.build/serviceworker
[setversion]: https://wq.io/wq.build/setversion

[wq framework]: https://wq.io/
[wq.app]: https://wq.io/wq.app/
