Metadata-Version: 2.4
Name: ckanext-selfinfo
Version: 1.1.10
Home-page: https://github.com/Datashades/ckanext-selfinfo
Author: Yan R
Author-email: DataShades <datashades@linkdigital.com.au>, Yan R <yan.rudenko@linkdigital.com.au>
License: MIT
Project-URL: Homepage, https://github.com/DataShades/ckanext-selfinfo
Keywords: CKAN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
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
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"
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.

## License

MIT
