Commit Graph

256 Commits

Author SHA1 Message Date
Paul Makepeace 294f3f2690 Remove unused import & whitespace 2011-06-10 12:43:48 +00:00
Paul Makepeace bbb1a374f3 Save & restore REFINE_{HOST,PORT} to allow use of env vars 2011-06-10 12:43:16 +00:00
Paul Makepeace 30d119f5c8 Add untested reconciliation support. 2011-06-09 12:07:18 +00:00
Paul Makepeace 92504e0b34 Allow pending as a response 2011-06-09 12:03:15 +00:00
Paul Makepeace 550b3d9f51 Line wrap 2011-06-09 10:50:13 +00:00
Paul Makepeace 840cf71a29 Remove unused import 2011-06-09 10:49:58 +00:00
Paul Makepeace 5fa24d3509 Add missing time import 2011-06-08 17:17:16 +00: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 cfd7b9ac99 Start Reconciliation API with guess_types_of_column 2011-06-08 17:05:55 +00:00
Paul Makepeace fce48f1e4c Add --apply example 2011-05-27 01:56:18 +01:00
Paul Makepeace 36beb59d15 Ensure default values for REFINE_{HOST,PORT} 2011-05-27 01:55:58 +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
Paul Makepeace 83f2649221 Allow REFINE_{HOST,PORT} to be set in code. 2011-05-27 00:45:10 +01:00
Paul Makepeace 45a80902ef Allow RefineProject to take just a project id as a convenience. 2011-05-27 00:36:43 +01:00
Paul Makepeace ba4fcbbbb2 Merge pull request #1 from badzil/master
Hi. Fixed a couple of issues where you meant to call self.do_json. Great work which made my life a lot easier.
2011-05-21 08:48:14 -07:00
Benoit Thiell bd8d9e2727 Fix bad function calls
RefineProject.apply_operations and RefineProject.wait_until_idle called RefineProject.do when they are supposed to call RefineProject.do_json.
2011-05-18 15:03:06 -04:00
Paul Makepeace f3354f6fc1 fix indentation 2011-05-13 00:59:20 +01:00
Paul Makepeace ddfcd6baff Add a Contribute section 2011-05-13 00:38:21 +01:00
Paul Makepeace 4dbe1f69b6 new project name 2011-05-01 19:10:38 +00:00
Paul Makepeace b4fa504d9c merge 2011-05-01 18:05:50 +00:00
Paul Makepeace b6c689e5af Remove egg-info from new name. Update make dist to use setup.py now it seems to work. 2011-05-01 17:59:10 +00:00
Paul Makepeace 9ea349b2b4 Remove egg-info from new name. Update make dist to use setup.py now it seems to work. 2011-05-01 17:58:11 +00:00
Paul Makepeace 5702c02407 remove fi ligature that somehow got in there & is breaking ascii codec 2011-05-01 17:49:11 +00:00
Paul Makepeace d26edd815f use find_packages rather than hardcode (actually includes 'google' too, as it happens) 2011-05-01 17:39:41 +00:00
Paul Makepeace 1fa9679b23 Apply GPL 2011-05-01 17:24:12 +00:00
Paul Makepeace 48a738ba00 Remove distutils in favor of setuptools. Rename project to refine-client. Add urllib2_file to install_requires after I got author to upload it, w00t. Add GPL license. Add Text Processing classifier 2011-05-01 17:21:37 +00:00
Paul Makepeace de96dca762 Add my email 2011-05-01 17:07:27 +00:00
Paul Makepeace 8859a8f396 Add a way of making a Windows-readable README.txt 2011-05-01 17:07:09 +00:00
Paul Makepeace f863045f01 Fix swapped args in do_raw. Add project_url(). Test fix & RefineProject.export() 2011-04-28 18:00:04 +00:00
Paul Makepeace e9bc0a2a5a Factor out project_path to tidy 2011-04-28 17:57:53 +00:00
Paul Makepeace 3d5834c522 Add URL to all URLErrors 2011-04-28 17:13:19 +00:00
Paul Makepeace e771a0ed53 Fall back to distutils. All platforms info & another classifier 2011-04-28 16:39:16 +00:00
Paul Makepeace c412ef4e27 .pyc, etc 2011-04-28 15:58:43 +00:00
Paul Makepeace 480bb3d5b5 Artfinder inspirational credit 2011-04-28 15:57:29 +00:00
Paul Makepeace d10a1cc5d5 requirements.txt for pip install while I figure out how to get setup.py to do this 2011-04-28 15:51:16 +00:00
Paul Makepeace 28af98cadb use python setup.py where possible. Remove unused vars. Add more clean up :-/ 2011-04-28 15:50:30 +00:00
Paul Makepeace 6869ae3134 Update Installation based on using setup.py. 2011-04-28 15:49:17 +00:00
Paul Makepeace 98a1f5eb8e Add more metadata. Use setuptools instead of distutils for install_requires and tests, the former of which I couldn't get to work anyway :-/ 2011-04-28 15:48:42 +00:00
Paul Makepeace 461befef21 mv google/test to tests/ and make it a package 2011-04-28 15:47:10 +00:00
Paul Makepeace 885afe6f06 (was renamed) 2011-04-28 15:39:09 +00:00
Paul Makepeace fc69ff7e3c Restore mocked get_models so subsequent tests in the same session work 2011-04-28 15:15:10 +00:00
Paul Makepeace b7e56fe203 Add some more diagnostics on server connection failure 2011-04-28 14:43:33 +00:00
Paul Makepeace 35bb7754be Add setup.py 2011-04-28 12:13:19 +00:00
Paul Makepeace e03b3913b4 Add readme target & clean-up 2011-04-28 12:02:17 +01:00
Paul Makepeace 8838261f76 Add attribution for data sources. Mention make smalltest, and non-destructive nature of tests. 2011-04-28 11:59:35 +01:00
Paul Makepeace 3b3e297a6b Add make {clean,dist} to Makefile 2011-04-27 19:28:22 +01:00
Paul Makepeace 4d97828324 Add README.rst and Makefile 2011-04-27 18:53:17 +01:00
Paul Makepeace 6d59e2e2cf Document compute_facets() 2011-04-27 05:04:46 +01:00