Sqlitebiter Versions Save

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.

v0.36.3

5 months ago

What's Changed

Full Changelog: https://github.com/thombashi/sqlitebiter/compare/v0.36.2...v0.36.3

v0.36.2

10 months ago

What's Changed

  • Fix Installation: dpkg (.deb package) by @brendonmiranda in https://github.com/thombashi/sqlitebiter/pull/90
  • Drop support for Python 3.6
  • Add support for Python 3.11
  • Update os of build environments
    • Drop support for Ubuntu 18.04
    • Add support for Ubuntu 22.04
  • Update dependencies:
    • allow appconfigpy v2
    • allow pathvalidate v3
    • allow ujson v5
    • bump minimum version constraint of SimpleSQLite
  • Improve the installer script
    • Remove dependency from the installer script to GitHub-API and jq
    • Add an error check of asset existence
    • Add integrity check of the archive file
    • Modify to use cache
  • Reduce execution binary file size
  • Modify to use pypa/build for package build
  • Add docs extras
  • Fix a return value of TableConverter._convert_nb

New Contributors

Full Changelog: https://github.com/thombashi/sqlitebiter/compare/v0.36.1...v0.36.2

v0.36.1

2 years ago
  • Fix the output of the created-table count
  • Fix checksum file name
  • Fix tag format of Docker images

Full Changelog: https://github.com/thombashi/sqlitebiter/compare/v0.36.0...v0.36.1

v0.36.0

2 years ago
  • Add --matrix-formatting option to commands: #87
  • Fix failed to convert uneven data table: #87 (Thanks to @aborruso)
  • Replace path.py package with path package
  • Avoid installation error with setuptools>=58
  • Add support for string with thousand separators as integer
  • Update build binaries
  • [Experimental] Add Docker images to packages
  • Change log output stream from stdout to stderr
  • Bug fixes

Full Changelog: https://github.com/thombashi/sqlitebiter/compare/v0.35.2...v0.36.0

v0.35.2

2 years ago
  • Improve version subcommand output
  • Fix build CI of Windows execution binary

v0.35.1

2 years ago

v0.35.0

2 years ago
  • Retain leading zeros when converting text: #83 (Thanks to @fburleigh)
  • Add support for Python 3.9 / Python 3.10
  • Drop support for Python 3.5
  • Improve type detection
  • Modify output format of version subcommand
  • Update requirements

v0.34.1

3 years ago
  • Fix parse error when an ipynb file does not include language_info
  • Modify version subcommand output

v0.34.0

3 years ago
  • Add version subcommand

v0.33.0

3 years ago
  • Add --max-workers option
  • Replace a package dependency from colorama to tcolorpy
  • Update requirements