summaryrefslogtreecommitdiff
path: root/docs/install.rst
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup install instructions for optional libs (#2139)Jeff Widman2020-11-151-20/+20
| | | | | | | | | | | | This cleans up the install instructions to specify that optional libs should be installed using the `kafka-python[opt]` format. This leverages `setuptools`' `extra_requires` feature to let our users choose to inherit any versions pins we might apply to our optional dependencies. This also re-orders the docs slightly to give more visibility to the `crc32c` install because users are unlikely to realize it exists. It also cleans up the formatting of the compression libraries slightly, as they were getting a little unwieldy.
* Add crc32c to README and docsDana Powers2019-12-291-0/+8
|
* Update remote urls: snappy, https, etcJeff Widman2018-10-221-4/+4
| | | | | Snappy URL was outdated. Similarly, many of these sites now support https.
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-0/+13
| | | | | | * Use hardware accelerated CRC32C function if available * Add doc notice of optional `crc32c` package
* Prefer python-lz4 over lz4f if availableDana Powers2017-03-141-4/+2
|
* Remove non-pip install instructions (#940)Jeff Widman2017-01-121-14/+0
|
* Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixupDana Powers2016-01-261-6/+4
|
* Add support for LZ4 compressed messages using python-lz4 moduleDana Powers2016-01-251-0/+11
|
* Update docs for release w/ new async classesDana Powers2016-01-071-6/+6
|
* Update docs and links wrt maintainer change (mumrah -> dpkp)Dana Powers2015-12-031-4/+4
|
* Add Sphinx API docsWill Daly2015-01-151-0/+79