From 3b773611278be39417dbc3e57e3c93abef12b7f7 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Thu, 4 Feb 2016 12:30:16 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3222801..9e59f04 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Python bindings for the C++ library [Boost.Interprocess](http://www.boost.org/d # Goal +[![Join the chat at https://gitter.im/ESSS/pyboost_ipc](https://badges.gitter.im/ESSS/pyboost_ipc.svg)](https://gitter.im/ESSS/pyboost_ipc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + To provide an almost 1-1 of the Boost.Interprocess library. It is not meant to expand on the features of Boost.Interprocess. The ideal usage scenario is when you have a C++ code and you want to expose its data through IPC (using Boost.Interprocess) and receive that data in python.