Commit Graph

533 Commits

Author SHA1 Message Date
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
chfw 6b3d8228c8 litte fix on compare a list in python 3.6 2017-03-30 10:10:25 +01:00
chfw 056b67be2c update docs and pump up version 2017-03-30 00:50:17 +01:00
chfw 86f934a794 put a installation on pyinstaller, related to #31 2017-03-30 00:49:57 +01:00
chfw b5d412c039 test pyinstaller support code as well as normal plugin loader with code refactoring, related to #31 2017-03-30 00:31:52 +01:00
chfw 949296d882 selectively read more than one sheets 2017-03-29 14:48:47 +01:00
jaska 1e6f02e1d0 Merge pull request #31 from stephenrauch/master
Change to allow to work with pyinstaller
2017-03-29 14:42:11 +01:00
Stephen Rauch 19132f7a07 Change to allow working with pyinstaller 2017-03-29 00:53:35 -07:00
chfw 42f546c283 update api doc 2017-03-13 13:52:20 +00:00