Metadata-Version: 2.4
Name: ckanext-selfinfo
Version: 1.1.14
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>=5.9.6
Requires-Dist: GitPython>=3.1.32
Requires-Dist: distro>=1.9.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.

## 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/05 (check test results)  |


## License

MIT
