Revert "NO-JIRA: bump python bindings post-release version for PyPi"

This reverts commit fc87964419372cb261810a4c9649f7a5b2a5d399.

Turns out that 0.12.2 was never released on PyPi, so no need for the
".post1" designation.
1 file changed
tree: 1e77b4f892ca6b97d0d29205db728274e8c4b9c9
  1. bin/
  2. contrib/
  3. design/
  4. docs/
  5. examples/
  6. proton-c/
  7. proton-j/
  8. tests/
  9. tools/
  10. .gitattributes
  11. .gitignore
  12. .mailmap
  13. .reviewboardrc
  14. .travis.yml
  15. appveyor.yml
  16. CMakeLists.txt
  17. config.bat.in
  18. config.sh.in
  19. cpp.cmake
  20. DEVELOPERS.md
  21. INSTALL.md
  22. LICENSE
  23. NOTICE
  24. pom.xml
  25. README.md
  26. RELEASE.md
  27. TODO
  28. version.txt
README.md

Qpid Proton - AMQP messaging toolkit

Linux BuildWindows Build
Linux Build StatusWindows Build Status

Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language

Features

  • A flexible and capable reactive messaging API
  • Full control of AMQP 1.0 protocol semantics
  • Portable C implementation with bindings to popular languages
  • Pure-Java and pure-JavaScript implementations
  • Peer-to-peer and brokered messaging
  • Secure communication via SSL and SASL

Universal - Proton is designed to scale both up and down. Equally suitable for simple clients or high-powered servers, it can be deployed in simple peer-to-peer configurations or as part of a global federated messaging network.

Embeddable - Proton is carefully written to be portable and cross platform. It has minimal dependencies, and it is architected to be usable with any threading model, as well as with non-threaded applications. These features make it uniquely suited for embedding messaging capabilities into existing software.

Standard - Built around the AMQP 1.0 messaging standard, Proton is not only ideal for building out your own messaging applications but also for connecting them to the broader ecosystem of AMQP 1.0-based messaging applications.

Getting Started

See the included INSTALL file for build and install instructions and the DEVELOPERS file for information on how to modify and test the library code itself.

Please see http://qpid.apache.org/proton for a more info.