Add your description here
Project description
Puremote
puremote is a remote experiment status monitoring software designed based on RESTFUL API. It was originally designed to provide remote monitoring for the Incage project of PsychoUnity, but due to the use of web technology, it can now be used for various experimental design frameworks, such as: PyshoToolBox, PsychoPy or MonkeyLogic, etc.
install
install with uv
# clone this repo
git clone https://github.com/Ccccraz/puremote.git
cd puremote
# setup env
uv sync
# run app
uv run main
install with conda
# clone this repo
git clone https://github.com/Ccccraz/puremote.git
cd puremote
# setup env
conda create -n puremote python=3.12
conda activate puremote
# install dependency
pip install .
# run app
python ./src/puremote/__init__.py
Contribution
This project is built with PySide6, but it is planned to be refactored with Tauri in the future
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
puremote-0.1.1.tar.gz
(27.5 MB
view details)
Built Distribution
puremote-0.1.1-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file puremote-0.1.1.tar.gz
.
File metadata
- Download URL: puremote-0.1.1.tar.gz
- Upload date:
- Size: 27.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a20294e5c3a9fe6ef2d05522cad559fdd6052d2bc9c93d4adbb1bcabccb8446 |
|
MD5 | 4d18cfadacf0e1116014a4b75be60da0 |
|
BLAKE2b-256 | 7cdde837da5a23d16e73f781dea2294904c6353cfd3156fa8ed75f34b977ebe4 |
File details
Details for the file puremote-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: puremote-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b47abd10b9695119fc6b8a82cfde94e114ffd8d0f5cd821a9ca3633ad12cc85d |
|
MD5 | d7ab01d97c8f54cbac092068f13f9777 |
|
BLAKE2b-256 | 888516ccc98255dcd6b13ab0da52f5f084b9c4bceefaabf7c53855af39efa118 |