Datasette ========= |PyPI| |Changelog| |Python 3.x| |Tests| |License| |docker: datasette| |discord| .. |PyPI| image:: https://img.shields.io/pypi/v/datasette.svg :target: https://pypi.org/project/datasette/ .. |Changelog| image:: https://img.shields.io/github/v/release/simonw/datasette?label=changelog :target: https://docs.datasette.io/en/stable/changelog.html .. |Python 3.x| image:: https://img.shields.io/pypi/pyversions/datasette.svg?logo=python&logoColor=white :target: https://pypi.org/project/datasette/ .. |Tests| image:: https://github.com/simonw/datasette/workflows/Test/badge.svg :target: https://github.com/simonw/datasette/actions?query=workflow%3ATest .. |License| image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg :target: https://github.com/simonw/datasette/blob/main/LICENSE .. |docker: datasette| image:: https://img.shields.io/badge/docker-datasette-blue :target: https://hub.docker.com/r/datasetteproject/datasette .. |discord| image:: https://img.shields.io/discord/823971286308356157?label=discord :target: https://datasette.io/discord *An open source multi-tool for exploring and publishing data* Datasette is a tool for exploring and publishing data. It helps people take data of any shape or size and publish that as an interactive, explorable website and accompanying API. Datasette is aimed at data journalists, museum curators, archivists, local governments and anyone else who has data that they wish to share with the world. It is part of a :ref:`wider ecosystem of tools and plugins ` dedicated to making working with structured data as productive as possible. `Explore a demo `__, watch `a presentation about the project `__ or :ref:`getting_started_glitch`. Interested in learning Datasette? Start with `the official tutorials `__. Support questions, feedback? Join the `Datasette Discord `__. Contents -------- .. toctree:: :maxdepth: 3 getting_started installation configuration ecosystem cli-reference pages publish deploying json_api sql_queries authentication performance csv_export binary_data facets full_text_search spatialite metadata settings introspection custom_templates plugins writing_plugins javascript_plugins plugin_hooks testing_plugins internals events contributing changelog