Skip to content

owasp-sbot/Issues-FS__Dev__Role__Librarian

Repository files navigation

Issues-FS__Dev__Role__Librarian

PyPI version Python 3.12+ License: Apache 2.0

Librarian role helpers and automations for curating Issues-FS assets.

Installation

pip install issues-fs-dev-role-librarian

Development

python -m venv .venv
source .venv/bin/activate
pip install -r requirements-test.txt
pip install -e .

Tests

pytest -q