Commit Graph

591 Commits

Author SHA1 Message Date
chfw 1204330085 pump up the versions 2017-05-17 14:58:28 +01:00
chfw 05dc5add1b compress the cvsz, tsvz files 2017-05-17 14:57:17 +01:00
chfw 8df1aba6bf fix #35: encoding parameter takes no effect when given along with file content 2017-05-17 14:42:24 +01:00
chfw 33c0e4b06e test csv file in utf-16-le, utf-32-le, utf-16-be and utf-32-be with mmap #33 2017-05-16 23:23:09 +01:00
chfw b37dab19a5 detect the endianness of utf 16 32 2017-05-16 18:44:05 +01:00
chfw 6dd1d7cd3f Merge branch 'master' of https://github.com/pyexcel/pyexcel-io 2017-05-16 18:10:13 +01:00
jaska e77fe8554c Merge pull request #36 from fuhrysteve/simplify_get_data
lower the complexity of pyexcel_io.io.get_data a bit
2017-05-16 18:08:32 +01:00
Stephen J. Fuhry 6918d09f2a lower the complexity a bit 2017-05-16 13:03:42 -04:00
chfw ba341fa24f support utf-16-le and utf-32-le in mmap. #33 2017-05-16 09:37:41 +01:00
chfw 0d1d1abab4 fix flake8 warning 2017-05-15 09:37:42 +01:00
chfw f4bfdc2a70 fix #30: document the usage of encoding='utf-8-sig' and verify the BOM header 2017-05-15 09:06:57 +01:00
chfw 9f99b1de87 fix broken tests #33 2017-05-14 00:12:48 +01:00
chfw af0fb9f416 use table release of pyexcel 2017-05-13 23:47:25 +01:00
chfw 17ff82f0c1 test issue #33 #34 2017-05-13 23:43:34 +01:00
chfw d82eb39e0a fix #33: not to read csv stream all into memory 2017-05-13 21:12:16 +01:00
chfw 06924f9ec1 fix #34: single mmap object out although it has read attribute 2017-05-13 21:10:51 +01:00
chfw b546e8b857 adopt lml interface change 2017-05-12 13:52:30 +01:00
chfw 04918f9472 cannot use context manager due to streaming case, the file handle needs to be left over to the developer 2017-05-06 22:13:57 +01:00
chfw 463281f921 fix broken test cases 2017-05-06 09:41:14 +01:00
chfw ab42854518 addressing #32: clarify the responsibility of file handle 2017-05-06 09:05:18 +01:00
chfw 7aa98e2a36 code refactoring 2017-05-04 00:04:50 +01:00
chfw 10c851cd59 fix broken test 2017-05-03 22:24:28 +01:00
chfw 26ce51931e code refactoring pyexcel-io database plugins 2017-05-03 19:03:15 +01:00
chfw 7f91d81ce2 code refactoring 2017-05-03 08:54:38 +01:00
chfw 75d374b74e code optimization 2017-04-29 22:23:02 +01:00
chfw 0f6e857f68 let lml take more responsibilities 2017-04-29 21:17:45 +01:00
chfw 775e556157 putting more functions back into lml, more reuse 2017-04-28 20:05:09 +01:00
chfw 6062fa9363 removed marker, simplify the interface and avoid inheriting plugin from lml because its meta data has been declared 2017-04-26 22:42:02 +01:00
chfw b24fc6d1dc Simplify plugin info declaration 2017-04-21 00:12:12 +01:00
chfw 0b32cd8692 separation of reader and writer 2017-04-18 22:16:03 +01:00
chfw 9ba92e177f fix broken build 2017-04-13 22:51:50 +01:00
chfw 06951790fa adjust patreon logo 2017-04-13 21:49:58 +01:00
chfw 8e7966c9b9 fix pylint warnings 2017-04-13 20:47:20 +01:00
chfw fe715c08c6 roll out patreon logo and link 2017-04-13 20:47:11 +01:00
chfw d2ec77008f merge 2017-04-11 17:34:37 +01:00
chfw 670470998e simplify plugin interace. aligned it with pyexcel. both uses meta_class 2017-04-11 13:19:49 +01:00
chfw 5800da0108 change book to use the plugin interface 2017-04-10 18:03:15 +01:00
chfw b47fa75551 not to close a none zipfile handler 2017-04-06 23:22:16 +01:00
chfw 49b4cfea35 update dependencies 2017-04-06 23:08:22 +01:00
chfw c9377827d7 merge with lml 2017-04-06 22:37:34 +01:00
chfw c3e4166130 load csv, csvz, tsv, tsvz, django and sql reader and writer later 2017-04-06 22:35:03 +01:00
chfw c272097e22 code refactoring: merge class Factory into pluginmanager 2017-04-05 23:43:44 +01:00
chfw e81add1591 code refactoring on pyexcel_io.manager 2017-04-04 21:22:30 +01:00
chfw 047d116d83 code refactoring: simplify reader and writer factories 2017-04-04 09:31:37 +01:00
chfw d010018d3d load me later plugin manager integration 2017-04-04 08:41:17 +01:00
chfw 1cffd9d2ed sync with pyexcel-commons 2017-03-30 13:29:56 +01:00
chfw b6308dbd9d update doc conf 2017-03-30 13:25:07 +01:00
chfw 294c19982a release 0.3.3 2017-03-30 13:23:38 +01:00
chfw 682562ecb6 update function doc 2017-03-30 13:21:31 +01:00
chfw 1fd66f66e5 tuning the documentation 2017-03-30 10:10:43 +01:00