summaryrefslogtreecommitdiff
path: root/src/tablib/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop using pkg_resourcesRan Benita2020-08-101-7/+8
| | | | | | | 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.
* Refs #401 - Fixed some flake8 errorsClaude Paroz2020-01-111-1/+1
|
* Add known third parties to isortClaude Paroz2019-10-221-1/+0
|
* Refs #401 - Sort imports with isortHugo2019-10-221-3/+9
|
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+13
* 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.