Metadata-Version: 2.1
Name: theodias
Version: 1.0.0
Summary: A python implementation of the theory of dialectical structures.
Home-page: https://github.com/re-models/theodias
Author: Claus Beisbart, Gregor Betz, Georg Brun, Sebastian Cacean, Andreas Freivogel, Richard Lohse
Author-email: claus.beisbart@philo.unibe.ch, gregor.betz@kit.edu, georg.brun@philo.unibe.ch, sebastian.cacean@kit.edu, andreas.freivogel@philo.unibe.ch, richard.lohse@kit.edu
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bitarray
Requires-Dist: py-aiger-cnf (>=2.0.0)
Requires-Dist: pypblib (>=0.0.3)
Requires-Dist: python-sat
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: dd
Requires-Dist: Deprecated
Requires-Dist: pandas

# Theodias

`theodias` provides Python implementations of routines to constructs, and analyze dialectical structures. It 
is based on the **THEO**ry of **DIA**lectical **S**tructures (Betz 2010). 

The package contains classes that provide basic functionalities for using dialectical structures as they are described in Betz (2010) and Betz (2013).

Further information can be found under [https://re-models.github.io/theodias/](https://re-models.github.io/theodias/).

## Literature

Betz, G., 2010. Theorie dialektischer Strukturen. Klostermann, Frankfurt am Main.[https://doi.org/10.5771/9783465136293](https://doi.org/10.5771/9783465136293)

Betz, G., 2013. Debate Dynamics: How Controversy Improves Our Beliefs, Synthese Library. Springer Netherlands.[https://www.springer.com/de/book/9789400745988](https://www.springer.com/de/book/9789400745988)

---

Claus Beisbart, Gregor Betz, Georg Brun, Sebastian Cacean, Andreas Freivogel, Richard Lohse 
