Skip to content

shiqi-yang/para_walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, **kwargs):
	# **kwargs is kwargs pass to os.walk
	continue

About

A multiprocessing version of python os.walk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages