ParShift
ParShift is a python package based on Gibson's framework for the analysis of conversational sequences.
The framework is established on the concept of participation shift, which refers to the shifting of individuals between the positions of speaker, target (addressee), and non-addressee (everyone else), in a group conversation.
Installation
From PyPI
pip install parshift
From source
Directly using pip:
pip install git+https://github.com/bdfsaraiva/parshift.git#egg=parshift
Or each step at a time:
git clone https://github.com/bdfsaraiva/parshift
cd parshift
pip install .
Getting Started
For an in-depth overview of the features of ParShift please check the documentation or follow along the provided example:
| Name | Link |
|---|---|
| Participation Shifts with ParShift |
Features/Improvements
We're open to any idea or suggestion to further improve this package. If you have an idea or a feature request, just open an issue. 🤗
For developers
After you cloned the repo head into the parshift base directory, cd into it,
create a virtual environment and then install ParShift in development mode:
pip install -e .[dev]
Make sure that all tests pass and that there aren't any issues:
pytest
Now you are ready to start developing the project! Don't forget to add tests for every new change or feature!
Reference
If you use this software, please cite the following reference:
- Ferreira-Saraiva, B.D., Matos-Carvalho, J.P., Fachada, N. & Pita, M. (2023). ParShift: a Python package to study order and differentiation in group conversations. SoftwareX, 24. 101554. https://doi.org/10.1016/j.softx.2023.101554
License
Release files for parshift 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| parshift-1.0.2.tar.gz | 14.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| parshift-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.0 kB
Release files / parshift-1.0.2.tar.gz
| Download URL | parshift-1.0.2.tar.gz |
|---|---|
| Size | 14.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42c8e61ddc6e3317879203ad5dcb276487bab1f1f23612ca22971bdb4e420472
|
|
BLAKE2b-256 checksum How to use checksums |
859fea15b9d15b9733064160300801728320a1a37148b73c0c32ee85deb89ca6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / parshift-1.0.2-py3-none-any.whl
| Download URL | parshift-1.0.2-py3-none-any.whl |
|---|---|
| Size | 13.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d99eb75babc0b46d548efe894ae51584d7f2e05fc39eb0f41b318dd67e6e0734
|
|
BLAKE2b-256 checksum How to use checksums |
56fbe2857b118dbb5f0b4e2ecefef8d22af21e5c63b0e1d934212dee2bcc88f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|