abydos.util package

abydos.util.

The util module defines various utility functions for other modules within Abydos, including:

  • _prod -- computes the product of a collection of numbers (akin to sum)

These functions are not intended for use by users.

abydos.util.download_package(resource_name, url=None, data_path=None, force=False, silent=False)[source]

Download and install a package or collection.

abydos.util.list_available_packages(url=None)[source]

List all data packages available for install.

abydos.util.list_installed_packages(path=None)[source]

List all installed data packages.

abydos.util.package_path(resource_name)[source]

Given a resource name, returns the path to the package.