Skip to main content

pathlib with regular expressions

Project description

repathlib

repathlib is a package that combines repathlib and re, enabling you to search, match, etc., on Path objects, and to search directories with Path.reiterdir:

from repathlib import Path
docs = Path('docs')
docs.search('d[a-z]+')

<re.Match object; span=(0, 4), match='docs'>

list(docs.reiterdir('\.rst'))

[PosixPath('docs/api.rst'), PosixPath('docs/index.rst')]

Complete documentation is on readthedocs.

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

repathlib-0.1.5.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

repathlib-0.1.5-py3-none-any.whl (4.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