Skip to content

AnatomicMaps/remotemaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Map Generation Utility

A Python tool to remotely run mapmaker.

Installation

Local system

Install the latest released wheel in a Python 3.12 environment, for instance with uv:

$ uv add https://github.com/AnatomicMaps/remotemaker/releases/download/v0.3.1/remotemaker-0.3.1-py3-none-any.whl

GitHub workflow

  • install Python 3.12
  • install uv
  • checkout remotemaker repo
  • ...

Running

First make sure the Python environment into which remotemaker has been installed is active.

$ remotemaker --help

Parameters

  • map's repo/manifest/commit
  • server secret/Server URL

Architecture

  • started with above params
  • send POST, get PID and status
  • idle poll, checks, log/status
    • print (to console) new log lines and status changes
  • can we use python logger to show colour? (ERROR, INFO, CRITICAL, WARN)
  • Exit with error if status error termination or after say 10 minutes

About

A utility for making maps on a remote flatmap server

Resources

License

Stars

Watchers

Forks

Packages

No packages published