Metadata-Version: 2.1
Name: roself
Version: 0.2.0
Summary: roself is a Python-based interactive ROS1 Topic Browser that lets you explore, filter, drill down, and monitor topics in a command-line TUI (Text-based User Interface).
Author-email: XiaoMing <mesakas@icloud.com>
License: MIT
Project-URL: Homepage, https://github.com/mesakas/roself
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rospy
Requires-Dist: roslib
Requires-Dist: rosgraph

rm -rf dist build *.egg-info
python3 -m build
python3 -m twine upload dist/*
