2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00
confluent/confluent_common
Jarrod Johnson a31834910c Fix incomplete handling of UTF-8 data
If the json dumper sees utf-8 encoded strings that
it wants to join with other strings, it will not work.
Instead make all the data fully unicode to make json
dumper happy.  Then force it to encode to utf-8 to make
python's IO happy.
2015-03-20 15:39:51 -04:00
..
confluent Fix incomplete handling of UTF-8 data 2015-03-20 15:39:51 -04:00
buildrpm Add the symlinks for confluent_client for buildrpm 2015-02-02 16:39:15 -05:00
confluent_common.spec.tmpl Add support for RPM builds 2014-07-14 14:54:12 -04:00
makesetup Add the symlinks for confluent_client for buildrpm 2015-02-02 16:39:15 -05:00
README.txt Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.cfg Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.py.tmpl Add support for RPM builds 2014-07-14 14:54:12 -04:00
VERSION Bump version to 1.0 2014-11-21 15:35:53 -05:00

================
confluent_common
================

confluent_common are the python modules used by both
confluent_server and confluent_client.  Installation
of this without client or server does not make sense.