gitmatch
  • Patterns
    • Strings vs. Bytes
  • API
    • Functions
      • compile()
      • pattern2regex()
    • Classes
      • Gitignore
        • Gitignore.match()
      • Pattern
        • Pattern.dir_only
        • Pattern.ignorecase
        • Pattern.match()
        • Pattern.negative
        • Pattern.pattern
        • Pattern.regex
      • Regex
        • Regex.compile()
        • Regex.dir_only
        • Regex.ignorecase
        • Regex.negative
        • Regex.pattern
        • Regex.regex
      • Match
        • Match.path
        • Match.pattern
        • Match.pattern_obj
    • Exceptions
      • InvalidPathError
        • InvalidPathError.msg
        • InvalidPathError.path
      • InvalidPatternError
        • InvalidPatternError.pattern
  • Changelog
    • v0.2.1 (2024-11-29)
    • v0.2.0 (2024-07-28)
    • v0.1.0 (2022-07-20)
gitmatch
  • Index

Index

C | D | G | I | M | N | P | R

C

  • compile() (gitmatch.Regex method)
    • (in module gitmatch)

D

  • dir_only (gitmatch.Pattern attribute)
    • (gitmatch.Regex attribute)

G

  • Gitignore (class in gitmatch)
  • gitmatch
    • module

I

  • ignorecase (gitmatch.Pattern attribute)
    • (gitmatch.Regex attribute)
  • InvalidPathError
  • InvalidPatternError

M

  • Match (class in gitmatch)
  • match() (gitmatch.Gitignore method)
    • (gitmatch.Pattern method)
  • module
    • gitmatch
  • msg (gitmatch.InvalidPathError attribute)

N

  • negative (gitmatch.Pattern attribute)
    • (gitmatch.Regex attribute)

P

  • path (gitmatch.InvalidPathError attribute)
    • (gitmatch.Match attribute)
  • Pattern (class in gitmatch)
  • pattern (gitmatch.InvalidPatternError attribute)
    • (gitmatch.Match property)
    • (gitmatch.Pattern attribute)
    • (gitmatch.Regex attribute)
  • pattern2regex() (in module gitmatch)
  • pattern_obj (gitmatch.Match attribute)

R

  • Regex (class in gitmatch)
  • regex (gitmatch.Pattern attribute)
    • (gitmatch.Regex attribute)

© Copyright 2022-2024 John Thorvald Wodder II. Last updated on 2024 Nov 29.

Built with Sphinx using a theme provided by Read the Docs.