datasette 0.65
0
An open source multi-tool for exploring and publishing data
Contents
An open source multi-tool for exploring and publishing data
Stars: 9465, Watchers: 9465, Forks: 677, Open Issues: 606The simonw/datasette
repo was created 6 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 9465 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
Related Packages
Errors
A list of common datasette errors.
Code Examples
Here are some datasette
code examples and snippets.
GitHub Issues
The datasette package has 606 open issues on GitHub
- Try again with SQLite codemirror support
- Improvements to help make Datasette a better tool for learning SQL
- Avoid ever running count(*) against SpatiaLite KNN table
- Update asgiref requirement from <3.5.0,>=3.2.10 to >=3.2.10,<3.6.0
- More detailed information about installed SpatiaLite version
- Scripted exports
- Option to assign a domain/subdomain using
datasette publish cloudrun
- Update pytest-timeout requirement from <2.1,>=1.4.2 to >=1.4.2,<2.2
- Add architecture documentation
- Documentation page warning of changes coming in 1.0
- Update pytest-asyncio requirement from <0.17,>=0.10 to >=0.10,<0.18
- Row pages should show links to foreign keys
- Maybe let plugins define custom serve options?
- Typo in docs about default redirect status code
- run analyze on all databases as part of start up or publishing