Metadata-Version: 2.4
Name: cuppa
Version: 1.2.4
Summary: Cuppa, an extension package to simplify and extend Scons
Home-page: https://github.com/ja11sop/cuppa
Author: ja11sop
License: Boost Software License 1.0 - http://www.boost.org/LICENSE_1_0.txt
Keywords: scons,build,c++
Classifier: Topic :: Software Development :: Build Tools
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE_1_0.txt
Requires-Dist: colorama
Requires-Dist: gcovr
Requires-Dist: grip
Requires-Dist: jinja2
Requires-Dist: libsass
Requires-Dist: lxml
Requires-Dist: packaging
Requires-Dist: psutil
Requires-Dist: pyscss
Requires-Dist: six
Requires-Dist: pyyaml
Requires-Dist: scons
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Cuppa

[![Latest Version](https://img.shields.io/pypi/v/cuppa.svg)](https://pypi.org/project/cuppa/)
[![Boost License](https://img.shields.io/badge/license-Boost-blue.svg)](https://www.boost.org/LICENSE_1_0.txt)

**Cuppa** is an extensible C++ build system on top of [SCons](https://www.scons.org/). It keeps `sconscript` files declarative while handling toolchains, variants, dependencies, tests, and coverage.

```sh
pip install cuppa
```

```python
import cuppa
cuppa.run()
```

```sh
cuppa -D --dbg --test
```

- Source and full docs: https://github.com/ja11sop/cuppa
- Documentation site: https://ja11sop.github.io/cuppa/
- License: [Boost Software License 1.0](https://www.boost.org/LICENSE_1_0.txt)
