Skip to content
major edited this page Jul 11, 2019 · 1 revision

Welcome to the Darwin Python Client.

The DPC allows you to call a Darwin filter via a Unix/TCP socket from any piece of Python code.

Darwin works only with Unix sockets at this moment: using a TCP socket requires a front-end setup that will call Darwin via a Unix socket (you can use an HAProxy configuration example in this Wiki, in the HAProxy configuration example page).

If you want to read the quick start guide, please go to README page of this project.

Clone this wiki locally