Skip to main content

Python library for converting glob formatted search to regex

Project description

glob2regex

Converts glob search format to regex format

Python package

Install

pip install glob2regex

Example of usage

from glob2regex import glob2regex

glob_search = '/home/*/ST-*/q[01-10]*.pdf'

regex = glob2regex(glob_search)

print(regex)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glob2regex-0.0.5.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

glob2regex-0.0.5-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page