Metadata-Version: 2.1
Name: wq.create
Version: 1.3.0
Summary: Project scaffolding tools for creating a new application with the wq framework.
Home-page: https://wq.io/wq.create
Author: S. Andrew Sheppard
Author-email: andrew@wq.io
License: MIT
Description: [![wq.create][logo]][docs]
        
        [**wq.create**][docs] (formerly wq.start) provides a simple command-line interface (`wq create`) for starting a new project with the [wq framework], with [wq.app] for the front end and [wq.db] as the backend.  wq.create also provides a `wq addform` command that can generate and configure new Django apps from an [XLSForm] definition.
        
        [![Latest PyPI Release](https://img.shields.io/pypi/v/wq.create.svg)](https://pypi.org/project/wq.create)
        [![Release Notes](https://img.shields.io/github/release/wq/wq.create.svg)](https://github.com/wq/wq.create/releases)
        [![License](https://img.shields.io/pypi/l/wq.create.svg)](https://wq.io/license)
        [![GitHub Stars](https://img.shields.io/github/stars/wq/wq.create.svg)](https://github.com/wq/wq.create/stargazers)
        [![GitHub Forks](https://img.shields.io/github/forks/wq/wq.create.svg)](https://github.com/wq/wq.create/network)
        [![GitHub Issues](https://img.shields.io/github/issues/wq/wq.create.svg)](https://github.com/wq/wq.create/issues)
        
        [![Tests](https://github.com/wq/wq.create/actions/workflows/test.yml/badge.svg)](https://github.com/wq/wq.create/actions/workflows/test.yml)
        [![Python Support](https://img.shields.io/pypi/pyversions/wq.create.svg)](https://pypi.org/project/wq.create)
        [![Django Support](https://img.shields.io/pypi/djversions/wq.create.svg)](https://pypi.org/project/wq.create)
        
        
        ### [Documentation][docs]
        
        [**Getting Started**][setup]
        &bull;
        [`wq create`][create]
        &bull;
        [`wq addform`][addform]
        
        [logo]: https://wq.io/images/wq.create.svg
        [docs]: https://wq.io/wq.create/
        
        [setup]: https://wq.io/overview/setup
        [create]: https://wq.io/wq.create/create
        [addform]: https://wq.io/wq.create/addform
        
        [wq framework]: https://wq.io/
        [wq.app]: https://wq.io/wq.app/
        [wq.db]: https://wq.io/wq.db/
        [XLSForm]: https://xlsform.org/
        
Platform: UNKNOWN
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.4
Classifier: Programming Language :: Python :: 3.5
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: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Pre-processors
Description-Content-Type: text/markdown
