| Name | datasette-debug-events JSON |
| Version |
0.1a1
JSON |
| download |
| home_page | None |
| Summary | Print Datasette events to standard error |
| upload_time | 2025-10-21 00:55:35 |
| maintainer | None |
| docs_url | None |
| author | Simon Willison |
| requires_python | >=3.8 |
| license | Apache-2.0 |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# datasette-debug-events
[](https://pypi.org/project/datasette-debug-events/)
[](https://github.com/datasette/datasette-debug-events/releases)
[](https://github.com/datasette/datasette-debug-events/actions/workflows/test.yml)
[](https://github.com/datasette/datasette-debug-events/blob/main/LICENSE)
Print Datasette events to standard error
## Installation
Install this plugin in the same environment as Datasette.
```bash
datasette install datasette-debug-events
```
## Usage
Once installed, any events fired by the [Datasette events mechanism](https://docs.datasette.io/en/latest/events.html) (introduced [in Datasette 1.0a8](https://simonwillison.net/2024/Feb/7/datasette-1a8/#datasette-events)) will be sent to standard error and should display in your terminal.
## Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
```bash
cd datasette-debug-events
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-debug-events",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Simon Willison",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e6/c8/e3871fd4b4c44e2c3035b6e98a0ad5453b28d93f4af3564ac4c2006559f6/datasette_debug_events-0.1a1.tar.gz",
"platform": null,
"description": "# datasette-debug-events\n\n[](https://pypi.org/project/datasette-debug-events/)\n[](https://github.com/datasette/datasette-debug-events/releases)\n[](https://github.com/datasette/datasette-debug-events/actions/workflows/test.yml)\n[](https://github.com/datasette/datasette-debug-events/blob/main/LICENSE)\n\nPrint Datasette events to standard error\n\n## Installation\n\nInstall this plugin in the same environment as Datasette.\n```bash\ndatasette install datasette-debug-events\n```\n## Usage\n\nOnce installed, any events fired by the [Datasette events mechanism](https://docs.datasette.io/en/latest/events.html) (introduced [in Datasette 1.0a8](https://simonwillison.net/2024/Feb/7/datasette-1a8/#datasette-events)) will be sent to standard error and should display in your terminal.\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n```bash\ncd datasette-debug-events\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": "Print Datasette events to standard error",
"version": "0.1a1",
"project_urls": {
"CI": "https://github.com/datasette/datasette-debug-events/actions",
"Changelog": "https://github.com/datasette/datasette-debug-events/releases",
"Homepage": "https://github.com/datasette/datasette-debug-events",
"Issues": "https://github.com/datasette/datasette-debug-events/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bd3e6e6988078d51917fe15c9620d48217185a9d5774adb49d9dfdb911d1fbab",
"md5": "b4abc0c2509dd1d370724270deac10f3",
"sha256": "e208cee585d96d85a5ff7fe65d7df73edb25c4970d5e29db298d6015dd26f440"
},
"downloads": -1,
"filename": "datasette_debug_events-0.1a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b4abc0c2509dd1d370724270deac10f3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6750,
"upload_time": "2025-10-21T00:55:34",
"upload_time_iso_8601": "2025-10-21T00:55:34.214473Z",
"url": "https://files.pythonhosted.org/packages/bd/3e/6e6988078d51917fe15c9620d48217185a9d5774adb49d9dfdb911d1fbab/datasette_debug_events-0.1a1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e6c8e3871fd4b4c44e2c3035b6e98a0ad5453b28d93f4af3564ac4c2006559f6",
"md5": "ac5953d03cc74f7a7fdcfdf1cdd87a35",
"sha256": "2618588e0c9b31d1392a7bf7ccbb2908a2a7d781c4ae6b4318f8fc5243ccff05"
},
"downloads": -1,
"filename": "datasette_debug_events-0.1a1.tar.gz",
"has_sig": false,
"md5_digest": "ac5953d03cc74f7a7fdcfdf1cdd87a35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6400,
"upload_time": "2025-10-21T00:55:35",
"upload_time_iso_8601": "2025-10-21T00:55:35.505023Z",
"url": "https://files.pythonhosted.org/packages/e6/c8/e3871fd4b4c44e2c3035b6e98a0ad5453b28d93f4af3564ac4c2006559f6/datasette_debug_events-0.1a1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 00:55:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "datasette",
"github_project": "datasette-debug-events",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "datasette-debug-events"
}