pyrpn pyrpn is a Python implementation of a RPN (reverse polish notation) parser. Usage from rpn import RPN print(RPN().calc('2 3 +')) >> 5 License See LICENSE.txt