Metadata-Version: 2.1
Name: clingo
Version: 5.5.2
Summary: CFFI-based bindings to the clingo solver.
Home-page: https://github.com/potassco/clingo
Author: Roland Kaminski
Author-email: kaminski@cs.uni-potsdam.de
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

This package provides CFFI-based bindings to the clingo solver.

Clingo is part of the [Potassco](https://potassco.org) project for *Answer Set Programming* (ASP).
ASP offers a simple and powerful modeling language to describe combinatorial problems as *logic programs*.
The *clingo* system then takes such a logic program and computes *answer sets* representing solutions to the given problem.
To get an idea, check our [Getting Started](https://potassco.org/doc/start/) page and the [online version](https://potassco.org/clingo/run/) of clingo.

Please check the the [API documentation](https://potassco.org/clingo/python-api/current/clingo/) on how to use this module.


