AS: adding first phase of orientation

This commit is contained in:
Alexander Schaefer
2025-01-29 09:58:44 +00:00
parent 79001dc331
commit 45650caa1b
5106 changed files with 582827 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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
License-File: LICENSE
UNKNOWN

View File

@@ -0,0 +1,18 @@
LICENSE
package.xml
setup.cfg
setup.py
../../build/py_srvcli/py_srvcli.egg-info/PKG-INFO
../../build/py_srvcli/py_srvcli.egg-info/SOURCES.txt
../../build/py_srvcli/py_srvcli.egg-info/dependency_links.txt
../../build/py_srvcli/py_srvcli.egg-info/entry_points.txt
../../build/py_srvcli/py_srvcli.egg-info/requires.txt
../../build/py_srvcli/py_srvcli.egg-info/top_level.txt
../../build/py_srvcli/py_srvcli.egg-info/zip-safe
py_srvcli/__init__.py
py_srvcli/client_member_function.py
py_srvcli/service_member_function.py
resource/py_srvcli
test/test_copyright.py
test/test_flake8.py
test/test_pep257.py

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 @@