base-node-rpc
Advanced tools
| /* ######################################################################### | ||
| * [2016-08-11 14:50:47.079000] THIS FILE IS AUTOGENERATED - DO NOT EDIT! | ||
| * [2016-08-11 15:12:58.613000] THIS FILE IS AUTOGENERATED - DO NOT EDIT! | ||
| * ######################################################################### */ | ||
@@ -5,0 +5,0 @@ |
| # ############################################################################ | ||
| # [2016-08-11 14:50:49.192000] THIS FILE IS AUTOGENERATED - DO NOT EDIT! | ||
| # [2016-08-11 15:13:00.575000] THIS FILE IS AUTOGENERATED - DO NOT EDIT! | ||
| # ############################################################################ | ||
@@ -5,0 +5,0 @@ import types |
@@ -87,4 +87,3 @@ import time | ||
| import pandas as pd | ||
| return pd.Series(OrderedDict([(k, getattr(self, k)().tostring()) | ||
| properties = OrderedDict([(k, getattr(self, k)().tostring()) | ||
| for k in ['base_node_software_version', | ||
@@ -94,3 +93,6 @@ 'package_name', 'display_name', | ||
| 'software_version'] | ||
| if hasattr(self, k)]), dtype=object) | ||
| if hasattr(self, k)]) | ||
| for k in ['id', 'uuid']: | ||
| properties[k] = getattr(self, k) | ||
| return pd.Series(properties, dtype=object) | ||
@@ -97,0 +99,0 @@ @property |
+1
-1
| Metadata-Version: 2.0 | ||
| Name: base-node-rpc | ||
| Version: 0.16.post1 | ||
| Version: 0.16.post3 | ||
| Summary: Provides: 1) A memory-efficient set of base classes providing an API to most of the Arduino API, including EEPROM access, raw I2C master-write/slave-request, etc., and 2) Support for processing RPC command requests through either serial or I2C interface. Utilizes Python (host) and C++ (device) code generation from the `arduino_rpc` (http://github.com/wheeler-microfluidics/arduino_rpc.git) package. | ||
@@ -5,0 +5,0 @@ Home-page: http://github.com/wheeler-microfluidics/base_node_rpc.git |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"extensions": {"python.details": {"contacts": [{"email": "christian@fobel.net", "name": "Christian Fobel", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://github.com/wheeler-microfluidics/base_node_rpc.git"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "license": "GPLv2", "metadata_version": "2.0", "name": "base-node-rpc", "run_requires": [{"requires": ["arduino-rpc (>=1.7.post19)", "arduino-scons (>=0.1.post10)", "path-helpers", "protobuf (>=2.6.1)"]}], "summary": "Provides: 1) A memory-efficient set of base classes providing an API to most of the Arduino API, including EEPROM access, raw I2C master-write/slave-request, etc., and 2) Support for processing RPC command requests through either serial or I2C interface. Utilizes Python (host) and C++ (device) code generation from the `arduino_rpc` (http://github.com/wheeler-microfluidics/arduino_rpc.git) package.", "version": "0.16.post1"} | ||
| {"extensions": {"python.details": {"contacts": [{"email": "christian@fobel.net", "name": "Christian Fobel", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://github.com/wheeler-microfluidics/base_node_rpc.git"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "license": "GPLv2", "metadata_version": "2.0", "name": "base-node-rpc", "run_requires": [{"requires": ["arduino-rpc (>=1.7.post19)", "arduino-scons (>=0.1.post10)", "path-helpers", "protobuf (>=2.6.1)"]}], "summary": "Provides: 1) A memory-efficient set of base classes providing an API to most of the Arduino API, including EEPROM access, raw I2C master-write/slave-request, etc., and 2) Support for processing RPC command requests through either serial or I2C interface. Utilizes Python (host) and C++ (device) code generation from the `arduino_rpc` (http://github.com/wheeler-microfluidics/arduino_rpc.git) package.", "version": "0.16.post3"} |
+13
-13
| base_node_rpc/Test SerialProxy connection.ipynb,sha256=_PBOJ_H5CM10dH_DGxmpyxp6v2jIKr2_GAbAvrF76JQ,1258 | ||
| base_node_rpc/__init__.py,sha256=_Iny2egsv_g3iS7ucijcNGHCsCj0MCjZ4wWG3EYPiPM,1749 | ||
| base_node_rpc/node.py,sha256=h50kCTkYU2e85DlVe9k_vugFkUDRuiSu-gQzikv8nI4,29522 | ||
| base_node_rpc/node.py,sha256=uu8VpVLiDM8wRcfUVABrsc5dTIFbIHTQexbI5qV7ADE,29522 | ||
| base_node_rpc/pavement_base-proposed.py,sha256=GLL0vMWanpL1_Vt7sepDfKETGd6H2XX5PmbNJayb-4A,32374 | ||
@@ -8,7 +8,7 @@ base_node_rpc/pavement_base.py,sha256=OPF139rcSdH8dQjFyKVkqRta40LWldnvsYr_98RxMwU,18036 | ||
| base_node_rpc/protobuf.py,sha256=1hRLZT1fziFFrD5rJu2DnzrZ532uZAsI6sX9CVkR8fs,7688 | ||
| base_node_rpc/proxy.py,sha256=AfOqZ1nXlLEeJRCpBCe6jgIs5k3C9f9e6TWR5n8zQKQ,13435 | ||
| base_node_rpc/proxy.py,sha256=EeUSvNmGHtiu7InZthXV6gqC2ozoQVoijtscmOQV0vQ,13546 | ||
| base_node_rpc/queue.py,sha256=E66eevtGi5uQq1lq86g8CIJ5_cupyDN1l08PER6HAFA,3114 | ||
| base_node_rpc/.ipynb_checkpoints/Test SerialProxy connection-checkpoint.ipynb,sha256=HuE8BUJ9rMNJPgg6G4FuQBivGz00Yh6kyNWuatt283g,1984 | ||
| base_node_rpc/Arduino/base_node_rpc/Node.h,sha256=xzUA5rP4eFynDqQWY9LbGluuKTXW0vPy-tQlXSUaL5o,1024 | ||
| base_node_rpc/Arduino/base_node_rpc/NodeCommandProcessor.h,sha256=fitYwZHsxrrLVIHugZHoQx03FGTr4Pxfd1zNOIu2tmM,409 | ||
| base_node_rpc/Arduino/base_node_rpc/NodeCommandProcessor.h,sha256=0GZzyeP_dHwUTt6hib1kuDSSkEIFgrjFjh1YWhKTMWg,409 | ||
| base_node_rpc/Arduino/base_node_rpc/RPCBuffer.h,sha256=BYbuaGt1S_2YztlrHR_LdTRpqXgRi3mMBrUHhZuzY-o,1132 | ||
@@ -18,3 +18,3 @@ base_node_rpc/Arduino/base_node_rpc/RPCBuffer.ht,sha256=ijOeDzWV6klfpn_tzROHJQO7OAJGx3XOHXuB-35GbqY,765 | ||
| base_node_rpc/Arduino/base_node_rpc/base_node_rpc.ino,sha256=flCe6haPJFyN5TLQ6OZ5pfKw9UIBE8kvc3Tr36wuVUc,1133 | ||
| base_node_rpc/Arduino/library/BaseNodeRpc.zip,sha256=IqaJ41SDuGYzyEPHj_aut_SPbQmt92bvVC-3FNg9T7I,63241 | ||
| base_node_rpc/Arduino/library/BaseNodeRpc.zip,sha256=aywsrkyNiFV9AgJfOmO-1pAF8pmX2o90qtDleQQcosE,63289 | ||
| base_node_rpc/Arduino/library/BaseNodeRpc/library.properties,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 | ||
@@ -41,10 +41,10 @@ base_node_rpc/Arduino/library/BaseNodeRpc/src/BaseNodeRpc.h,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 | ||
| base_node_rpc/bin/upload.py,sha256=8K-I44pS64n-chaauNCVdHUdrFElxWldA9U7g1aVz4k,289 | ||
| base_node_rpc/firmware/mega2560/base_node_rpc.hex,sha256=V3gkbrYsRnQRq0ClgoXAuaRjRpoG1L1UpkXGourKpUo,34361 | ||
| base_node_rpc/firmware/uno/base_node_rpc.hex,sha256=zzhE6BTIAyfl0NHGZUTo-PfhwuN74jfuWmv0V78eB40,31780 | ||
| base_node_rpc-0.16.post1.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10 | ||
| base_node_rpc-0.16.post1.dist-info/METADATA,sha256=zCZU4FqtBCj6LXgwmvj3W5UFIoFobfFLauC7Pkr0-rs,809 | ||
| base_node_rpc-0.16.post1.dist-info/RECORD,, | ||
| base_node_rpc-0.16.post1.dist-info/WHEEL,sha256=90z-L1FjHEv_g8pMPaPbaXuhBIvSlvYObRaa122x8ag,97 | ||
| base_node_rpc-0.16.post1.dist-info/metadata.json,sha256=GCBdW0VSKAGiDYwZ_FVoVmkmBNZfjYZPgreOnEAwk5c,968 | ||
| base_node_rpc-0.16.post1.dist-info/pbr.json,sha256=tu-B8G_V9LX4YhjwKlbpBCmXVkz_R6lw3Pi8iSLX34s,46 | ||
| base_node_rpc-0.16.post1.dist-info/top_level.txt,sha256=3kO4wp_RBBUIbSeAnACRT-GeHFL8pG8vpsk_G3BFcDI,14 | ||
| base_node_rpc/firmware/mega2560/base_node_rpc.hex,sha256=NbCAEwHL2IA6iXbQUuEZvVzpcLwidB69zy--Ws5Bxnc,34361 | ||
| base_node_rpc/firmware/uno/base_node_rpc.hex,sha256=t_x_TlNgUXQ-6mujxaUbV6PomKeHQFYJo-DTDgU_XcM,31780 | ||
| base_node_rpc-0.16.post3.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10 | ||
| base_node_rpc-0.16.post3.dist-info/METADATA,sha256=rzWw-zxuNK8rxYixd0wC0_9iJiC21Lyh_EK-EvmK8WU,809 | ||
| base_node_rpc-0.16.post3.dist-info/RECORD,, | ||
| base_node_rpc-0.16.post3.dist-info/WHEEL,sha256=90z-L1FjHEv_g8pMPaPbaXuhBIvSlvYObRaa122x8ag,97 | ||
| base_node_rpc-0.16.post3.dist-info/metadata.json,sha256=5bMsG9nVuM5oCfsSLzyWhoRsnXmbj6S-9xpbBjkcwHM,968 | ||
| base_node_rpc-0.16.post3.dist-info/pbr.json,sha256=tu-B8G_V9LX4YhjwKlbpBCmXVkz_R6lw3Pi8iSLX34s,46 | ||
| base_node_rpc-0.16.post3.dist-info/top_level.txt,sha256=3kO4wp_RBBUIbSeAnACRT-GeHFL8pG8vpsk_G3BFcDI,14 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.