Metadata-Version: 2.1
Name: draco
Version: 2.0.0b1
Summary: Visualization recommendation using constraints
Home-page: https://github.com/cmudig/draco2
License: MIT
Keywords: constraints,visualization,design,charts
Author: Dominik Moritz
Author-email: domoritz@cmu.edu
Requires-Python: >=3.8.0,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: clingo (>=5.5.2,<6.0.0)
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: scikit-learn (>=1.1.1,<2.0.0)
Project-URL: Documentation, https://dig.cmu.edu/draco2/
Project-URL: Repository, https://github.com/cmudig/draco2
Description-Content-Type: text/markdown

<p align="center">
   <a href="https://uwdata.github.io/draco/">
      <img src="docs/logo-dark.png" width=260></img>
   </a>
</p>

# Draco v2

[![Test](https://github.com/cmudig/draco2/actions/workflows/test.yml/badge.svg)](https://github.com/cmudig/draco2/actions/workflows/test.yml)
[![code style black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/cmudig/draco2/branch/main/graph/badge.svg)](https://codecov.io/gh/cmudig/draco2)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cmudig/draco2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cmudig/draco2/context:python)

**Work in Progress**

Experimental/modular version of [Draco](https://github.com/uwdata/draco).

## Documentation

Read about Draco in the online book at https://dig.cmu.edu/draco2/.

## Contributing

We welcome any input, feedback, bug reports, and contributions. You can learn about setting up your development environment in [CONTRIBUTING.md](https://github.com/cmudig/draco2/blob/main/CONTRIBUTING.md).

