Metadata-Version: 2.1
Name: velesresearch
Version: 0.0.4
Summary: 
Author: Jakub Jędrusiak
Author-email: kuba23031999@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.24.3,<2.0.0)
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>

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.

