datasette-enrichments-slow


Namedatasette-enrichments-slow JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryAn enrichment on a slow loop to help debug progress bars
upload_time2024-12-18 23:09:13
maintainerNone
docs_urlNone
authorSimon Willison
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # datasette-enrichments-slow

[![PyPI](https://img.shields.io/pypi/v/datasette-enrichments-slow.svg)](https://pypi.org/project/datasette-enrichments-slow/)
[![Changelog](https://img.shields.io/github/v/release/datasette/datasette-enrichments-slow?include_prereleases&label=changelog)](https://github.com/datasette/datasette-enrichments-slow/releases)
[![Tests](https://github.com/datasette/datasette-enrichments-slow/actions/workflows/test.yml/badge.svg)](https://github.com/datasette/datasette-enrichments-slow/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette/datasette-enrichments-slow/blob/main/LICENSE)

An enrichment on a slow loop to help debug progress bars

## Installation

Install this plugin in the same environment as Datasette.
```bash
datasette install datasette-enrichments-slow
```
## Usage

Select a table (or rows from a table) and run the enrichment. You can specify how many seconds to sleep for each row.

No changes will be recorded to your table. This plugin is for debugging purposes only.

## Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:
```bash
cd datasette-enrichments-slow
python -m venv venv
source venv/bin/activate
```
Now install the dependencies and test dependencies:
```bash
pip install -e '.[test]'
```
To run the tests:
```bash
python -m pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "datasette-enrichments-slow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Simon Willison",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5e/81/ec35b5141e70c56e6d81ad53e6c1173c7e2f4aa84a5e274d0735a5ff7f37/datasette_enrichments_slow-0.1.tar.gz",
    "platform": null,
    "description": "# datasette-enrichments-slow\n\n[![PyPI](https://img.shields.io/pypi/v/datasette-enrichments-slow.svg)](https://pypi.org/project/datasette-enrichments-slow/)\n[![Changelog](https://img.shields.io/github/v/release/datasette/datasette-enrichments-slow?include_prereleases&label=changelog)](https://github.com/datasette/datasette-enrichments-slow/releases)\n[![Tests](https://github.com/datasette/datasette-enrichments-slow/actions/workflows/test.yml/badge.svg)](https://github.com/datasette/datasette-enrichments-slow/actions/workflows/test.yml)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette/datasette-enrichments-slow/blob/main/LICENSE)\n\nAn enrichment on a slow loop to help debug progress bars\n\n## Installation\n\nInstall this plugin in the same environment as Datasette.\n```bash\ndatasette install datasette-enrichments-slow\n```\n## Usage\n\nSelect a table (or rows from a table) and run the enrichment. You can specify how many seconds to sleep for each row.\n\nNo changes will be recorded to your table. This plugin is for debugging purposes only.\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n```bash\ncd datasette-enrichments-slow\npython -m venv venv\nsource venv/bin/activate\n```\nNow install the dependencies and test dependencies:\n```bash\npip install -e '.[test]'\n```\nTo run the tests:\n```bash\npython -m pytest\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An enrichment on a slow loop to help debug progress bars",
    "version": "0.1",
    "project_urls": {
        "CI": "https://github.com/datasette/datasette-enrichments-slow/actions",
        "Changelog": "https://github.com/datasette/datasette-enrichments-slow/releases",
        "Homepage": "https://github.com/datasette/datasette-enrichments-slow",
        "Issues": "https://github.com/datasette/datasette-enrichments-slow/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c33a1b7c45d206186a338a5205c917b3cd43008e394f32232ed4071224b615",
                "md5": "b97a373d63bc853bb31ed85da093a92d",
                "sha256": "95c23b1e9a9c3507ca35921a9702eefd24c11671bb327ce7755d77db76265e0f"
            },
            "downloads": -1,
            "filename": "datasette_enrichments_slow-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b97a373d63bc853bb31ed85da093a92d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6970,
            "upload_time": "2024-12-18T23:09:12",
            "upload_time_iso_8601": "2024-12-18T23:09:12.370203Z",
            "url": "https://files.pythonhosted.org/packages/d3/c3/3a1b7c45d206186a338a5205c917b3cd43008e394f32232ed4071224b615/datasette_enrichments_slow-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e81ec35b5141e70c56e6d81ad53e6c1173c7e2f4aa84a5e274d0735a5ff7f37",
                "md5": "792de5c98c5b6f184ba2a3812540119c",
                "sha256": "f9f45afbed2ce1117659f114378393af05d59db0bbfb5037d15c6614b61c5e73"
            },
            "downloads": -1,
            "filename": "datasette_enrichments_slow-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "792de5c98c5b6f184ba2a3812540119c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6567,
            "upload_time": "2024-12-18T23:09:13",
            "upload_time_iso_8601": "2024-12-18T23:09:13.531369Z",
            "url": "https://files.pythonhosted.org/packages/5e/81/ec35b5141e70c56e6d81ad53e6c1173c7e2f4aa84a5e274d0735a5ff7f37/datasette_enrichments_slow-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 23:09:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datasette",
    "github_project": "datasette-enrichments-slow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "datasette-enrichments-slow"
}
        
Elapsed time: 0.58356s