summaryrefslogtreecommitdiff
path: root/src/tablib/formats/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-1/+1
|
* Suggest quotes when pip installing with optional dependencies (#474)Hugo van Kemenade2020-08-121-1/+1
|
* Fix the missing xls dependencies messageClaude Paroz2020-01-141-1/+1
|
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-111-2/+3
|
* Refactor error raising to remove duplicationHugo van Kemenade2019-12-101-29/+13
|
* Implement feature that allows to export tabular data suited to a… (#437)Daniel Santos2019-12-101-1/+7
|
* Fixes #422 - Allow ability to lazy-load external modules (#430)Claude Paroz2019-11-111-39/+67
|
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-101-2/+1
| | | | | | | | | | | | | | | | | | * 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-101-6/+46
| | | | Thanks Hugo van Kemenade for the review.
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-021-16/+74
| | | | This allows to extend Tablib with new formats far more easily.
* Revert " Implement feature new format: Cli. Generate adapter for tabulate. ↵Claude Paroz2019-10-301-2/+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-301-1/+2
| | | | | | | | | | | | | | | | 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.
* Refs #401 - Sort imports with isortHugo2019-10-221-9/+9
|
* Drop python 2 supportPeyman Salehi2019-10-191-2/+0
| | | | | | | 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
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+21
* 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.