AS: creating final node

This commit is contained in:
Alexander Schaefer
2025-05-04 23:38:12 +02:00
parent 3ed8fd5c5c
commit e8d48c0a4d
1474 changed files with 3162 additions and 118583 deletions

View File

@@ -0,0 +1,12 @@
Metadata-Version: 2.1
Name: py-srvcli
Version: 0.0.0
Summary: srvcli
Home-page: UNKNOWN
Maintainer: root
Maintainer-email: root@todo.todo
License: Apache-2.0
Platform: UNKNOWN
UNKNOWN

View File

@@ -0,0 +1,14 @@
package.xml
setup.cfg
setup.py
py_srvcli/__init__.py
py_srvcli/client_member_function.py
py_srvcli/service_member_function.py
py_srvcli.egg-info/PKG-INFO
py_srvcli.egg-info/SOURCES.txt
py_srvcli.egg-info/dependency_links.txt
py_srvcli.egg-info/entry_points.txt
py_srvcli.egg-info/requires.txt
py_srvcli.egg-info/top_level.txt
py_srvcli.egg-info/zip-safe
resource/py_srvcli

View File

@@ -0,0 +1,4 @@
[console_scripts]
client = py_srvcli.client_member_function:main
service = py_srvcli.service_member_function:main

View File

@@ -0,0 +1 @@
setuptools

View File

@@ -0,0 +1 @@
py_srvcli

View File

@@ -0,0 +1 @@