Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit cc2b037

Browse files
committed
Update readme.md
1 parent ff56722 commit cc2b037

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
Log Handler to ship logs to Kafka Producer. Compatible with Django.
44

55
#### Installation
6-
- Install using PIP: `pip install python_logging_kafka`
6+
- Install using PIP: `pip install -i https://test.pypi.org/simple/ python-logging-kafka`
7+
- (Work In Progress): https://test.pypi.org/project/python-logging-kafka/
78

89
### Versions
910

1011
| Version | Dependency |
1112
|--------------|------------------------|
12-
| >= 1.x | kafka-python>=2.0.1 |
13+
| >= 1.x | kafka-python>=2.0.0 |
1314

1415

1516
#### Handlers
@@ -18,7 +19,7 @@ Log Handler to ship logs to Kafka Producer. Compatible with Django.
1819

1920

2021
#### Standalone Python
21-
- Refer `example.py`
22+
- Refer `python_logging_kafka/example.py`
2223
```
2324
class Main:
2425

0 commit comments

Comments
 (0)