Skip to content

FancyPipe is a lightweight python package for running data processing pipelines. It takes care of parallel processing, html-based logging, parameter management, garbage collection and error handling.

License

Notifications You must be signed in to change notification settings

rbakker/FancyPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FancyPipe is an open source python package for running cpu-intensive data processing pipelines. It covers those aspects that would otherwise distract you from your main job: the design of the processing steps.

FancyPipe takes care of:

  • parallel execution of code
  • html-based, hierarchical log file
  • parameter management
  • command line interface
  • temporary files and garbage collection
  • error handling

More details in the documentation.

About

FancyPipe is a lightweight python package for running data processing pipelines. It takes care of parallel processing, html-based logging, parameter management, garbage collection and error handling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published