Ice is a comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more.
Project description
The Internet Communications Engine (Ice) provides a robust, proven platform for developing mission-critical networked applications. Let Ice handle all of the low-level details such as network connections, serialization, and concurrency so that you can focus on your application logic.
Our Python extension makes the full Ice feature set available to Python developers, including:
Client and server support
Synchronous and asynchronous invocations
Communicate via TCP, SSL, UDP, multicast, and WebSocket transports
Supports IPv4 and IPv6
Intuitive mapping from Slice to Python
To give you an idea of what it’s like to use Ice in Python, here’s a complete program that tests whether a remote Ice object is available:
import Ice communicator = Ice.initialize() obj = communicator.stringToProxy("hello:tcp -h myhost.mydomain.com -p 10000") obj.ice_ping() communicator.destroy()
With support for Python2 and Python3, you can easily add Ice to your existing Python infrastructure and discover how easy it is to build distributed applications with Ice.
Package Contents
This package includes the Ice extension for Python, the standard Slice definition files, and the Slice-to-Python compiler. You will need to install a full Ice distribution if you want to use other Ice language mappings, or Ice services such as IceGrid, IceStorm and Glacier2.
Installation
We recommend using pip or easy_install to install this package. If you install using python setup.py install instead, be aware that the Slice-to- Python compiler (slice2py) will not be available.
By default, Ice is built statically with the package. On Linux and OS X, you can instead build the package with the system installed Ice shared libraries. To do so, you can provide the –with-installed-ice option to setup.py install. With pip, you should pass the –install-option=”–with-installed-ice” option to pip install.
Home Page
Visit ZeroC’s home page for the latest news and information about Ice.
Documentation
We provide extensive online documentation for Ice, the Python extension, and the other Ice language mappings and services.
Support
Join us on our user forums if you have questions about Ice.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for zeroc_ice-3.6.5-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdc4c68111dfe3542287ca6d41d2ad7ee22d8806cf6231f124769c60351d636c |
|
MD5 | 05e847baecc4edba8b298035eafe5660 |
|
BLAKE2b-256 | a36073ab2883142208c31bbf97afac47da26a3d894771e5d8d3e254fba83da6c |
Hashes for zeroc_ice-3.6.5-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9d9e00e2ee649971e3615752531d73577daedbc8a0ac04178727651f1ed4fa2 |
|
MD5 | 71dfb10163f822326efe745b4b3a5105 |
|
BLAKE2b-256 | 2b32169d3707983e19e86827b8fa3fda48003e0cec793db0579534d4d7b42dd3 |
Hashes for zeroc_ice-3.6.5-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7088ec02c091174776e66f70dc7bbb81280f355bc948bfb1a5d156ef8525d15f |
|
MD5 | cf39dc333d4f45fbfdf596a3752b9833 |
|
BLAKE2b-256 | 281d5352284cc85c95fdf58321d4dc79133a47cb10cc9697662077b4cc7e7bd7 |
Hashes for zeroc_ice-3.6.5-cp27-cp27m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8145dcea8fcff2a58ffd74a358d71a46b714b686b4106d8c97cda491c558e14b |
|
MD5 | 28a32f95df32596b4c1af435787c9bb3 |
|
BLAKE2b-256 | b32c90f6f94289125af0eceb97b4335edeafd0ba6057b16220924ca9fabdef5a |
Hashes for zeroc_ice-3.6.5-cp27-cp27m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 514e602f9e8d0c7f4cf1a3777fbc357e11323e5ab1bfa169edd6d76118e76920 |
|
MD5 | fdf1c767372e71b309fb4610acf79b98 |
|
BLAKE2b-256 | 09c6f8a98bf7c5b037b2eb621da10d19bb2f57c0edb02612cb2aa9d7bde0c607 |
Hashes for zeroc_ice-3.6.5-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d13ed4130683726d9741e1f6789e7b977b14ad3aa39d23ffaa798bbf9e8f11b |
|
MD5 | ad4166270afe82c348282f98cc677d32 |
|
BLAKE2b-256 | cb93a73e2a8cd8bcb145a4b0d6863c7e1160cc9574e87d2154c4ce14e1659e08 |