ztl

View on PyPIReverse Dependencies (0)

0.0.1 ztl-0.0.1-py3-none-any.whl

Wheel Details

Project: ztl
Version: 0.0.1
Filename: ztl-0.0.1-py3-none-any.whl
Download: [link]
Size: 15625
MD5: c09c38e93f31bba7e8249afb11166129
SHA256: 6c05d9056dac78bffb4499e2ec98f7ac84c6e0d874eece96274043866089b1e8
Uploaded: 2024-01-21 21:57:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ztl
Version: 0.0.1
Summary: A thin library relying on zmq to dispatch tasks
Author: Patrick Holthaus
Author-Email: Patrick Holthaus <patrick.holthaus[at]googlemail.com>
Home-Page: https://gitlab.com/robothouse/rh-user/ztl/
Project-Url: Homepage, https://gitlab.com/robothouse/rh-user/ztl/
Project-Url: Bug Tracker, https://gitlab.com/robothouse/rh-user/ztl/issues/
License: BSD 2-Clause License Copyright (c) 2023, UH Robot House / User Projects All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: oyaml
Requires-Dist: pyzmq
Requires-Dist: pytest
Requires-Dist: pytest-xprocess
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 500 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ztl/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ztl/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ztl/core/client.py sha256=_bd3QsL6aJK7FalXYdxakcnq-wyVnYZF__N6X0TcjMY 3276
ztl/core/protocol.py sha256=elTQdjRp7rtAx9r5MDThaqlNV-XjtVYTP4VllLIhpJU 1756
ztl/core/server.py sha256=UV1692IYZGHHR65PAsFJMjsTydrI8-xg2sBQC3_BuqM 3464
ztl/core/task.py sha256=jNSTjfE1Mz_WrXWiOGK_uQ6ahaFkVAhAo1nT-Fwr27Y 2278
ztl/example/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ztl/example/simple_client.py sha256=wc81zGv1rgoDAeh59ivfQH4lFl0pfuTowb1A4kPzjLA 1164
ztl/example/simple_server.py sha256=0_cFqW1FG2omVa1PuwQmf1RVxw598PdGxoAR4ZaGMko 1534
ztl/script/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ztl/script/run_script.py sha256=dGSJt9NGgXgcHYbja-SQEVYrlpCqL41u_3U2IKFfXmc 6904
ztl-0.0.1.data/scripts/run_script.py sha256=BZLwyB2gXNOuAJtX0cCQEMdXaeR31XkBpLiyrD61rEE 6891
ztl-0.0.1.data/scripts/simple_client.py sha256=JRGuEq6IvT4B57TaXcHhm6JAl9HRTUQTd0AJSCwxz8U 1151
ztl-0.0.1.data/scripts/simple_server.py sha256=10be6YIj2TmLnMBk19bE5BF1G09ZLqf46q9P3iuF6Cw 1521
ztl-0.0.1.dist-info/LICENSE sha256=VgI5cUJnzBFALpdjTAWZ0XGVHpG9-84ZmrcTdscHPBQ 1340
ztl-0.0.1.dist-info/METADATA sha256=YUI9ePJ-N-mOYVDi_fRzRLkTBTbszcxfIvlpijOsPWY 2767
ztl-0.0.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
ztl-0.0.1.dist-info/entry_points.txt sha256=N4vb9XopMDmtyjzCmhDlhH6hRo9XRxMMao05nn-duNM 176
ztl-0.0.1.dist-info/top_level.txt sha256=6-4wwYvI8V9MLPkE_3kNuTyoltKU4KYO6aKpADV8GWQ 4
ztl-0.0.1.dist-info/RECORD

top_level.txt

ztl

entry_points.txt

ztl_run_script = ztl.script.run_script:main_cli
ztl_simple_client = ztl.example.simple_client:main_cli
ztl_simple_server = ztl.example.simple_server:main_cli