Contents

datasette 0.65.2

0

An open source multi-tool for exploring and publishing data

An open source multi-tool for exploring and publishing data

Stars: 10757, Watchers: 10757, Forks: 808, Open Issues: 656

The simonw/datasette repo was created 8 years ago and the last code push was 5 hours ago.
The project is extremely popular with a mindblowing 10757 github stars!

How to Install datasette

You can install datasette using pip

pip install datasette

or add it to a project with poetry

poetry add datasette

Package Details

Author
Simon Willison
License
Apache License, Version 2.0
Homepage
https://datasette.io/
PyPi:
https://pypi.org/project/datasette/
Documentation:
https://docs.datasette.io/en/stable/
GitHub Repo:
https://github.com/simonw/datasette

Classifiers

  • Database
No  datasette  pypi packages just yet.

Errors

A list of common datasette errors.

Code Examples

Here are some datasette code examples and snippets.

GitHub Issues

The datasette package has 656 open issues on GitHub

  • Fix filter-input and search-input zoom on iOS Safari Fixes#2346
  • Add request.form() for multipart form data and file uploads
  • Website and GitHub need a better ultra-quickstart
  • Bump the python-packages group with 3 updates
  • In –default-deny mode show icons for public, not private tables
  • backport #2616 to 0.65.x
  • Stop using double quoted string literals in SQL
  • Fixed hundreds of database connection closing warnings
  • pytest -Wall shows hundreds of warnings
  • Improvements to /db/table/pk.json row page
  • Add new /$DB/$TABLE/-/script endpoint, for transactional SQL scripts with the JSON Write API.
  • Refactor default_permissions.py into a package
  • Fix KeyError when sorting with _labels=on and excluded sort column
  • fix: typo in authentication docs
  • feat: improve the github actions run and cancel in progress job

See more issues on GitHub

Related Packages & Articles

piccolo 1.32.0

A fast, user friendly ORM and query builder which supports asyncio.

tinydb 4.8.2

TinyDB is a tiny, document oriented database optimized for your happiness :)