Module markov.dispatchers.project_dispatch
Functions
def get_project_by_id(project_id: str) ‑> GetProjectResponse
def get_project_by_name(project_name: str) ‑> GetProjectResponse
def register_project(name: str,
description: str = '',
scope: ProjectScope = ProjectScope.PUBLIC) ‑> CreateProjectResponse