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.
Release files for repathlib 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| repathlib-0.1.5.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| repathlib-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / repathlib-0.1.5.tar.gz
| Download URL | repathlib-0.1.5.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c01c2c37f999dc7687ce5ef3155259d1641b81623e42340836c42b03604b4ad
|
|
BLAKE2b-256 checksum How to use checksums |
6880a2292f500ac98de4bb036d7e2df8a35ff6cc73ba8749c1e420d5f8625959
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|
Release files / repathlib-0.1.5-py3-none-any.whl
| Download URL | repathlib-0.1.5-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
02930aa9c57cb7e3269ddcf1d7e887b81746ab5e9dfe846a027b0c02e14df719
|
|
BLAKE2b-256 checksum How to use checksums |
44059aa98a9752ad81b7612a62dc1e832aba554d7dfe41342dc58005eb7b9b95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|