Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphic Server Protocol (GSP)

The Graphic Server Protocol (GSP) defines the protocol used between a visualization library or a visualization software a language server that provides graphical features.

How to install the project

Note that GSP requires Python 3.11 or higher.

Potentially create a virtual environment

python -m venv venv
source venv/bin/activate

To install the project itself, you can use pip:

pip install -e .

How to test the project

To test the project, you can use the provided Makefile. Here are the available commands:

  • make test: Run the tests using pytest.
  • make test_verbose: Run the tests with verbose output.

How to build the documentation

To build the documentation, you can use the provided Makefile. Here are the available commands:

  • make doc_build: Build the documentation using MkDocs.
  • make doc_deploy: Deploy the documentation to GitHub Pages.
  • make doc_open: Open the documentation in the default web browser.
  • make doc_serve: Serve the documentation locally.

About

Archived predecessor of the current Graphics Server Protocol repository.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages