1
0
Fork
You've already forked pyregis
0
No description
  • Python 79.5%
  • Makefile 20.5%
Fiona Bianchi 35bac7a3c1
All checks were successful
ci/woodpecker/push/quick-test Pipeline was successful
Adding intensity and mode functions
2026年07月01日 22:26:46 +01:00
.woodpecker Tweaks to start to create a package 2026年06月23日 14:46:34 +01:00
pyregis Adding intensity and mode functions 2026年07月01日 22:26:46 +01:00
scripts Fixing context exit parameters 2026年06月24日 22:32:12 +01:00
.dir-locals.el Skeleton code 2026年04月09日 18:03:48 +01:00
.gitignore Skeleton code 2026年04月09日 18:03:48 +01:00
LICENSE Adding a demo script 2026年06月24日 21:00:45 +01:00
Makefile Fixing tests for the context and other misc issues 2026年06月24日 22:14:34 +01:00
README.md Updating docs 2026年06月26日 09:59:13 +01:00
requirements.dev.txt Fixing tests for the context and other misc issues 2026年06月24日 22:14:34 +01:00
requirements.txt Fixing tests for the context and other misc issues 2026年06月24日 22:14:34 +01:00
ruff.toml Skeleton code 2026年04月09日 18:03:48 +01:00
setup.py Fixing context exit parameters 2026年06月24日 22:32:12 +01:00

Python ReGIS

Overview

Python Remote Graphics (ReGIS) library based on the code from this C implementation

Pipeline

Quick Start

Installation

  • Create virtual environment
python3 -mvenv .matrix 
. .matrix/bin/activate
  • Installing dependencies
make install

Running Tests

make test

Checking Coverage

make coverage

Running Linter

make lint

Running Formatter

make format

Demo Application

You can run the demo from the the source repo using the following command

( PYTHONPATH=. ./scripts/pyregis-demo.py )

If you install the pyregis module in a Python virtual environment you can simply run pyregis-demo directly

Installing from Codeberg

You can install the module directly into a Python virtual environment using the following

First create the environment

python -mvenv .matrix
. .matrix/bin/activate

Install using pip

pip install pyregis@git+https://codeberg.org/fionahiklas/pyregis

References

ReGIS

Python

Python Pip

Linux

Woodpecker CI