| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adhere to common python naming conventions | Ivan Pouzyrevsky | 2013-06-07 | 1 | -191/+0 |
| | | |||||
| * | Add Snappy support0.1-alpha | David Arthur | 2012-11-16 | 1 | -2/+45 |
| | | | | | Fixes #2 | ||||
| * | Packaging improvments | David Arthur | 2012-10-02 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Can now: ```python import kafka kafka.KafkaClient("localhost", 9092) ``` or ```python from kafka.client import KafkaClient KafkaClient("localhost", 9092) ``` or ```python import kafka.client kafka.client.KafkaClient("localhost", 9092) ``` | ||||
| * | Renaming kafka.py to client.py | David Arthur | 2012-10-02 | 1 | -1/+1 |
| | | |||||
| * | Moved codec stuff into it's own module | David Arthur | 2012-10-02 | 1 | -2/+2 |
| | | | | | Snappy will go there when I get around to it | ||||
| * | Start work on packaging issue #3 | David Arthur | 2012-10-02 | 1 | -2/+2 |
| | | |||||
| * | Starting integration tests | David Arthur | 2012-09-28 | 1 | -0/+119 |
