pyglobcmp 0.3.1

Assess whether a file path is matched more closely by one glob pattern than another. This package contains Python bindings to the globcmp-lib Rust crate.
Documentation
[dependencies.globcmp-lib]
version = "0.3.1"

[dependencies.pyo3]
features = ["extension-module", "abi3-py38"]
version = "0.26.0"

[features]
stack-safe = ["globcmp-lib/stack-safe"]

[lib]
crate-type = ["cdylib"]
name = "pyglobcmp"
path = "src/lib.rs"

[package]
authors = ["Gábor Nyéki <gn@gabornyeki.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = """
Assess whether a file path is matched more closely by one glob pattern than another.
This package contains Python bindings to the globcmp-lib Rust crate.
"""
documentation = "https://docs.rs/globcmp-lib"
edition = "2024"
homepage = "https://github.com/gn0/globcmp/tree/main/pyglobcmp"
keywords = ["glob", "glob-pattern", "pattern-matching", "path-matching", "filesystem-path"]
license = "LGPL-3.0-only"
name = "pyglobcmp"
readme = false
repository = "https://github.com/gn0/globcmp/tree/main/pyglobcmp"
version = "0.3.1"