Metadata-Version: 2.1
Name: queso
Version: 0.2.0
Summary: Tasty development tooling for Bocadillo.
Home-page: https://bocadilloproject.github.io/queso
Author: Florimond Manca
Author-email: florimond.manca@gmail.com
License: MIT
Project-URL: Source, https://github.com/bocadilloproject/queso
Project-URL: Documentation, https://bocadilloproject.github.io/queso
Project-URL: Changelog, https://github.com/bocadilloproject/queso/blob/master/CHANGELOG.md
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Code Generators
Description-Content-Type: text/markdown
Requires-Dist: click

[![python](https://img.shields.io/pypi/pyversions/queso.svg?logo=python&logoColor=fed749&colorB=3770a0&label=)](https://www.python.org)
[![pypi](https://img.shields.io/pypi/v/queso.svg)][pypi]
[![travis](https://img.shields.io/travis/bocadilloproject/queso.svg)](https://travis-ci.org/bocadilloproject/queso)
[![black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/ambv/black)
[![codecov](https://codecov.io/gh/bocadilloproject/queso/branch/master/graph/badge.svg)](https://codecov.io/gh/bocadilloproject/queso)
[![license](https://img.shields.io/pypi/l/queso.svg)][pypi]

[pypi]: https://pypi.org/project/queso

# Queso

Queso is the official development toolkit for [Bocadillo][bocadillo].

## Install

Queso can be installed from PyPI:

```bash
pip install queso
```

## Documentation

For usage guides and reference, visit our [documentation site][docs].

## License

[MIT][license]

[bocadillo]: https://github.com/bocadilloproject/bocadillo
[docs]: https://bocadilloproject.github.io/queso
[license]: https://github.com/bocadilloproject/queso/blob/master/LICENSE


