kennethreitz
5dd74c0104
drop 2.6
2017-08-27 03:29:44 -04:00
Jason Myers
00e2ffa2ef
Adding initial DataFrames Support
...
Signed-off-by: Jason Myers <jason@jasonamyers.com >
2017-08-26 20:43:35 -05:00
kennethreitz
d89d243a30
v0.11.5
2017-06-13 12:30:27 -04:00
kennethreitz
69abfc3ada
use safe load
2017-06-13 12:29:55 -04:00
Claude Paroz
62807734bd
Replaced vendored odfpy by a dependency ( #280 )
...
Refs #273 .
2017-02-26 19:05:01 -03:00
Claude Paroz
46102d4be7
Replaced vendored omnijson by the standard lib version ( #279 )
...
Refs #273 .
2017-02-24 09:38:07 -03:00
Claude Paroz
44e9e24fec
Replaced vendored pyyaml by a dependency ( #278 )
2017-02-20 19:41:38 -03:00
Claude Paroz
0ca5520bbc
Replaced vendored xlrd/xlwt by dependencies ( #277 )
...
Refs #273 .
2017-02-20 17:29:22 -03:00
Claude Paroz
e66eb4a189
Replaced vendored openpyxl by a dependency ( #221 )
...
It is time to make it happen.
* Dropped Python 3.2 support
Recent dependencies are dropping Python 3.2 too.
* Replaced vendored openpyxl by a dependency
Thanks Tommy Anthony for the initial patch.
2017-02-20 12:41:33 -03:00
kennethreitz
0e720d78ca
Merge pull request #272 from founders4schools/unicodecsv
...
Replaced vendored unicodecsv by a dependency
2017-01-24 23:48:54 -05:00
Iuri de Silvio
6afe716d64
Version bump: 0.11.4
2017-01-23 19:10:36 -02:00
Bruno Alla
a93f93a458
Replaced vendored unicodecsv by a dependency
...
Using https://pypi.python.org/pypi/unicodecsv/0.14.1
2017-01-15 14:47:14 +00:00
tomwen
bb1354b61f
remove file must be close it.
...
in windows if you don't close template file, remove it will raise
WindowsError: [Error 32]
2016-12-30 10:21:43 +08:00
Iuri de Silvio
ddc4bd30f2
Merge pull request #234 from BrianPainter/master
...
if the object is a decimal, return the string representation of it.
2016-12-18 19:10:18 -02:00
Iuri de Silvio
52e547daf9
Merge pull request #259 from dyve/master
...
Fix #260 date and datetime export to JSON
2016-12-18 19:09:26 -02:00
Andrii Soldatenko
54f9041f2c
Remove LOCALE from str regular expression
2016-12-18 16:44:18 +02:00
Dylan Verheul
91d3299280
Fix date and datetime export to JSON in Python versions with a json package
...
Python without a json package will use omnijson and fail on date and datetime objects.
Added unit tests.
2016-11-30 12:32:47 +01:00
Erwin Junge
cf23f2344f
Put Dataset.title in the documentation
2016-05-20 16:13:22 +02:00
Sushrut Rathi
71ca275dd1
changes in code refactoring
2016-05-03 13:47:25 +05:30
Brian Painter
9fdb72cc5c
if the object is a decimal, return the string representation of it.
2016-03-23 08:21:36 -04:00
Paul Moss
8cf6770a76
Add HTML format to the book_export test and fix the format to work properly
2016-03-18 18:17:19 +00:00
Peter M. Landwehr
af17586581
python 3 fix: map filter to ifilter
2016-02-27 21:14:13 -08:00
Tom Christie
d720beadac
Fixed __unicode__/__str__ for dataset with no headers
2016-02-25 13:28:29 +00:00
tusharmakkar08
77a9e25795
Reverted back yaml3 for ci failure
2016-02-22 17:05:06 +05:30
tusharmakkar08
d515724817
PEP-8 standards followed
2016-02-22 16:36:26 +05:30
kennethreitz
2814fbc381
v0.11.3
2016-02-16 08:49:28 -05:00
kennethreitz
f6e757d569
v0.11.2
2016-02-16 08:27:59 -05:00
Timo Furrer
d99db57d75
Fix export only formats
...
Formats like LaTeX could have never been exported because
`setattr(cls, set_%s % fmt.title, fmt.import_set)` always failed
for export-only formats and with that the exception was caught in the
outer try/except and the format tuple was set to (None, None) with
`cls._formats[fmt.title] = (None, None)`
2016-02-15 19:29:46 -08:00
Claudio Mike Hofer
5ba6f5d91a
frzn_col_idx not defined
...
As in #53 already solved. Freeze panes set to A2 again.
2016-02-08 17:30:33 +01:00
kennethreitz
bbdf5f11ab
v0.11.1, fix packaging error
2016-02-07 13:46:03 -05:00
kennethreitz
d6a7832e60
v0.11.0
2016-02-07 10:53:25 -05:00
kennethreitz
e51c4faec7
smarter detect_format function
2016-02-07 10:43:38 -05:00
kennethreitz
53d69bd3ea
fix __unicode__
2016-02-07 08:09:10 -05:00
kennethreitz
fcc9700d11
Fix for transpose().transpose() with duplicate keys
...
#199
2016-02-07 07:29:08 -05:00
kennethreitz
99c28fa560
Merge pull request #206 from kontza/develop
...
Two 'raise AttributeError' converted to Python 3 -friendly format.
2016-02-07 07:09:12 -05:00
kennethreitz
be24de19dc
Merge remote-tracking branch 'origin/develop' into develop
2016-02-07 07:01:46 -05:00
kennethreitz
1d4f4b68ca
cleanup
2016-02-07 07:01:13 -05:00
kennethreitz
8debeb26ac
Merge branch 'develop' into import_export
...
# Conflicts:
# tablib/core.py
# tablib/formats/_csv.py
# tablib/formats/_xlsx.py
2016-02-07 07:00:55 -05:00
kennethreitz
38e1ee6c3d
Merge pull request #186 from hdzierz/develop
...
Added a mechanism to avoid datetime.datetime issues when serializing dat...
2016-02-07 06:44:20 -05:00
kennethreitz
a774789252
/s/unique/remove_duplicates
...
#182
2016-02-07 06:40:46 -05:00
kennethreitz
995eabad37
Merge pull request #182 from cherepski/develop
...
Adding ability to unique all rows in a dataset.
2016-02-07 06:38:58 -05:00
kennethreitz
d90358bf69
Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into develop
...
# Conflicts:
# AUTHORS
2016-02-07 06:36:12 -05:00
kennethreitz
9b6a73c97c
fixed stuipid test
2016-02-07 06:29:07 -05:00
kennethreitz
679bd115b6
Merge branch 'develop' of https://github.com/papisz/tablib into develop
2016-02-07 06:09:55 -05:00
kennethreitz
32cbc36fc1
Merge branch 'latex-export' of https://github.com/mloesch/tablib into develop
2016-02-07 06:08:23 -05:00
kennethreitz
eaf52b691e
Merge pull request #204 from dallagi/notabs
...
Replace tabs with whitespaces
2016-01-27 17:19:37 -05:00
kennethreitz
6f53c5d2b9
Merge pull request #209 from jdharms/develop
...
Small documentation fix in Dataset class
2016-01-27 17:17:38 -05:00
Daniel Harms
65703550c3
Small documentation fix in Dataset class
2015-11-10 14:15:37 -05:00
Wes
1fcb98f9ae
Fix XLSX import
...
Calling import_set on an XLSX file was throwing a TypeError from
Openpyxl. Openpyxl Reader load_workbook requires a file-like object as the first
argument. This commit fixes the error by passing in a file-like object
instead of a string.
2015-11-09 06:45:28 -07:00
Rumpu-Jussi
e2d45ecff7
More Python 3 -friendly formatting.
2015-10-27 14:46:43 +02:00