Robot Raconteur Python Library
Project description
robotraconteur Python Package
A communication framework for robotics, automation, and the Internet of Things
Github Repository: https://github.com/robotraconteur/robotraconteur
Introduction
Robot Raconteur is a powerful communication framework for robotics and automation systems. While intended for use with robotics, it is flexible enough to be used for other applications, including building control, infrastructure, and Internet-of-Things applications, among many others. This package contains the Robot Raconteur Core library for Python.
Installation
For most platforms, the easiest way to install Robot Raconteur is using pip
:
python -m pip install robotraconteur
Packages are available from pip for Python 3.6 and later for Windows (x86,x64), macOS (x64,arm64) and Linux (x64,arm64).
Use python3
instead of python
if you are using Ubuntu or other Linux distributions.
It may be neccessary to update pip
before installing on older Linux distributions:
sudo python3 -m pip install --upgrade pip
Conda packages are also available from the conda-forge
channel:
conda install -c conda-forge robotraconteur
It is highly recommended that the robotraconteurcompanion
package is also installed.
python -m pip install robotraconteur robotraconteurcompanion
Or with Conda:
conda install -c conda-forge robotraconteur robotraconteur_companion_python
For other installation options, see the installation instructions.
Documentation
See the Robot Raconteur Documentation
See the Robot Raconteur Examples
Quick Start
The Quick Start example demonstrates the basic functionality of Robot Raconteur be creating a service, and then calling the service using a client. This example uses the "Reynard the Robot" Python package, which provides a simple cartoon robot.
reynard_quickstart_service.py
import RobotRaconteur as RR
RRN = RR.RobotRaconteurNode.s
import threading
import reynard_the_robot
# Define the service definition for the quickstart service
reynard_quickstart_interface = """
service experimental.reynard_quickstart
object ReynardQuickstart
function void say(string text)
function void teleport(double x, double y)
end
"""
# Implement the quickstart service
class ReynardQuickstartImpl(object):
def __init__(self):
self.reynard = reynard_the_robot.Reynard()
self.reynard.start()
self._lock = threading.Lock()
def say(self, text):
with self._lock:
self.reynard.say(text)
def teleport(self, x, y):
with self._lock:
self.reynard.teleport(x, y)
with RR.ServerNodeSetup("experimental.minimal_create2", 53222):
# Register the service type
RRN.RegisterServiceType(reynard_quickstart_interface)
reynard_inst = ReynardQuickstartImpl()
# Register the service
RRN.RegisterService("reynard", "experimental.reynard_quickstart.ReynardQuickstart", reynard_inst)
# Wait for program exit to quit
input("Press enter to quit")
To run the service, execute the following command:
python reynard_quickstart_service.py
And open a browser to http://localhost:29201 to view the Reynard user interface.
This service can now be called by a connecting client. Because of the magic of Robot Raconteur, it is only necessary to connect to the service to utilize its members. In Python and MATLAB there is no boilerplate code, and in the other languages the boilerplate code is generated automatically.
reynard_quickstart_client.py
from RobotRaconteur.Client import *
# RRN is imported from RobotRaconteur.Client
# Connect to the service.
obj = RRN.ConnectService('rr+tcp://localhost:53222/?service=reynard')
# Call the say function
obj.say("Hello from Reynard!")
# Call the teleport function
obj.teleport(100, 200)
To run the client, execute the following command:
python reynard_quickstart_client.py
License
Apache 2.0
Support
Please report bugs and issues on the GitHub issue tracker.
Ask questions on the Github discussions.
Acknowledgment
This work was supported in part by Subaward No. ARM-TEC-18-01-F-19 and ARM-TEC-19-01-F-24 from the Advanced Robotics for Manufacturing ("ARM") Institute under Agreement Number W911NF-17-3-0004 sponsored by the Office of the Secretary of Defense. ARM Project Management was provided by Christopher Adams. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of either ARM or the Office of the Secretary of Defense of the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes, notwithstanding any copyright notation herein.
This work was supported in part by the New York State Empire State Development Division of Science, Technology and Innovation (NYSTAR) under contract C160142.
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 Distributions
Built Distributions
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d60c2faa605bf44cf5aee2d4639f2c25838cbf8f79e06389c3d8aa27075edfcf |
|
MD5 | b7089a86af51156e99e1484885d4d353 |
|
BLAKE2b-256 | 9fd0f5e95b8a3369b24fdb89ef4b5bbc4bbaa85fb25b97eb369cc9ac3864a339 |
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e44c0e2a123bb3539e53238d012c8580ddfe97822c5561dcb6a39b8e4a3e2e |
|
MD5 | ac58ab959ffa805ca2a74353e6b6d5e3 |
|
BLAKE2b-256 | b208498abb6b030595a7118832704acffd8911106c60cdf87cfe39c5662e54da |
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4ba7c7ef3cc857365320c16deeb0b0e48c5868091b076295e4d3d26853449d3 |
|
MD5 | 5d98626f163800bf907b2958557ab734 |
|
BLAKE2b-256 | de328e4c8d5e492c8f6a09db2fa2134cb7322d4601e677661b04de257eb211c9 |
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be700c965ba13e42a8d4afa8d998f5f77274e47e0674a127eb6bdd86fc0851d |
|
MD5 | 38c4b840be592117128b5d02c32f3714 |
|
BLAKE2b-256 | f5fec435b228d305469ac79831354cd29fab97bec2c1ced1695d7f2f377c821c |
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-macosx_14_0_arm64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 21.7 MB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16fceb9eaee79eb199a993d16d4685bcd76075e5271656db5027cbfeb7b532f0 |
|
MD5 | 9331f179c1cd68f778d1459b862cab74 |
|
BLAKE2b-256 | d74d8b2cab636b1d05a2d8485e0ca9a2c79a43baa687a01c4313128ea8b87f6d |
File details
Details for the file RobotRaconteur-1.2.4-cp313-cp313-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp313-cp313-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.13, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4237b4109c480d1bfa2b956df1bb91095528025362b0ddda0b1ec50cd353199 |
|
MD5 | 123e2fe2829412b187228159f51bcbe6 |
|
BLAKE2b-256 | 0d9c507ef46c5e83f74e88c1150612b6f10e929ab7b868b745e87a72969e907e |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd5e98122450ae38ead384b21a47bb88f2ffbe892b0e1940d5a386c93a56b73 |
|
MD5 | eaf4803a16f8cc8cbaf07be535918240 |
|
BLAKE2b-256 | 1c4ef1008a0da8b1bca0f80c698e0edfb6fca37432401e6fa8e4ec1edc165e5d |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c583c6ea2f0391f7425fbf2c6d062806c78aecfb13dd244c834218ef0d9fc8 |
|
MD5 | 6a16dc894a210e2b766f4402d0f58828 |
|
BLAKE2b-256 | 79085b412b836c20e9e9e99db528b5366c9e77c95ce6350568b7db3de142e843 |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ce4b5b397ec6ce399d852d664d67bdb639f0fb76beb08acf1d2f563bf07876e |
|
MD5 | 189c59f3e35ee5138021ca017f17e317 |
|
BLAKE2b-256 | 06c3ac414f42a0362957bf23ffff0770d64ef4fab518c392f5e795732c09b1b8 |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe72202ac5170b0c15e4b2b0af454ae41ee1b5d9738e15e643a5b65bca11ad97 |
|
MD5 | c68a41651027cadd7039bafb7fb792d7 |
|
BLAKE2b-256 | f64e0f4feb21c7980834057cdb25737018d4e772b49ec8bb18bbb23105b3601e |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-macosx_14_0_arm64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 21.7 MB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4baf426e05b38cf2cf89e1e475440842363e9c22748fc867e8f653ce34ecb4bb |
|
MD5 | af412ffc663363af9d6617865703f5b1 |
|
BLAKE2b-256 | 1edf709c5d70582cdcd84735a50e867e6c253e9258e3ab784389b584f9dc9241 |
File details
Details for the file RobotRaconteur-1.2.4-cp312-cp312-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp312-cp312-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.12, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d07b5be9d3b729b9b85fa0c9be75cf029d5f895157efce0450646d0cd29d1ba0 |
|
MD5 | 9d0d02b65bafa573bfd88e7a65504950 |
|
BLAKE2b-256 | d3c4d05213d0dccbd9021e0f8e534c68b34784b8ff261727ded4d559e8c6ca88 |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce0c675db00304f50f9c46ae7fd06e24756d8884422b2b908850bf784a1b14f7 |
|
MD5 | 0249327ff1fd009d4858330754801bae |
|
BLAKE2b-256 | 54fb9de665140db36c254c57533dc5ecc819ba2dd2524112d778a15c0b4e6d43 |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bff507fbbc92ddeeb953bf65a06f1b0cc8c18ff05235f171f56ed68523ca0ff |
|
MD5 | cc6e8c6509e07322cb3b37e34306d872 |
|
BLAKE2b-256 | da2ae7564f86820273fec5b258a24611409e5799f3c8855560fe4c6f1cb19390 |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eb641ca6e9c9af1509b112e903f578182c0661a3a76e9511d77899d4cf4d9c1 |
|
MD5 | 95c4e2f5149ad24a345cdab5727c4d6d |
|
BLAKE2b-256 | 4137ca63190535a0581ec201408db22d29edf168d3c576858f3e606e0fdfcae1 |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 715c0c95f9e0d6302e4d5415127f4adef6c853ac55127f4268b20580468e9690 |
|
MD5 | 08ba92ae7d1c5e0eefc3be07fb761e09 |
|
BLAKE2b-256 | c2460cffdcc83a5ec709892864d9d7d28eefe5a609bf27517eac996ac9fbeda4 |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-macosx_14_0_arm64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 21.7 MB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d56f83e132508a8c10b4822810d7f63bcbd0b31727ad6b78d1a5a11cd687f75 |
|
MD5 | 56d3016482e2f332d43aee5f4af0fb5e |
|
BLAKE2b-256 | 1f3bd5d88db8a8fbc8d9c77444f0fcf7ea0c9e0a62439e5632678ef89bfd3f0d |
File details
Details for the file RobotRaconteur-1.2.4-cp311-cp311-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp311-cp311-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.11, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e68c5756669455f0020cfc43619f33e4eb878f19347b01af4c67f343f581680b |
|
MD5 | 2efa66966aaa26dc74cbd4cced370961 |
|
BLAKE2b-256 | ed89eac1ee7a5bf770ee42c0f6f6640ad226006c1bd8626a56750fe0fad2d860 |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56b28a1e9368498110d61a71e02e2e268693968fe4ac4181e1983492a41a5ba1 |
|
MD5 | a08bc5765ed20e459411139c931aeb0e |
|
BLAKE2b-256 | de247c15d2db9eb623023276e5b3891c2fe321621ce39ff8eea3fa92af8e009f |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19cb5dfb355cf566a17d6e2a7ad785d4728de5813147c14f13ab27724506a819 |
|
MD5 | 84b4231d5ae54251bfd1dc22a9068a24 |
|
BLAKE2b-256 | 663403634ae2cf53a8459eff53ff2729bc330cbd4b855c893b024a6de4fa182f |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83eedb1d8ab17ec921a885ab6ee932d154c7d8f0c5696ee08ba9b62b69227053 |
|
MD5 | 18b08d468d05c5136b420170859d05b2 |
|
BLAKE2b-256 | 9eef9f25b29be8ddee8c4be889984ead94f0d6c515d70cb7c1681422023a326e |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c37f1e31a9a3bb4bdc4ae21fd73ce134d10e3f08e7fe89f3394166cdbf42eb83 |
|
MD5 | 10d63475901bb8655210531e357a53a3 |
|
BLAKE2b-256 | 5613108e326c38142c4990cfd0f104a78c34368f84e97d5f1b73e96869dfbc92 |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-macosx_14_0_arm64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 21.7 MB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb664d6b5873aed8412500aa39ed913b0b06b15c14fa82304431e9ed26079f94 |
|
MD5 | 5dd8980c7d90fadae481fb25b5bb14a8 |
|
BLAKE2b-256 | ac542fb203d0591e418bc2d8d71820e4e042e37fa338a880a177e0a6a3df575f |
File details
Details for the file RobotRaconteur-1.2.4-cp310-cp310-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp310-cp310-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.10, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 074fb6cc698799eae5f3cb84126105deae16dd2bf5a553c6993672b5e24541d0 |
|
MD5 | 6aed71e71b49d2ffb50f69d338b5f7dc |
|
BLAKE2b-256 | 5e487a75290b14248daed9f60f3574d4143e8fc5a0e9d0de8f15127b1cd25a0e |
File details
Details for the file RobotRaconteur-1.2.4-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07f57c608199cfe535f45478cec506ddd59eb6b3e7f28f7f65338e6eed91acf6 |
|
MD5 | 4165312eda6adfb1d5567ac56aa37c02 |
|
BLAKE2b-256 | 2ff2287fbc68925973c00c1cceca7199fd645f92cf23ed248351bef0fc483c6f |
File details
Details for the file RobotRaconteur-1.2.4-cp39-cp39-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp39-cp39-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5023b4ff14465a6c602bc8eec157f8e40f7d03067634ecb966bd870b6da67ba3 |
|
MD5 | 62fb22c3af2517acd9031b23237e2514 |
|
BLAKE2b-256 | eea6e0de038006be892526d88dd0ac01c9b8d93af1842ff4b57c238ab99271ed |
File details
Details for the file RobotRaconteur-1.2.4-cp39-cp39-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp39-cp39-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 916f4b9a8fadab41b4cf23a249c3b9898f48c8e72299646a9830fa0951a48ed4 |
|
MD5 | 0dc1d1a66da6e1909a42e8358b875954 |
|
BLAKE2b-256 | 2eef2cb5384c4bbf5bcab3e2ea02c998ca79b3fa0f7c0f6600958f5db3e43d8a |
File details
Details for the file RobotRaconteur-1.2.4-cp39-cp39-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp39-cp39-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 072453904bdf1298a01c7dbd2d4f404960eb6b3a188b2f363d1aebfc3cfa9dba |
|
MD5 | 26131001af1431686f8d3277428b0265 |
|
BLAKE2b-256 | 6450e6544e389f148d940081ef8efa2fbe64d2b14205c8db5828bcfbf68f377c |
File details
Details for the file RobotRaconteur-1.2.4-cp39-cp39-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp39-cp39-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.9, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02e992bf4ec061162470b58b4dd6c9fc8e6f6bc7f8ab53cd549b1233aafdca10 |
|
MD5 | fe3a316b95d8889aa80281f1bb26ef39 |
|
BLAKE2b-256 | 8fe92e8bd41eb97f7c688ccd2ef3f1cfe5ded5318ecb87c27a4f8399fa07df03 |
File details
Details for the file RobotRaconteur-1.2.4-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67f6d82dfb273e705adaab91af8c7bdd77595a390ce366371825db54c42ca46e |
|
MD5 | e12fe04e2a5efee937320bf62f56a66a |
|
BLAKE2b-256 | 2ed64259730a96319cbe5104765d15df5d7d7631e243e7ca58eec3cff827b672 |
File details
Details for the file RobotRaconteur-1.2.4-cp38-cp38-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp38-cp38-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f9597f71299bcdbf5b57bb967dc1b5fa3ca113cace6109222183f79b0f405aa |
|
MD5 | 1e97d5c5b3ca1b94825efa36c3cda7f3 |
|
BLAKE2b-256 | f7cc9277c3e753c4738ed97c33037cd751185da235c1bff4e54eb6b9dd5285f1 |
File details
Details for the file RobotRaconteur-1.2.4-cp38-cp38-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp38-cp38-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 503d66bea9e45bb7e6ee94de94422de600288b315b25de9d5bb18bb4f7b719c7 |
|
MD5 | 3dc6fad58e90d4c12b18ec06e3ad79ba |
|
BLAKE2b-256 | be93c6e4e875a0e093a1ac7b595c55e6e8962986d89753d74eb3b8cc08e6beb2 |
File details
Details for the file RobotRaconteur-1.2.4-cp38-cp38-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp38-cp38-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8576ce5067687c0ab66802da290ce54bf6f5f89b50692898297621e7aa8385d8 |
|
MD5 | 41a45b6efc39bb674f9748516fb4a898 |
|
BLAKE2b-256 | 9adccbea8f19db51d84081b8723be55b014de4767b888a0aae8c8d4d6c1f817a |
File details
Details for the file RobotRaconteur-1.2.4-cp38-cp38-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp38-cp38-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.8, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5f1627664863dbfb060812665819f994d95049c90ceebe84806eaee51145816 |
|
MD5 | 754cf4f9151250d1afefd2632f68a1e0 |
|
BLAKE2b-256 | 6d2b557929c9bd31519b2cf6536800bf9b5a7f1e127e5fd2e4bec6ae726bdb88 |
File details
Details for the file RobotRaconteur-1.2.4-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aacacc1b283596459144aa046bb27363ea4a2fa15c9c69a3bf93fe8c36b166d5 |
|
MD5 | ffdb7fd3564adf3cb6964ef867bd3f83 |
|
BLAKE2b-256 | 4a10ef855ced495a6b53c14862f0e4eaeb8e97e0a0ccc7063c07a121816a43c7 |
File details
Details for the file RobotRaconteur-1.2.4-cp37-cp37m-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp37-cp37m-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ab940c140ede24297a04d6e7a25459273d8094cd8095062629a483288e44dbf |
|
MD5 | 9807b6afba01bd11edc729a488b939f9 |
|
BLAKE2b-256 | 726adc755a43519c79fa336553ac35a00e8cb98735bd7fbd147d86a9bef46831 |
File details
Details for the file RobotRaconteur-1.2.4-cp37-cp37m-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp37-cp37m-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 21.5 MB
- Tags: CPython 3.7m, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c7be76f45d9dc2b5ce3e45128a13aff4d030abdf493c3fb565bc3cdcbb2739f |
|
MD5 | 1e934ea7ffdaff305713105d99908af1 |
|
BLAKE2b-256 | 66e8a63ceff6379dac251b10e591ba8cd94db63cc4190762a68c66d4dc22bfd9 |
File details
Details for the file RobotRaconteur-1.2.4-cp37-cp37m-manylinux_2_31_aarch64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp37-cp37m-manylinux_2_31_aarch64.whl
- Upload date:
- Size: 23.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.31+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3435c15cc33182f91292ffcd59256c0daedaab245bebf37c0d04c6f03075f45f |
|
MD5 | 3bbbe943b6d7e448936b97af4b007742 |
|
BLAKE2b-256 | 445fdfa125be16ad866fd6940eb415ec4adbad13e2529bcbd3edde76bc1d257f |
File details
Details for the file RobotRaconteur-1.2.4-cp37-cp37m-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp37-cp37m-macosx_12_0_x86_64.whl
- Upload date:
- Size: 22.1 MB
- Tags: CPython 3.7m, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c3421a97df5b53e36d574c73d86a950b72a060dccfb615fca1dbe1f5c8b024a |
|
MD5 | 0f644bf8a97bc90d589468116a1c29a7 |
|
BLAKE2b-256 | 705da227cf50227b984474ea104a05608f68a388508b9cff571b373a8cf3c35c |
File details
Details for the file RobotRaconteur-1.2.4-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3ca880819b399716629284cf959339bfd45061b6e09e4db08eece82bc2bf719 |
|
MD5 | 947a5910067e6e807c3e1bd4a502bafa |
|
BLAKE2b-256 | 07b094cc6a6c2bdf1fa0a890293ee6f2e8036c2d77b9dadf14109a957a446b55 |
File details
Details for the file RobotRaconteur-1.2.4-cp36-cp36m-win32.whl
.
File metadata
- Download URL: RobotRaconteur-1.2.4-cp36-cp36m-win32.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cc449889819535ac29828f65a73fd1108d8894f23f16311006c8dd03d150d2e |
|
MD5 | 0fc7941af704bddad8fa99838e8f0230 |
|
BLAKE2b-256 | e98f43dc5644eefc7968a5aa84ad3a02c6a881e7800cfab688a947497bb8f481 |