Metadata-Version: 2.1
Name: taupy
Version: 0.5.0
Summary: A Python package to study the theory of dialectical                  structures
Home-page: https://github.com/kopeckyf/taupy
Author: Felix Kopecky
License: UNKNOWN
Project-URL: Source, https://github.com/kopeckyf/taupy/
Project-URL: Bug Reports, https://github.com/kopeckyf/taupy/issues
Project-URL: Research group, https://debatelab.philosophie.kit.edu/
Keywords: Argumentation theory,Theory of dialectical structures,Argumentation framework,Agent-based debate model,ABM
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Sociology
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# taupy

## About
`taupy` is a Python 3 package for the study of dialectical structures. It can represent arguments, debates, positions, and can perform operations on these objects, including measurements of agreement, polarisation, but also degrees of justification. `taupy` can also be used to build computer models of dialectical structures, which can be used in agent-based debate simulations.

## Installation
The recommended installation method is to use `pip`:

```
pip install taupy
```

## License
This project is (c) Felix Kopecky, licensed under BSD-3.


