datasette-schema-versions


Namedatasette-schema-versions JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/simonw/datasette-schema-versions
SummaryDatasette plugin that shows the schema version of every attached database
upload_time2024-03-01 02:44:53
maintainer
docs_urlNone
authorSimon Willison
requires_python
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # datasette-schema-versions

[![PyPI](https://img.shields.io/pypi/v/datasette-schema-versions.svg)](https://pypi.org/project/datasette-schema-versions/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-schema-versions?include_prereleases&label=changelog)](https://github.com/simonw/datasette-schema-versions/releases)
[![Tests](https://github.com/simonw/datasette-schema-versions/workflows/Test/badge.svg)](https://github.com/simonw/datasette-schema-versions/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-schema-versions/blob/main/LICENSE)

Datasette plugin that shows the schema version of every attached database

## Installation

Install this plugin in the same environment as Datasette.

    $ datasette install datasette-schema-versions

## Usage

Visit `/-/schema-versions` on your Datasette instance to see a numeric version for the schema for each of your databases.

Any changes you make to the schema will increase this version number.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/simonw/datasette-schema-versions",
    "name": "datasette-schema-versions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Simon Willison",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/01/11/d1880a2193a3ff96534226146d403e0873a2fa0238c7be645b694f3f3fea/datasette-schema-versions-0.3.tar.gz",
    "platform": null,
    "description": "# datasette-schema-versions\n\n[![PyPI](https://img.shields.io/pypi/v/datasette-schema-versions.svg)](https://pypi.org/project/datasette-schema-versions/)\n[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-schema-versions?include_prereleases&label=changelog)](https://github.com/simonw/datasette-schema-versions/releases)\n[![Tests](https://github.com/simonw/datasette-schema-versions/workflows/Test/badge.svg)](https://github.com/simonw/datasette-schema-versions/actions?query=workflow%3ATest)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-schema-versions/blob/main/LICENSE)\n\nDatasette plugin that shows the schema version of every attached database\n\n## Installation\n\nInstall this plugin in the same environment as Datasette.\n\n    $ datasette install datasette-schema-versions\n\n## Usage\n\nVisit `/-/schema-versions` on your Datasette instance to see a numeric version for the schema for each of your databases.\n\nAny changes you make to the schema will increase this version number.\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Datasette plugin that shows the schema version of every attached database",
    "version": "0.3",
    "project_urls": {
        "CI": "https://github.com/simonw/datasette-schema-versions/actions",
        "Changelog": "https://github.com/simonw/datasette-schema-versions/releases",
        "Homepage": "https://github.com/simonw/datasette-schema-versions",
        "Issues": "https://github.com/simonw/datasette-schema-versions/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67f7589145a986c5c8631dc31ea31d9a2aefe68cdb98e9724e5214fe64fcd0b6",
                "md5": "c607d090d1d9ea4c558b1383ecfcef63",
                "sha256": "a8181a0d16c6b09086a16e983e41928c8ae191b4298f29565fea95adeb3dd5e1"
            },
            "downloads": -1,
            "filename": "datasette_schema_versions-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c607d090d1d9ea4c558b1383ecfcef63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2693,
            "upload_time": "2024-03-01T02:44:52",
            "upload_time_iso_8601": "2024-03-01T02:44:52.359092Z",
            "url": "https://files.pythonhosted.org/packages/67/f7/589145a986c5c8631dc31ea31d9a2aefe68cdb98e9724e5214fe64fcd0b6/datasette_schema_versions-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0111d1880a2193a3ff96534226146d403e0873a2fa0238c7be645b694f3f3fea",
                "md5": "c7159dda2270b3890cab68c9b82189a6",
                "sha256": "5ac4d3e7dadc987b2d2b5975466edf51679978a1b1946a3dc319c92db647f13e"
            },
            "downloads": -1,
            "filename": "datasette-schema-versions-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c7159dda2270b3890cab68c9b82189a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2799,
            "upload_time": "2024-03-01T02:44:53",
            "upload_time_iso_8601": "2024-03-01T02:44:53.656741Z",
            "url": "https://files.pythonhosted.org/packages/01/11/d1880a2193a3ff96534226146d403e0873a2fa0238c7be645b694f3f3fea/datasette-schema-versions-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 02:44:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simonw",
    "github_project": "datasette-schema-versions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "datasette-schema-versions"
}
        
Elapsed time: 0.30288s