Metadata-Version: 2.1
Name: velesresearch
Version: 0.0.9
Summary: Veles is a free and open source python survey tool for researchers.
Home-page: https://github.com/jakub-jedrusiak/VelesResearch
License: GPL-3.0-or-later
Author: Jakub Jędrusiak
Author-email: kuba23031999@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Requires-Dist: pynpm (>=0.1.2,<0.2.0)
Project-URL: Documentation, https://jakub-jedrusiak.github.io/VelesDocs
Project-URL: Repository, https://github.com/jakub-jedrusiak/VelesResearch
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="/figs/Veles-logo-white.svg">
    <source media="(prefers-color-scheme: light)" srcset="/figs/Veles-logo.svg">
    <img alt="Veles logo, text Veles with Veles' rune instead of V." src="Veles-logo.svg" width=60%>
  </picture>
</p>
<br>

<!-- badges: start -->

[![PyPI](https://img.shields.io/pypi/v/velesresearch)](https://pypi.org/project/velesresearch/)
[![GitHub](https://img.shields.io/badge/license-GPL--3.0-informational)](https://github.com/jakub-jedrusiak/VelesResearch/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/jakub-jedrusiak/VelesResearch/branch/main/graph/badge.svg?token=CGc3zeDxFi)](https://codecov.io/gh/jakub-jedrusiak/VelesResearch)

<!-- badges: end -->

Veles is a free and open source Python research package, primarly for social scientists. It's goal is to provide an interface for surveys and chronometric experiments. It combines the power of Survey.js and PsychoJS (PsychoPy) with Python interface to create self contained research units that can be self-hosted. Veles' own web service for creating and hosting experiments are planned.

Veles is in pre-alpha development, but the goal features are:

-   Free and open source.

-   Text-based, so automatable and easily modifiable.

-   Integration with GitHub.

-   Ability to use JavaScript and CSS directly.

-   [Open source documentation](https://jakub-jedrusiak.github.io/veles-docs/).

-   Python-based, so every Python tools work.

-   Esay to collaborate through git.

-   VS code extension pack.

-   Custom redirection in the end (for panels).

-   PsychoPy integration.

-   JavaScript code preview.

-   Modifiable themes.

# Installation

You can install the current version of Veles with:
``` bash
pip install velesresearch
```

You can install development version (unstable) with:
``` bash
pip install velesresearch@git+https://github.com/jakub-jedrusiak/VelesResearch.git
```

