Commit bc0dd4a9 authored by Kenton Varda's avatar Kenton Varda

Update Python links for name change.

parent 06003da0
...@@ -16,7 +16,7 @@ list... ...@@ -16,7 +16,7 @@ list...
Thanks to the tireless efforts of contributor [Jason Paryani](https://github.com/jparyani), I can Thanks to the tireless efforts of contributor [Jason Paryani](https://github.com/jparyani), I can
now comfortably claim that Cap'n Proto supports multiple languages. [His Python now comfortably claim that Cap'n Proto supports multiple languages. [His Python
implementation](http://jparyani.github.io/capnpc-python-cpp/) wraps the C++ library and exposes implementation](http://jparyani.github.io/pycapnp/) wraps the C++ library and exposes
most of its features in a nice, easy-to-use way. most of its features in a nice, easy-to-use way.
And I have to say, it's _way_ better than the old Python Protobuf implementation that I helped put And I have to say, it's _way_ better than the old Python Protobuf implementation that I helped put
...@@ -30,7 +30,7 @@ together at Google. Here's why: ...@@ -30,7 +30,7 @@ together at Google. Here's why:
C-extension-based Python Protobuf implementation (which isn't enabled by default due to various C-extension-based Python Protobuf implementation (which isn't enabled by default due to various
obscure problems), Jason's Cap'n Proto implementation is faster than that, too. obscure problems), Jason's Cap'n Proto implementation is faster than that, too.
Go [check it out](http://jparyani.github.io/capnpc-python-cpp/)! Go [check it out](http://jparyani.github.io/pycapnp/)!
By the way, there is also a budding [Erlang implementation](http://ecapnp.astekk.se/) By the way, there is also a budding [Erlang implementation](http://ecapnp.astekk.se/)
(by Andreas Stenius), and work (by Andreas Stenius), and work
......
...@@ -12,7 +12,7 @@ maintained by respective authors and have not been reviewed by me ...@@ -12,7 +12,7 @@ maintained by respective authors and have not been reviewed by me
##### Ready To Use ##### Ready To Use
* [C++](cxx.html) by [@kentonv](https://github.com/kentonv) -- Official reference implementation * [C++](cxx.html) by [@kentonv](https://github.com/kentonv) -- Official reference implementation
* [Python](http://jparyani.github.io/capnpc-python-cpp/) by * [Python](http://jparyani.github.io/pycapnp/) by
[@jparyani](https://github.com/jparyani) -- Based on C extensions wrapping the C++ implementation. [@jparyani](https://github.com/jparyani) -- Based on C extensions wrapping the C++ implementation.
##### Works In Progress ##### Works In Progress
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment