Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

para_walk-1.0.0-py3-none-any.whl (9.3 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