Python CLI utility and library for manipulating SQLite databases https://sqlite-utils.datasette.io
  • Python 99.7%
  • C 0.2%
Find a file
Simon Willison 56e29158fe Don't run black test on Python 3.7
It breaks on that version - see https://github.com/ambv/black/issues/425

But that's OK, we only need it to run onder one version anyway.
2018-07-28 11:18:40 -07:00
docs Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
sqlite_utils Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
tests Don't run black test on Python 3.7 2018-07-28 11:18:40 -07:00
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
.travis.yml Configured Travis CI 2018-07-28 06:48:53 -07:00
README.md Initial 2018-07-13 20:56:21 -07:00
setup.py Ensure black is correctly installed for tests 2018-07-28 07:36:43 -07:00

sqlite-utils