AS: adding first phase of orientation
This commit is contained in:
13
ros2_ws/build/py_pubsub/py_pubsub.egg-info/PKG-INFO
Normal file
13
ros2_ws/build/py_pubsub/py_pubsub.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,13 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: py-pubsub
|
||||
Version: 0.0.0
|
||||
Summary: pubsub
|
||||
Home-page: UNKNOWN
|
||||
Maintainer: root
|
||||
Maintainer-email: root@todo.todo
|
||||
License: Apache-2.0
|
||||
Platform: UNKNOWN
|
||||
License-File: LICENSE
|
||||
|
||||
UNKNOWN
|
||||
|
||||
18
ros2_ws/build/py_pubsub/py_pubsub.egg-info/SOURCES.txt
Normal file
18
ros2_ws/build/py_pubsub/py_pubsub.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
LICENSE
|
||||
package.xml
|
||||
setup.cfg
|
||||
setup.py
|
||||
../../build/py_pubsub/py_pubsub.egg-info/PKG-INFO
|
||||
../../build/py_pubsub/py_pubsub.egg-info/SOURCES.txt
|
||||
../../build/py_pubsub/py_pubsub.egg-info/dependency_links.txt
|
||||
../../build/py_pubsub/py_pubsub.egg-info/entry_points.txt
|
||||
../../build/py_pubsub/py_pubsub.egg-info/requires.txt
|
||||
../../build/py_pubsub/py_pubsub.egg-info/top_level.txt
|
||||
../../build/py_pubsub/py_pubsub.egg-info/zip-safe
|
||||
py_pubsub/__init__.py
|
||||
py_pubsub/publisher_member_function.py
|
||||
py_pubsub/subscriber_member_function.py
|
||||
resource/py_pubsub
|
||||
test/test_copyright.py
|
||||
test/test_flake8.py
|
||||
test/test_pep257.py
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[console_scripts]
|
||||
listener = py_pubsub.subscriber_member_function:main
|
||||
talker = py_pubsub.publisher_member_function:main
|
||||
|
||||
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/requires.txt
Normal file
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/requires.txt
Normal file
@@ -0,0 +1 @@
|
||||
setuptools
|
||||
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/top_level.txt
Normal file
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
py_pubsub
|
||||
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/zip-safe
Normal file
1
ros2_ws/build/py_pubsub/py_pubsub.egg-info/zip-safe
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user