|
_make_link(s)
Turn HTTP URLs and emails adresses into HTML link elements. |
source code
|
|
|
_rewrite_url(urlfield,
info)
Set value for info[urlfield] to URL of package info['Name']. |
source code
|
|
|
_xform_fieldname(s)
Return s with dashes repleced with spaces and ever word capitalized. |
source code
|
|
|
|
|
has_extension(filename,
extensions=[ ] ,
case_sensitive=False)
Return True if filename has one of the given extensions, False
otherwise. |
source code
|
|
|
is_package_dir(path)
Returns True if path is a directory containing at least one package
file. |
source code
|
|
|
is_package_file(filename)
Return True if filename ends in one of the known package file
extension. |
source code
|
|
|
|
|
|