
    s
eT                    ,    d Z ddlmZ dgZddlZd
d	ZdS )z0Collection of utility components to use by APIs.    )annotationssplit_canonical_nameNcnamestrreturntyping.Tuple[str, ...]c                H    t          |                     dd                    S )z9Split a canonical package name into name, version, build.-   )tuplersplit)r   s    ;lib/python3.11/site-packages/navigator_updater/api/utils.pyr   r      s    c1%%&&&    )r   r   r   r   )__doc__
__future__r   __all__typingr    r   r   <module>r      sN    7 6 " " " " " "!
" ' ' ' ' ' 'r   