Releases: simonw/pypi-to-sqlite
Releases · simonw/pypi-to-sqlite
0.2.3
- Fix bug caused by PyPI JSON shape changing. #8
0.2.2
- Fixed a bug where the command could not be safely run more than once against the same database file. #7
0.2
- New
--prefix prefix
option for creating tables with a prefix - so pypi-to-sqlite data.db datasette --prefix pypi_
will create tables called pypi_packages
, pypi_versions
and pypi_releases
. #6
0.1
- Initial release, with
pypi-to-sqlite pypi.db datasette sqlite-utils
command. #1