Skip to content

Commit 9af9c05

Browse files
Ogban UgotOgban Ugot
authored andcommitted
add utils module
1 parent e712d17 commit 9af9c05

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

avenieca/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from avenieca.utils.config import *
2-
from avenieca.utils.signal import *
2+
from avenieca.utils.signal import *

avenieca/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Config = {
2-
"bootstrap_servers": str,
3-
"topic": str,
2+
"bootstrap_servers": "localhost:9092",
3+
"topic": "",
44
"auto_offset_reset": "earliest"
55
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
2828
],
29-
packages=["avenieca", "avenieca/producers"],
29+
packages=["avenieca", "avenieca/producers", "avenieca/utils"],
3030
include_package_data=True,
3131
install_requires=["kafka-python", "numpy"],
3232
)

0 commit comments

Comments
 (0)