Actions
Feature #23236
openPromote ArvadosResources class from arvados-bootstrap to arvados.api
Story points:
-
Description
source:contrib/arvados-bootstrap/src/arv_bootstrap/seed.py has an ArvadosResources class to help introspect resources available from an API client. To help write arv in Python, we should:
- Move this class so it becomes
arvados.api.Resources. - Add tests.
Future tickets can add methods to this class.
Updated by Brett Smith 4 months ago
- Target version deleted (
Development 2025-11-12)
After looking at the code in more detail I have decided this was premature. Maybe we'll do it, but I'd rather make that decision when the need is actually clear.
Actions