Metadata-Version: 2.4
Name: ckanext-selfinfo
Version: 1.3.0
Summary: Web based Sys Admin server statistics
Author-email: DataShades <datashades@linkdigital.com.au>, Yan R <yan.rudenko@linkdigital.com.au>
Maintainer-email: DataShades <datashades@linkdigital.com.au>, Engerrs <datashades@linkdigital.com.au>
License: MIT
Project-URL: Homepage, https://github.com/DataShades/ckanext-selfinfo
Keywords: CKAN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prettytable>=3.10.0
Requires-Dist: psutil>=7.0.0
Requires-Dist: GitPython>=3.1.32
Requires-Dist: distro>=1.9.0
Requires-Dist: cryptography>=44.0.2
Requires-Dist: pip>=21.0.0
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest-ckan; extra == "test"
Requires-Dist: junit2html==31.0.2; extra == "test"
Dynamic: license-file

# ckanext-selfinfo

This extension is built to represent a basic information about the running CKAN Application accessible only to admins.

CKAN should be configured to be able to connect to Redis as it heavily relies on it for storage.

On CKAN admin page `/ckan-admin/selfinfo` can see a big variety of information such as System Info, RAM, disk Usage, CKAN Errors, GIT Info and more.

![Main Selfinfo Screen](docs/assets/main_screen.png)

Check full [documentation](https://datashades.github.io/ckanext-selfinfo/) for more information.

## Selftools

Selftools plugin is now available for ckanext-selfinfo.

It is designed to do different sort of operations with SOLR/DB/Redis Data, for example Search within the DB using UI, update records in DB, SOLR search, index Dataset within UI, CKAN config query and more.

You can find more details on what it does and what it needed for in [here](https://datashades.github.io/ckanext-selfinfo/selftools/overview/).

## Selftracking (new)

Selftracking plugin is now available for ckanext-selfinfo.

An plugin that provides lightweight tracking of user interactions. It records page views, API calls, and supports custom event tracking such as resource downloads, enabling better insights into portal usage and user behavior.

You can find more details on what it does and how to confiugre [here](https://datashades.github.io/ckanext-selfinfo/selftracking/overview/).

## Active work

You can find future features that currently being under development on [this board](https://github.com/orgs/DataShades/projects/1/views/1).

## Requirements

Compatibility with core CKAN versions:

  | CKAN version | Compatibility                           |
  |--------------|-----------------------------------------|
  | 2.7          | untested                                |
  | 2.8          | untested                                |
  | 2.9          | untested                                |
  | 2.10         | yes                                     |
  | 2.11         | yes                                     |
  | master       | yes as of 2025/06 (check test results)  |


## License

MIT
