Metadata-Version: 2.1
Name: gada-compose
Version: 0.1a0
Summary: Python frontend for mysql cli
Home-page: https://github.com/gadalang/gada-compose
Author: Jeremy Morosi
Author-email: jeremymorosi@hotmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/gadalang/gada-compose/issues
Project-URL: Source Code, https://github.com/gadalang/gada-compose/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pygada-runtime

# gada-compose

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gada-compose)
[![Python package](https://img.shields.io/github/workflow/status/gadalang/gada-compose/Python%20package)](https://github.com/gadalang/gada-compose/actions/workflows/python-package.yml)
[![Documentation Status](https://readthedocs.org/projects/gada-compose/badge/?version=latest)](https://gada-compose.readthedocs.io/en/latest/?badge=latest)
[![Codecov](https://img.shields.io/codecov/c/gh/gadalang/gada-compose?token=4CSJTL1ZML)](https://codecov.io/gh/gadalang/gada-compose)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/gadalang/gada-compose/issues)

Automate, customize, and execute [gada](https://github.com/gadalang/gada) node workflows.

## Install

Using pip:

```bash
$ pip3 install gada-compose
```

## Documentation

Build the doc with:

```bash
$ make html
```

You can find the latest documentation on [gada-compose.readthedocs.io](https://gada-compose.readthedocs.io/).

## Testing

The `test` directory contains many tests that you can run with:

```python
$ tox .
```

## License

Licensed under the [MIT](LICENSE) License.


