Felix Lohmeier
bfd00b55aa
release v0.3.7 - substantially revised code and docs
...
fixed bug #1 (option columnWidths broken since v0.3.2)
fixed bug #2 (commands create and export templating broken since v0.3.5)
added --download command
extended --info command
improved performance of --export command
improved error handling and user feedback
removed support for legacy docker option --link
added detailed usage instructions with examples
moved and extended instructions from docker/README.md to README.md
added usage instructions for Python library
added chapter on Binder openrefineder
added badges for docker, pypi and binder
added usage instructions for tests script
added note to myself for distributing releases
moved all functions from parser to cli module
separated export and template function
improved code style (PEP8)
2019-08-16 10:58:41 +02:00
Felix Lohmeier
aa5b3a4203
realign to upstream
2019-08-14 13:45:35 +02:00
Felix Lohmeier
ece61c1096
prepare distribution on PyPI
...
moved parser from refine.py to google/refine/__main__.py to allow module execution (python -m google.refine); script refine.py is now just a forwarding to __main__.py
2019-08-04 03:03:49 +02:00
Felix Lohmeier
1d0c4f828a
moved functions from cli script into new module client.py
2019-08-04 02:15:07 +02:00
Felix Lohmeier
d82c7b28fb
Revert "refactor to allow module execution"
...
This reverts commit a0123e9511
.
2019-08-03 13:23:32 +02:00
Felix Lohmeier
a0123e9511
refactor to allow module execution
2019-08-01 17:23:40 +02:00
Felix Lohmeier
c896248c8c
improved templating option splitToFiles
2017-12-11 17:32:10 +01:00
Felix Lohmeier
3e8f209a50
release v0.3.3: support for templating export, fixed some bugs
2017-11-23 01:48:29 +01:00
Felix Lohmeier
6262d703d3
improved parameter handling
2017-11-20 04:53:58 +01:00
Felix Lohmeier
947c7510a6
refactored and extended CLI
2017-11-19 23:26:22 +01:00
Felix Lohmeier
7a0f405007
Revert "added new function create_project and many options in CLI"
...
This reverts commit 35963dad38
.
2017-11-17 16:50:09 +01:00
Felix Lohmeier
b6ce0cf24c
Revert "added options for separator (csv,tsv) and projectName (all)"
...
This reverts commit 6f8badae6a
.
2017-11-17 16:49:56 +01:00
Felix Lohmeier
f0643b46a0
Revert "included urllib2_file.py in the package to ease installation"
...
This reverts commit bf91e918df
.
2017-11-17 16:47:31 +01:00
Felix Lohmeier
37004aadff
Revert "minor changes to coding style"
...
This reverts commit 56e5ee96f5
.
2017-11-17 12:43:48 +01:00
Felix Lohmeier
56e5ee96f5
minor changes to coding style
2017-10-19 17:01:52 +02:00
Felix Lohmeier
bf91e918df
included urllib2_file.py in the package to ease installation
2017-03-14 22:04:06 +01:00
Felix Lohmeier
6f8badae6a
added options for separator (csv,tsv) and projectName (all)
2017-03-01 04:25:20 +01:00
Felix Lohmeier
b45cda5ad1
fixed typo in docker environment variable
2017-02-02 12:54:06 +01:00
Felix Lohmeier
67b586a734
fixed docker environment variables
2017-02-02 11:05:14 +01:00
Felix Lohmeier
78a7a75515
get environment variables in docker network
2017-02-01 23:59:13 +01:00
Felix Lohmeier
35963dad38
added new function create_project and many options in CLI
2017-02-01 16:51:13 +01:00
Paul Makepeace
bbd4d84c96
Google Refine -> OpenRefine
2013-10-10 16:41:10 +05:00
Paul Makepeace
bc0a8e7c7b
Whitespace & minor renaming to bring in line with PEP8 guidelines
2013-10-09 23:16:43 +05:00
Paul Makepeace
0883216e0f
Allow no options or args and just print usage. Return project so it's available with python -i refine.py
2011-06-08 17:07:39 +00:00
Paul Makepeace
dfcf5e8978
Add --help explicitly to suggest trying that for more help
2011-06-08 17:06:50 +00:00
Paul Makepeace
fce48f1e4c
Add --apply example
2011-05-27 01:56:18 +01:00
Paul Makepeace
31e30df5bd
Script to list Refine project; apply a JSON operation history; and export a Refine project
2011-05-27 01:35:14 +01:00
Paul Makepeace
b6137dd803
Allow REFINE_{HOST,PORT} to be set in code.
2011-05-27 01:19:44 +01:00