Metadata-Version: 2.1
Name: myBWS
Version: 0.0.1
Summary: Tool for conducting and analyzing best-worst scaling surveys
Author: Aram Barseghyan, Sergo Poghosyan, Arevik Papikyan, Nare Stepanyan, Elen Sukiasyan
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10, <3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: annotated-types ==0.6.0
Requires-Dist: anyio ==4.3.0
Requires-Dist: click ==8.1.7
Requires-Dist: colorama ==0.4.6
Requires-Dist: fastapi ==0.110.0
Requires-Dist: ghp-import ==2.1.0
Requires-Dist: idna ==3.6
Requires-Dist: Jinja2 ==3.1.3
Requires-Dist: Markdown ==3.6
Requires-Dist: MarkupSafe ==2.1.5
Requires-Dist: mergedeep ==1.3.4
Requires-Dist: mkdocs ==1.5.3
Requires-Dist: numpy ==1.26.4
Requires-Dist: packaging ==24.0
Requires-Dist: pandas ==2.2.1
Requires-Dist: pathspec ==0.12.1
Requires-Dist: platformdirs ==4.2.0
Requires-Dist: pydantic ==2.6.4
Requires-Dist: pydantic-core ==2.16.3
Requires-Dist: pyreadr ==0.5.0
Requires-Dist: python-dateutil ==2.9.0.post0
Requires-Dist: pytz ==2024.1
Requires-Dist: PyYAML ==6.0.1
Requires-Dist: pyyaml-env-tag ==0.1
Requires-Dist: six ==1.16.0
Requires-Dist: sniffio ==1.3.1
Requires-Dist: starlette ==0.36.3
Requires-Dist: typing ==3.7.4.3
Requires-Dist: typing-extensions ==4.10.0
Requires-Dist: tzdata ==2024.1
Requires-Dist: watchdog ==4.0.0

# BWS
Tool for conducting and analyzing best-worst scaling surveys

# Setup Repository

Open new bash terminal (you need to have bash installed)
Follow the steps:
1. Create virtual environment:
$ python -m venv venv
2. Activate the virtual environment:
Windows: $ venv/Scripts/activate
MacOS/Linux: $ venv/bin/activate
3. Install all packages and dependencies
$ pip install -r requirements.txt

Ready to use!!!
