a simple parallel version of os.walk
Project description
Parallel Walk
This is a simple multiprocessing version of python os.walk.
How to install
$ pip install para_walk
How to use
from para_walk import pwalk
for root, directories, files in pwalk(TARGET_DIR, PARALLEL, **kargs):
# **kargs is kargs pass to os.walk
continue
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
para-walk-1.0.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file para-walk-1.0.0.tar.gz.
File metadata
- Download URL: para-walk-1.0.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3493858698da2b99840c70d391c7fbb2dd4c7cf3538736442e336896c4856b10
|
|
| MD5 |
ba7e3bcd875e0e2ee6883e5be55d15c6
|
|
| BLAKE2b-256 |
5b65b8f9be1f1767c5780cb6f903aa14161329d2a7657e83b54890c2618dfd1a
|
File details
Details for the file para_walk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: para_walk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a4b273c24d413d1f2df59ce50ba40c5b04b80c195b0762b84de6e3dbf4bd26
|
|
| MD5 |
faf1b1418c34356a46b3d24356c343c1
|
|
| BLAKE2b-256 |
a1d39b53ad73d4e0945dc317bf39609a7334e51ed28ce7ffb7ff2d82ba5fff54
|