xando
eda9d5af03
Generic method import_book (similar to import_set) to import data into Databook model.
2012-05-16 17:22:14 +01:00
Kenneth Reitz
e8c923d712
Merge pull request #58 from jqb/develop
...
Support for Dataset subclassing
2012-04-20 06:17:05 -07:00
Kenneth Reitz
bc581c08df
Update NOTICE
2012-04-20 10:16:28 -03:00
Kenneth Reitz
4f9c9d09ec
ODFPy license
...
(which seems to be missing a copyright for some reason)
2012-04-20 10:15:36 -03:00
Kenneth Reitz
63e8a7172d
Merge pull request #61 from bmihelac/patch-1
...
tablib.org domain expired
2012-04-04 05:41:25 -07:00
Bojan Mihelac
45e0af9f0e
tablib.org domain expired
2012-04-04 15:35:16 +03:00
Kuba Janoszek
fa6f5b3af3
Databook.add_sheet test for not Dataset subclass added.
2012-03-13 00:21:32 +01:00
Kuba Janoszek
0528e0a500
AUTHORS updated
2012-03-13 00:14:51 +01:00
Kuba Janoszek
8e83734985
Databook.add_sheet accepts Dataset subclasses
2012-03-13 00:05:24 +01:00
Kenneth Reitz
c0a3c3ea1e
travis test
2012-02-23 06:17:01 -05:00
Jan Brauer
14bd964fb1
Fix #50 - Catch YAML ScannerError
2012-01-29 17:18:30 +01:00
Kenneth Reitz
6bfc6634ba
index update
2012-01-28 01:23:54 -05:00
mellort
54affad292
ref #48 . makes Dataset more like a duck with extend()
2012-01-28 01:17:15 -05:00
Kenneth Reitz
7c963a0f4d
SOPA
2012-01-18 11:24:18 -05:00
Kenneth Reitz
02f27f15c5
Merge pull request #47 from VanL/develop
...
Add detect function in _xls. Update yaml, csv, and tsv detection functio...
2012-01-05 21:37:51 -08:00
VanL
9c65515e7a
Add detect function in _xls. Update yaml, csv, and tsv detection functions to catch other errors when faced with invalid input.
2012-01-06 00:12:06 +00:00
Kenneth Reitz
c87a954a9e
Merge pull request #43 from svetlyak40wt/develop
...
Render table in Markdown format on unicode(dataset). Closes #41 .
2011-12-24 23:05:03 -08:00
Kenneth Reitz
42e40ed0ab
use yaml safe_load (thanks @toastdriven)
2011-11-02 02:35:59 -03:00
Alexander Artemenko
23ab6c4724
Render table in Markdown format on unicode(dataset). Closes #41 .
2011-10-16 11:00:06 +04:00
Kenneth Reitz
32a09ccd6a
Edited AUTHORS via GitHub
2011-08-31 02:16:16 -03:00
Kenneth Reitz
81a7f79b3d
Merge pull request #37 from jfriedly/patch-1
...
Fixed a few typos.
2011-08-30 22:15:49 -07:00
Joel Friedly
05c9b33003
Fixed a few typos.
2011-08-25 23:33:29 -03:00
Kenneth Reitz
ec7273d02d
that wasn't right.
2011-08-15 23:29:19 -04:00
Kenneth Reitz
19ee1997b5
really need to use testing branches..
2011-08-15 22:49:14 -04:00
Kenneth Reitz
f01d65c2e9
I don't remember merging that..
2011-08-15 22:45:35 -04:00
Kenneth Reitz
9778a96351
tuples didn't have index method in the past.
...
…why?
2011-08-15 22:43:12 -04:00
Kenneth Reitz
906138b138
a column w/ no length could work
2011-08-11 00:47:23 -04:00
Mike Waldner
43c68b396f
Fixing magic number in test
2011-08-10 20:05:17 -04:00
Mike Waldner
d611233c80
Throwing InvalidDimensions when append_col with header is called but only headers exists
...
Related #33
2011-08-10 19:52:06 -04:00
Kenneth Reitz
3d02b866ce
Merge branch 'append_col_docs' of https://github.com/mawaldne/tablib into develop
2011-08-09 21:48:32 -04:00
Mike Waldner
887ee2fbac
Adding documentation changes for append_col
...
Related #21
2011-08-09 20:52:09 -04:00
Kenneth Reitz
bfd211854a
Added Mike Waldner to Authors.
...
#34
2011-08-08 06:48:34 -04:00
Kenneth Reitz
bc75911500
Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop
2011-08-08 06:47:47 -04:00
Mike Waldner
a2b4e4c6ba
Replace None with empty string before creating td
2011-08-07 19:19:54 -04:00
Kenneth Reitz
fde6f11763
Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into develop
2011-07-14 15:16:01 -04:00
Kenneth Reitz
33a83316df
Merge branch 'fix_pickle_bug_2' of https://github.com/cswegger/tablib into develop
2011-07-14 15:15:42 -04:00
Greg Thornton
f6d7888d9e
Added xls detection.
2011-07-14 13:47:07 -05:00
Greg Thornton
c19e2f2c5b
Added xlrd license to NOTICE.
2011-07-14 13:11:33 -05:00
Greg Thornton
eaa2b9b8ea
Added XLS import support
2011-07-14 13:08:06 -05:00
Luca Beltrame
2f8083bda6
Fix also __slots__ to ensure proper unpickling
2011-07-14 10:28:12 +02:00
Luca Beltrame
2c5a9af76e
Fix pickling (again). Unit tests still pass.
2011-07-14 09:36:35 +02:00
Mark Walling
e74a8f41cc
Created get_col method with tests and tutorial.rst update
...
Useful when you have multiple columns with the same header
2011-07-11 17:26:21 -04:00
Kenneth Reitz
cd5aa4fc06
toxless
2011-07-04 14:36:08 -04:00
Kenneth Reitz
1d460bac40
setup.py changes
2011-07-04 14:27:42 -04:00
Kenneth Reitz
4a3fde37a3
tox cleanups
2011-07-04 14:05:48 -04:00
Kenneth Reitz
62ad123ad8
updated history
2011-07-04 05:49:41 -04:00
Kenneth Reitz
fefc7b4d1f
Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into develop
2011-07-04 05:48:37 -04:00
Mark Walling
6313437a27
Added support for detecting unicode column headers
...
Also added tests!
Fix for kennethreitz#26
2011-07-01 17:53:38 -04:00
Kenneth Reitz
23a5bb1443
yay
2011-06-30 23:00:26 -04:00
Mark Walling
864f29cc4b
Updated some docstrings in core.py
...
* Binary warning for CSV output, because if you don't, Excel gets upset when Python translates \r\n to \r\n\r\n
* Cleaned up what looked like a couple of copy paste errors
2011-06-30 22:38:57 -04:00