Development Status
- 5 - Production/Stable
- 6 - Mature
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Natural Language
- English
- Dutch
Operating System
- OS Independent
Programming Language
- Python
- Python :: 2.7
- Python :: 3.5
- Python :: 3.6
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
Topic
- Software Development :: Object Brokering
- System :: Distributed Computing
- System :: Networking
Pyro means PYthon Remote Objects. It is a library that enables you to build applications in which objects can talk to eachother over the network, with minimal programming effort. You can just use normal Python method calls, with almost every possible parameter and return value type, and Pyro takes care of locating the right object on the right computer to execute the method. It is designed to be very easy to use, and to generally stay out of your way. But it also provides a set of powerful features that enables you to build distributed applications rapidly and effortlessly. Pyro is a pure Python library and runs on many different platforms and Python versions.
The source code repository is on Github: https://github.com/irmen/Pyro4
The documentation can be found here: http://pyro4.readthedocs.io