Metadata-Version: 2.1
Name: polapy
Version: 0.0.2
Summary: PolaPy (Polarization for Python) is a collection of algorithmic implementations of polarization metrics in Python.
Home-page: https://github.com/cnavarreteliz/polapy
Author: cnavarreteliz
Author-email: cnavarreteliz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md

# PolaPy

PolaPy (Polarization for Python) is a collection of algorithmic implementations of polarization metrics in Python.

It provides:

- algorithmic implementations for measurements of polarizations introduced in the literature of economics and political science
- useful tools to manage data for research
- full integration with Pandas DataFrames

## Installation

The simplest way to install PolaPy in your laptop is via PyPI:

```
pip install polapy
```

As this project is in its early stages, please let us know if you have issues installing or running it.

## About PolaPy

The PolaPy project is developed and maintained by researchers at the University of ConcepciÃ³n. Currently, both the library and the documentation are constantly under update, please let us know if you have any questions or special inquiries.
