Package python-module-importlib_resources: Information

    Source package: python-module-importlib_resources
    Version: 1.0.2-alt2
    Build time:  May 15, 2019, 11:15 AM
    Report package bug
    License: ASL2.0
    Summary: Library which provides for access to resources in Python packages
    Description: 
    importlib_resources is a library which provides for access to resources in Python packages.
    It provides functionality similar to pkg_resources Basic Resource Access API,
    but without all of the overhead and performance problems of pkg_resources.
    
    In our terminology, a resource is a file that is located within an importable
    Python package. Resources can live on the file system, in a zip file, or in
    any place that has a loader supporting the appropriate API for reading
    resources. Directories are not resources.
    
    importlib_resources is a backport of Python 3.7's standard library
    importlib.resources module for Python 2.7, and 3.4 through 3.6. Users of
    Python 3.7 and beyond are encouraged to use the standard library module, and in
    fact for these versions, importlib_resources just shadows that module.
    Developers looking for detailed API descriptions should refer to the Python 3.7
    standard library documentation.

    List of rpms provided by this srpm:
    python-module-importlib_resources (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

      1. python2.7(pathlib2)
      2. python2.7(tox)
      3. python2.7(typing)
      4. python2.7(wheel)
      5. python-module-setuptools

    Last changed


    April 22, 2019 Stanislav Levin 1.0.2-alt2
    - Dropped Python3 package (closes: #36645).
    Jan. 25, 2019 Stanislav Levin 1.0.2-alt1
    - Initial build.