dragonworks
16b5565354
Fixes #462 - Update xlsx import to read cell values instead of cell formulas
...
Co-authored-by: Claude Paroz <claude@2xlibre.net >
2020-03-11 09:05:43 +01:00
Claude Paroz
c25fe54b6f
Refs #373 - Import dates from xls files as Python datetime objects
2020-03-09 17:05:32 +01:00
Claude Paroz
a442758729
Fixes #457 - Bumped openpyxl dependency to 2.6.0 ( #458 )
2020-02-16 15:05:20 +02:00
Claude Paroz
21479001a7
Fixes #453 - Reversing behavior of Row.lpush/Row.rpush ( #454 )
...
Co-authored-by: chim <chenpan@xiaomai5.com >
2020-02-13 20:51:49 +02:00
Claude Paroz
aaeb5c8360
Fixes #226 - Allow importing ragged CSV files ( #456 )
2020-02-12 21:12:53 +02:00
Claude Paroz
0821716983
Refs #401 - Fixed some flake8 errors
2020-01-11 11:57:53 +01:00
Claude Paroz
660990b6b0
Fixes #440 -Normalize stream inputs as IO streams
2020-01-11 11:30:16 +01:00
Claude Paroz
0ea6d706a9
Refs #293 - Ensured Dataset can be pickled/unpickled without damages
2019-12-30 16:23:38 +01:00
Daniel Santos
fa30ea858d
Implement feature that allows to export tabular data suited to a… ( #437 )
2019-12-10 01:04:03 +02:00
Joseph Herlant
5ff4a55ae6
Force default_flow_style for pyyaml safe_dump
...
This is to keep behavior of pre-5.1 pyyaml.
2019-11-24 20:43:12 +01:00
Claude Paroz
ce7d887adc
Documented csv import/export options from standard lib ( #431 )
2019-11-14 18:08:51 +02:00
Hugo van Kemenade
57a535f577
Fix NameError: name '_get_column_widths' is not defined ( #433 )
...
* Fix NameError: name '_get_column_widths' is not defined
* Also test ReSTFormat.export_set
2019-11-12 10:53:20 +02:00
Claude Paroz
f61b8d8926
Fixes #422 - Allow ability to lazy-load external modules ( #430 )
2019-11-11 21:46:28 +02:00
Hugo van Kemenade
22a193dafb
No __cmp__ or cmp in Python 3 ( #429 )
...
* No __cmp__ or cmp in Python 3
* Add rich comparisons
* Simplify using total_ordering decorator
2019-11-11 12:06:25 +02:00
Claude Paroz
626a062747
Fixes #421 - Make all dependencies optional
...
Thanks Hugo van Kemenade for the review.
2019-11-10 18:00:31 +01:00
Claude Paroz
f1046cd13e
Refs #256 - Implement class-based formats
...
This allows to extend Tablib with new formats far more easily.
2019-11-02 17:44:05 +01:00
Claude Paroz
d21bd10908
Revert " Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340 "
...
This reverts commit c26159d48f .
The patch was NOT ready to be merged.
2019-10-30 14:24:07 +01:00
Daniel Santos
c26159d48f
Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340
...
* Implement feature new format: Cli. Generate adapter for tabulate. This close issue #340
* Write respective tests.
* Correct name Clase Base Test
* Implement missing class method to export cli.
* Remove property headers in method export book Cli.
* Remove cli from list to test Iterable data books.
2019-10-30 14:13:39 +01:00
Claude Paroz
205403d377
Fixes #202 - Keep error content when importing xls files
2019-10-22 20:48:45 +02:00
Claude Paroz
9858539c87
Add known third parties to isort
2019-10-22 14:19:20 +02:00
Hugo
a76933edd5
Refs #401 - Sort imports with isort
2019-10-22 11:59:19 +02:00
Hugo
d77aba6210
Add more tests
2019-10-20 12:32:00 +03:00
Hugo
bf6e5c2e78
100% Row test coverage
2019-10-20 12:27:51 +03:00
Hugo
e4ac50260e
__getslice__ is deprecated since Python 2.0 and it is not available in Python 3
...
https://docs.python.org/2/reference/datamodel.html#object.__getslice__
2019-10-19 20:01:07 +03:00
Hugo
7347d07624
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-19 19:25:34 +03:00
Claude Paroz
78b483d39e
Fixes #368 - Avoid crashing when exporting empty string in ReST
2019-10-19 18:00:47 +02:00
Peyman Salehi
bdc84255a8
Fix some linting errors
2019-10-19 16:57:14 +02:00
Peyman Salehi
b3c7145c40
Drop python 2 support
...
Remove support python 2 from doc, requirements.txt and config
Replace unicode with str
Remove dbfpy folder and rename dbfpy3 to dbfpy
Remove compat file and remove python2 packages from dependency
2019-10-19 16:30:57 +02:00
Claude Paroz
44f43516a5
Refs #250 - Test that commas embedded in quoted strings can be imported
2019-10-19 15:05:46 +02:00
Jannis Leidel
f6bf14afd2
Add project release config and cleanup project setup. ( #398 )
...
* Add project release config and use Travis build stages.
Refs #378 .
* Restructure project to use src/ and tests/ directories.
* Fix testing.
* Remove eggs.
* More fixes.
- isort and flake8 config
- manifest template update
- tox ini extension
- docs build fixes
- docs content fixes
* Docs and license cleanup.
2019-10-18 15:57:13 +02:00