Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend resource_files to general Traversables #2946

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Allow general Traversable

    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eabc08f View commit details
    Browse the repository at this point in the history
  2. Add _compat.importlib

    - `importlib.metadata.entry_points`: Backport selectable entry_points
    - `importlib.readers.MultiplexedPath`: Before python3.12, it did not work properly on navigating folders, only on file end-points
    
    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8591d71 View commit details
    Browse the repository at this point in the history
  3. Extend resource_files for entry-points

    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5472222 View commit details
    Browse the repository at this point in the history
  4. Expand example to include schemas

    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3a9861e View commit details
    Browse the repository at this point in the history
  5. Document new feature

    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d4672f0 View commit details
    Browse the repository at this point in the history
  6. Move the TMT_DEBUG to click

    Also make the bootstrap_logger failsafe
    
    Signed-off-by: Cristian Le <[email protected]>
    LecrisUT committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ab18437 View commit details
    Browse the repository at this point in the history