syncstorage-rs/tools
Taddes 77254b4a6e
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
refactor: python imports (#1730)
refactor: unified python imports for consistency in local, production, and test environments
2025-08-04 15:37:46 -04:00
..
examples fix: remove duplicate header key from example script 2019-12-09 10:02:43 -05:00
hawk refactor: python imports (#1730) 2025-08-04 15:37:46 -04:00
integration_tests refactor: python imports (#1730) 2025-08-04 15:37:46 -04:00
spanner refactor: python imports (#1730) 2025-08-04 15:37:46 -04:00
tokenserver refactor: python imports (#1730) 2025-08-04 15:37:46 -04:00
__init__.py refactor: python imports (#1730) 2025-08-04 15:37:46 -04:00
README.md refactor: remove user migration utils (#1710) 2025-06-23 13:05:57 -07:00

A collection of Sync Tools and utilities

See each directory for details:

  • hawk - a tool for generating test HAWK authorization headers
  • spanner - Google Cloud Platform Spanner tools for maintenance and testing

Installation

These tools are mostly written in python. It is recommended that you create a commonly shared virtual environment using something like:

python3 -m venv venv

to create a /venv directory. To activate this, call sh /venv/bin/activate.

Script dependencies can be installed via pip install -r requirements.txt for each tool.