From d683615a0f03befa521934cbfa2f1690982951ee Mon Sep 17 00:00:00 2001 From: Till Schulte-Coerne Date: Sat, 25 Jan 2025 09:29:38 +0100 Subject: [PATCH] delete .egg-info dir --- .gitignore | 1 + can2mqtt.egg-info/PKG-INFO | 60 -------------------------- can2mqtt.egg-info/SOURCES.txt | 14 ------ can2mqtt.egg-info/dependency_links.txt | 1 - can2mqtt.egg-info/entry_points.txt | 2 - can2mqtt.egg-info/requires.txt | 9 ---- can2mqtt.egg-info/top_level.txt | 1 - 7 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 can2mqtt.egg-info/PKG-INFO delete mode 100644 can2mqtt.egg-info/SOURCES.txt delete mode 100644 can2mqtt.egg-info/dependency_links.txt delete mode 100644 can2mqtt.egg-info/entry_points.txt delete mode 100644 can2mqtt.egg-info/requires.txt delete mode 100644 can2mqtt.egg-info/top_level.txt diff --git a/.gitignore b/.gitignore index 847a670..c97983e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ dist build config.yaml +.egg-info diff --git a/can2mqtt.egg-info/PKG-INFO b/can2mqtt.egg-info/PKG-INFO deleted file mode 100644 index 5a4b6d8..0000000 --- a/can2mqtt.egg-info/PKG-INFO +++ /dev/null @@ -1,60 +0,0 @@ -Metadata-Version: 2.2 -Name: can2mqtt -Version: 0.0.1 -Summary: A python can to mqtt bridge -Home-page: https://github.com/tillsc/can2mqtt -Author: Till Schulte-Coerne -Author-email: till.schulte-coerne@innoq.com -Project-URL: Bug Reports, https://github.com/tillsc/can2mqtt/issues -Classifier: Development Status :: 3 - Alpha -Classifier: Intended Audience :: Developers -Classifier: Topic :: Software Development :: -Classifier: License :: OSI Approved :: MIT License -Classifier: Programming Language :: Python :: 3 -Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4 -Description-Content-Type: text/markdown -Requires-Dist: python-can -Requires-Dist: cantools -Requires-Dist: paho-mqtt -Requires-Dist: pyyaml -Provides-Extra: dev -Provides-Extra: test -Requires-Dist: pytest; extra == "test" -Dynamic: author -Dynamic: author-email -Dynamic: classifier -Dynamic: description -Dynamic: description-content-type -Dynamic: home-page -Dynamic: keywords -Dynamic: project-url -Dynamic: provides-extra -Dynamic: requires-dist -Dynamic: requires-python -Dynamic: summary - -[DBC](http://socialledge.com/sjsu/index.php/DBC_Format) based CAN to MQTT brigde -=== - -This is a generic CAN 2 MQTT bridge build with Python 3 - -### Setup - -This package is based upon the following dependencies: - -* [python-can](https://python-can.readthedocs.io/en/master/) -* [cantools](https://github.com/eerimoq/cantools) -* [phao](http://www.eclipse.org/paho/) - -Install all required Python 3 dependencies on a raspberry: - - sudo apt-get install python3-pip python3-can - pip3 install paho-mqtt cantools - -### Usage - -Copy your DBC files into the root directory. - -Copy config.example.yaml to config.yaml and modify it. - -Run `./main.py` or `python3 main.py` diff --git a/can2mqtt.egg-info/SOURCES.txt b/can2mqtt.egg-info/SOURCES.txt deleted file mode 100644 index a162a5c..0000000 --- a/can2mqtt.egg-info/SOURCES.txt +++ /dev/null @@ -1,14 +0,0 @@ -README.md -setup.py -can2mqtt/__init__.py -can2mqtt/app.py -can2mqtt/can_listener.py -can2mqtt.egg-info/PKG-INFO -can2mqtt.egg-info/SOURCES.txt -can2mqtt.egg-info/dependency_links.txt -can2mqtt.egg-info/entry_points.txt -can2mqtt.egg-info/requires.txt -can2mqtt.egg-info/top_level.txt -can2mqtt/test/__init__.py -can2mqtt/test/mqtt_dummy.py -can2mqtt/test/test_main.py \ No newline at end of file diff --git a/can2mqtt.egg-info/dependency_links.txt b/can2mqtt.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/can2mqtt.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/can2mqtt.egg-info/entry_points.txt b/can2mqtt.egg-info/entry_points.txt deleted file mode 100644 index 8d5f69d..0000000 --- a/can2mqtt.egg-info/entry_points.txt +++ /dev/null @@ -1,2 +0,0 @@ -[console_scripts] -run = run:main diff --git a/can2mqtt.egg-info/requires.txt b/can2mqtt.egg-info/requires.txt deleted file mode 100644 index b0d799c..0000000 --- a/can2mqtt.egg-info/requires.txt +++ /dev/null @@ -1,9 +0,0 @@ -python-can -cantools -paho-mqtt -pyyaml - -[dev] - -[test] -pytest diff --git a/can2mqtt.egg-info/top_level.txt b/can2mqtt.egg-info/top_level.txt deleted file mode 100644 index 4344535..0000000 --- a/can2mqtt.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -can2mqtt