提交 6a4ce615 编写于 作者: A Ansgar

dakweb: doc: `/binary/by_metadata` queries for source package's metadata

上级 5aa20b55
......@@ -39,13 +39,14 @@ QueryRegister().register_path('/metadata_keys', binary_metadata_keys)
def binary_by_metadata(key=None):
"""
Finds all Debian binary packages which have the specified metadata set.
Finds all Debian binary packages which have the specified metadata set
in their correspondig source package.
E.g., to find out the Go import paths of all Debian Go packages, query
/binary/by_metadata/Go-Import-Path.
@type key: string
@param key: Metadata key to search for.
@param key: Metadata key of the source package to search for.
@rtype: dictionary
@return: A list of dictionaries of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册