Commit Graph

27 Commits

Author SHA1 Message Date
jaska c6111784be
windows bulid on github actions (#107)
*  enable github actions for pyexcel-io. https://github.com/pyexcel/pyexcel/issues/238, https://github.com/pyexcel/pyexcel

* 🐛 in test. memory map file on windows needs close.

* 💚 increase verbosity

* 💚 setup utf-8 encoding

* 💚 give a line break

* 💚 verify the tests on windows

* 💚 python 3 need no unicode annotation

* 💚 use Finnish world instead of Chinese one for now

* 🔥 extra statement had no use

* 🔥 remove travis config

* 🔥 repalce travis status

*  kick start next version

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-11-28 18:53:18 +00:00
jaska fa808870d3
Improve reader interface (#90)
* 🔨 improve reader interface

* 🔨 shrink reader code

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 🔥 remove redundant functionalitoes, never will use. what's the point

* 📚 updated doc string and the tutorial

* 🔨 update import statements

* 🔬 more test coverage

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 fix unit test failure

* 📚 update reader plugin example

* 💄 update coding style

* 📚 fix index rst file

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-10-04 22:15:23 +01:00
jaska d6f0f38896
WIP : Code refactoring (#77)
* 🔨 simplify the plugin interface. 🔥 no open function, 🔥 no more useless set_type, each plugin knows its type.

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 🚜 csvr to csv_sheet

* 🚜 better naming for the readers

* 🤝 update gitignore

* 📚 update pyinstaller notes

* 🔥 remmove python 2 related compactibility codes

* 💄 update coding style

* 🔥 remove test files generated during tests

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-22 22:00:25 +01:00
chfw 7acc301a97 🤝 synchronize with pyexcel-mobans and pypi-mobans 2020-06-12 23:09:05 +01:00
chfw 276a2c1d02 🔥 remove python 2 support . and now the cluttered code looks slightly better 2020-05-03 21:25:33 +01:00
chfw feaefd540c 🔥 remove python 2 and pypy tests 2020-05-03 00:09:40 +01:00
chfw 6435179a3e use inherited mobanfile. https://github.com/moremoban/moban/pull/348 2019-11-10 11:26:23 +00:00
chfw 24a5f35b4a 🐛 update test requirements.txt 2019-11-07 23:36:59 +00:00
chfw 12f12346cb 📚 update PR guide 2019-10-05 12:43:41 +01:00
chfw 8206b2d803 📚 add sponsor logo 2019-10-02 19:32:02 +01:00
chfw 101de35f10 📚 🐛 fix the merge problem when using moban 0.6.3 2019-10-02 19:22:06 +01:00
chfw f3fb3cf088 🤝 merge with master, 0.5.20 2019-09-28 17:19:01 +01:00
chfw a85249530d 🥚 🎡 reglease 0.5.20 2019-07-17 21:13:37 +01:00
chfw e6444b8256 🤝 merge with master 2019-03-19 19:14:03 +00:00
chfw 29a7ffcbaa 🤝 sync with latest pyexcel-commons 2019-03-16 14:35:44 +00:00
chfw 2b69509319 🥚 🎡 0.5.13. fix #53, related to #61, #60 and https://github.com/pyexcel/pyexcel-xls/issues/30 2019-02-12 07:35:44 +00:00
chfw e6010196e9 enable python setup.py test, though it is partial. fix #61 2019-02-09 22:52:55 +00:00
chfw 33bd35d9b3 📚 prepare for new release 2019-02-09 22:27:44 +00:00
chfw fc0e6088f3 use moban 0.3.3 2018-11-09 21:02:13 +00:00
chfw 7326d6e39a 📚 update documentation and pump up its version 2018-08-16 18:11:00 +01:00
chfw bfe3be0997 📚 welcome 2018 and change in yml 2018-01-10 17:32:00 +00:00
chfw 8258bc20ab 📚 update documentation 2017-07-26 00:19:31 +01:00
chfw bfaff0aa72 update conf syntax 2016-11-24 23:11:48 +00:00
chfw 68e0640ea2 update doc 2016-08-31 16:08:57 +01:00
chfw 856e5dc87d update README 2016-08-21 22:38:12 +01:00
John Vandenberg 07205a92f9 Use environment markers for ordereddict on py26
Also sync with commons
2016-05-10 20:53:38 +07:00
chfw bb0439ffd6 fix broken build 2016-03-04 22:17:30 +00:00