Name | ckanext-event-audit JSON |
Version |
1.1.4
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-12-17 15:30:17 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | AGPL |
keywords |
ckan
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
[![Tests](https://github.com/DataShades/ckanext-event-audit/actions/workflows/test.yml/badge.svg)](https://github.com/DataShades/ckanext-event-audit/actions/workflows/test.yml)
# ckanext-event-audit
This extension will capture and retain a comprehensive record of all changes within a CKAN app.
Read the [documentation](https://datashades.github.io/ckanext-event-audit/) for a full user guide.
## Quick start
1. Install the extension from `PyPI`:
`pip install ckanext-event-audit`
2. Enable the plugin in your CKAN configuration file (e.g. `ckan.ini` or `production.ini`):
`ckan.plugins = ... event_audit ...`
3. Run DB migrations. For CKAN 2.10+ we can run this command:
`ckan db pending-migrations`
CKAN 2.11+ allows us to run the following command to create the tables:
`ckan db upgrade`
4. Configure the extension up to your needs and you're ready to go. See the [documentation](https://datashades.github.io/ckanext-event-audit/) for more details about the configuration options.
## Developer installation
To install ckanext-event-audit for development, activate your CKAN virtualenv and
do:
pip install -e '.[dev]'
## Tests
To run the tests, do:
pytest --ckan-ini=test.ini
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
Raw data
{
"_id": null,
"home_page": null,
"name": "ckanext-event-audit",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "CKAN",
"author": null,
"author_email": "DataShades <datashades@linkdigital.com.au>, Oleksandr Cherniavskyi <mutantsan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/31/b3/6116ddc3bb28904154ed79eb05bb3250819e3a6b22bb08aebaccc694282d/ckanext_event_audit-1.1.4.tar.gz",
"platform": null,
"description": "[![Tests](https://github.com/DataShades/ckanext-event-audit/actions/workflows/test.yml/badge.svg)](https://github.com/DataShades/ckanext-event-audit/actions/workflows/test.yml)\n\n# ckanext-event-audit\n\nThis extension will capture and retain a comprehensive record of all changes within a CKAN app. \n\nRead the [documentation](https://datashades.github.io/ckanext-event-audit/) for a full user guide.\n\n## Quick start\n\n1. Install the extension from `PyPI`:\n\n `pip install ckanext-event-audit`\n\n2. Enable the plugin in your CKAN configuration file (e.g. `ckan.ini` or `production.ini`):\n\n `ckan.plugins = ... event_audit ...`\n\n3. Run DB migrations. For CKAN 2.10+ we can run this command:\n\n `ckan db pending-migrations`\n\n CKAN 2.11+ allows us to run the following command to create the tables:\n\n `ckan db upgrade`\n\n4. Configure the extension up to your needs and you're ready to go. See the [documentation](https://datashades.github.io/ckanext-event-audit/) for more details about the configuration options.\n\n## Developer installation\n\nTo install ckanext-event-audit for development, activate your CKAN virtualenv and\ndo:\n\n pip install -e '.[dev]'\n\n## Tests\n\nTo run the tests, do:\n\n pytest --ckan-ini=test.ini\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": null,
"version": "1.1.4",
"project_urls": {
"Documentation": "https://datashades.github.io/ckanext-event-audit/",
"Homepage": "https://github.com/DataShades/ckanext-event-audit"
},
"split_keywords": [
"ckan"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa9c13793b9bbd5d8e17aaf4a4fe5145cd610c5af048752ffdd7f9820e4420ca",
"md5": "ad55f5d4a5d9a1f38e4714e41dfc7ee0",
"sha256": "25b82214ed28cf71a3ffe1185e57a38a6512b1f0f6e432da13245d24508bc49d"
},
"downloads": -1,
"filename": "ckanext_event_audit-1.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad55f5d4a5d9a1f38e4714e41dfc7ee0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 62738,
"upload_time": "2024-12-17T15:30:15",
"upload_time_iso_8601": "2024-12-17T15:30:15.803398Z",
"url": "https://files.pythonhosted.org/packages/fa/9c/13793b9bbd5d8e17aaf4a4fe5145cd610c5af048752ffdd7f9820e4420ca/ckanext_event_audit-1.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31b36116ddc3bb28904154ed79eb05bb3250819e3a6b22bb08aebaccc694282d",
"md5": "64ca066b499c0b003b4c41d181cc5c52",
"sha256": "0b360dcf125668259cf13926f4b53d1c5f28d8416f87b46737edd5309824d99a"
},
"downloads": -1,
"filename": "ckanext_event_audit-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "64ca066b499c0b003b4c41d181cc5c52",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47202,
"upload_time": "2024-12-17T15:30:17",
"upload_time_iso_8601": "2024-12-17T15:30:17.045290Z",
"url": "https://files.pythonhosted.org/packages/31/b3/6116ddc3bb28904154ed79eb05bb3250819e3a6b22bb08aebaccc694282d/ckanext_event_audit-1.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 15:30:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DataShades",
"github_project": "ckanext-event-audit",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "ckanext-event-audit"
}