Pieter, Sounds great! I'll make the changes in the README. Should I just clone my repo into the zeromq organization and that's it?
-Michel On Wed, Nov 13, 2013 at 11:57 AM, Pieter Hintjens <[email protected]> wrote: > Hi Michel, > > This is a great project. Would you like to make it an "official" > ZeroMQ project and move it into the zeromq organization on GitHub? > > I've added you to the Owners team for the ZeroMQ organization so you > have full rights. I'd recommend you use the C4.1 process > (http://rfc.zeromq.org/spec:22), and specify the license terms in the > README. > > Very nice work! I'm of course ecstatic to see CZMQ wrapped like this. > > -Pieter > > > On Wed, Nov 13, 2013 at 7:01 PM, Michel Pelletier > <[email protected]> wrote: > > Hello! > > > > I'd like to announce the first release of pyczmq, a Python CFFI wrapper > > around the czmq and zmq libraries. pyczmq consists of 3 different API > > layers around czmq, a very low-level CFFI wrapper, a higher level > functional > > wrapper around the low level wrapper that provides some convenient type > > conversion and memory management, and a high level, object-oriented > > "pythonic" API which provide Context, Socket, Frame, Beacon, Loop and > > Message types. > > > > The code can be found at github: > > > > https://github.com/michelp/pyczmq > > > > Documentation can be found at readthedocs: > > > > http://pyczmq.readthedocs.org/en/latest/ > > > > Special thanks goes to Chris Laws who provided extensive tests based on > > existing czmq tests, bug fixes, and the high level OO types, and to > Pieter > > Hintjens who provided documentation, guidance and reviews, and answered > > technical questions we had about the underlying library. > > > > pyczmq 0.0.4 can be installed with pip or easy_install: > > > > pip install pyczmq > > > > or downloaded directly from pypi at: > > > > https://pypi.python.org/pypi/pyczmq/0.0.4 > > > > It requires cffi and czmq, which in turn requires zmq. It has been > tested > > with zmq 4.0.1 and czmq 2.0.2. Please report any issues to the github > > tracker, and of course, any pull requests for new features or bug fixes > are > > always welcome! > > > > -Michel > > > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > > > -- > - > Pieter Hintjens > CEO of iMatix.com > Founder of ZeroMQ community > blog: http://hintjens.com > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
