machinery
                                Machinery is an asynchronous task queue/job queue based on distributed message passing.
                            
                        How to download and setup machinery
Open terminal and run command
                                            git clone https://github.com/RichardKnop/machinery.git
                                        
                                        git clone is used to create a copy or clone of machinery repositories.
                                        You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with machinery https://github.com/RichardKnop/machinery/archive/master.zip
Or simply clone machinery with SSH
                                            [email protected]:RichardKnop/machinery.git