summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)HEADmasterdmosberger2020-12-045-4/+21
|
* Substitute tuples for dicts in __getstate__/__setstate__ to speed up the ↵Nuno André2020-11-291-25/+17
| | | | pickling
* Move releases to GitHub actions.Jannis Leidel2020-11-235-26/+62
|
* Reduce Travis CI testing (#479)Hugo van Kemenade2020-11-231-22/+2
|
* Upload coverage from GHA (#480)Hugo van Kemenade2020-11-142-1/+5
| | | | | * Upload coverage from GHA * Fix PytestConfigWarning: Unknown config option: python_paths
* Docs: Add link to changelog/history (#478)Hugo van Kemenade2020-11-121-0/+1
|
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-3018-40/+81
|
* Suggest quotes when pip installing with optional dependencies (#474)Hugo van Kemenade2020-08-125-13/+13
|
* Stop using pkg_resourcesRan Benita2020-08-105-12/+18
| | | | | | | tablib imports pkg_resources in order to find its own version. Importing pkg_resources is very slow (100ms-250ms is common). Avoid it by letting setuptools-scm generate a file with the version instead.
* Fixes #469 - Prevented rst crash with only-space strings (#470)Claude Paroz2020-06-153-1/+9
| | | Thanks nexone for the report.
* Set the release date for 2.0.0v2.0.0Claude Paroz2020-05-161-1/+1
|
* Fixes #465 - Allow importing 'ragged' .xlsx files (#466)Claude Paroz2020-05-164-0/+10
|
* Fixes #462 - Update xlsx import to read cell values instead of cell formulasdragonworks2020-03-115-2/+22
| | | Co-authored-by: Claude Paroz <claude@2xlibre.net>
* Refs #373 - Import dates from xls files as Python datetime objectsClaude Paroz2020-03-094-1/+16
|
* Fix simple typo: belonogs -> belongs (#460)Tim Gates2020-02-211-1/+1
| | | Closes #459
* Fixes #457 - Bumped openpyxl dependency to 2.6.0 (#458)Claude Paroz2020-02-163-3/+7
|
* Fixes #453 - Reversing behavior of Row.lpush/Row.rpush (#454)Claude Paroz2020-02-133-18/+14
| | | Co-authored-by: chim <chenpan@xiaomai5.com>
* Set the 1.1.0 release datev1.1.0Claude Paroz2020-02-131-1/+1
|
* Fixes #226 - Allow importing ragged CSV files (#456)Claude Paroz2020-02-123-0/+26
|
* Document upcoming breaking change in 2.0Hugo2020-02-121-0/+9
|
* Test on Python 3.8Hugo2020-02-021-1/+1
|
* pre-commit autoupdateHugo2020-02-021-2/+2
|
* Simplify config: uses the interpreter tox is installed toHugo2020-02-021-2/+1
|
* Optimize xlsx detection (#448)Claude Paroz2020-01-261-10/+13
| | | | Reading the whole file is a bit too much to detect if the file looks like an xlsx file.
* Fix tox configHugo2020-01-262-6/+10
|
* Fix the missing xls dependencies messageClaude Paroz2020-01-141-1/+1
|
* Add release date for 1.0.0v1.0.0Claude Paroz2020-01-131-1/+1
|
* Add project_urls metadata for programmatic useHugo van Kemenade2020-01-111-0/+4
|
* Refs #401 - Fixed some flake8 errorsClaude Paroz2020-01-117-13/+20
|
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-1113-41/+86
|
* Tablib docs isn't the place to debate GPL vs MIT licensingClaude Paroz2019-12-311-20/+3
|
* Refs #293 - Ensured Dataset can be pickled/unpickled without damagesClaude Paroz2019-12-301-0/+5
|
* Remove unnecessary MANIFEST.in (#439)Hugo van Kemenade2019-12-112-8/+0
| | | | | | | | * This MANIFEST.in unnecessary with setuptools_scm https://github.com/pypa/setuptools_scm/blob/master/README.rst#file-finders-hook-makes-most-of-manifestin-unnecessary * No manifest to check
* Refactor error raising to remove duplicationHugo van Kemenade2019-12-102-30/+14
|
* Implement feature that allows to export tabular data suited to a… (#437)Daniel Santos2019-12-106-3/+65
|
* README: Add more badges (#435)Hugo van Kemenade2019-12-021-1/+6
|
* Remove unused Pipfile (#436)Hugo van Kemenade2019-12-021-18/+0
|
* Force default_flow_style for pyyaml safe_dumpJoseph Herlant2019-11-242-2/+13
| | | | This is to keep behavior of pre-5.1 pyyaml.
* Documented csv import/export options from standard lib (#431)Claude Paroz2019-11-143-1/+19
|
* Fix NameError: name '_get_column_widths' is not defined (#433)Hugo van Kemenade2019-11-122-1/+23
| | | | | | * Fix NameError: name '_get_column_widths' is not defined * Also test ReSTFormat.export_set
* Admonitions must have a titleClaude Paroz2019-11-111-1/+1
|
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-114-43/+73
|
* No __cmp__ or cmp in Python 3 (#429)Hugo van Kemenade2019-11-112-2/+52
| | | | | | | | * No __cmp__ or cmp in Python 3 * Add rich comparisons * Simplify using total_ordering decorator
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-109-26/+93
| | | | | | | | | | | | | | | | | | * Move docs and lint to their own [3.8] build job for more parallelism * No codecov for docs or lint * Move isort into pre-commit * Add some handy linters to pre-commit * Add rst-backticks linter and fix the errors * Add pyupgrade and add upgrades * Test docs and lint on GitHub Actions * Xenial is default
* Fixes #421 - Make all dependencies optionalClaude Paroz2019-11-108-40/+127
| | | | Thanks Hugo van Kemenade for the review.
* Point README to the documentationClaude Paroz2019-11-081-139/+2
|
* Moved format documentation from code to docs (#420)Claude Paroz2019-11-063-193/+187
|
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-0219-1022/+1086
| | | | This allows to extend Tablib with new formats far more easily.
* Revert " Implement feature new format: Cli. Generate adapter for tabulate. ↵Claude Paroz2019-10-305-37/+1
| | | | | | | This close issue #340" This reverts commit c26159d48f60e737ba6e308b3ed88858cd115cc7. The patch was NOT ready to be merged.
* Implement feature new format: Cli. Generate adapter for tabulate. This ↵Daniel Santos2019-10-305-1/+37
| | | | | | | | | | | | | | | | 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.