| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
pickling
|
| | |
|
| |
|
| |
Co-authored-by: chim <chenpan@xiaomai5.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Thanks Hugo van Kemenade for the review.
|
| | |
|
| |
|
|
| |
This allows to extend Tablib with new formats far more easily.
|
| |
|
|
|
|
|
| |
This close issue #340"
This reverts commit c26159d48f60e737ba6e308b3ed88858cd115cc7.
The patch was NOT ready to be merged.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
https://docs.python.org/2/reference/datamodel.html#object.__getslice__
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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 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.
|