designed to create flexible Key Performance Indicators (KPIs) for your projects.
Project description
django_kpi
⚠️ Note: This package is currently in active development.
django_kpi is a Django package designed to create flexible Key Performance Indicators (KPIs) for your projects. This package allows you to define, track, and manage KPIs with ease.
Features
- Define custom KPIs
- Track KPI performance over time (WIP)
- Flexible configuration options
- Easy integration with existing Django projects
Installation
To install django_kpi, use pip:
pip install django_kpi
Usage
-
Add
django_kpito yourINSTALLED_APPSin your Django settings:INSTALLED_APPS = [ ... 'django_kpi', ]
-
Update your
urls.pyto include thedjango_kpiURLs:from django.urls import path, include urlpatterns = [ ... path('kpi/', include('django_kpi.urls')), ]
-
Run the migrations to create the necessary database tables:
python manage.py migrate
-
Define your KPIs in the Django admin interface or through the provided API.
-
Use KpiCards on your views check example
Screenshots
Input
Output
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For questions or support, please contact mchahboun@majaracapital.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_kpi-1.0.0.tar.gz.
File metadata
- Download URL: django_kpi-1.0.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af08b0b3c562ebbd5b7b870ef8de9839b0666bbff4dbdcff013f0d2b1c535b94
|
|
| MD5 |
0feef41ba7e6d2a84db9e97048946a19
|
|
| BLAKE2b-256 |
d2bd4f44be980308d0fd8fbed1f3dd84bfe1fa23bebdad712f4503c5d6627d92
|
File details
Details for the file django_kpi-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_kpi-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b715a9cc4159a668d72398e88ff608bb0f215f16b240eb7814e06755b2a3e4f
|
|
| MD5 |
e04db97d45a5f7571f55cafe9d23602b
|
|
| BLAKE2b-256 |
11da9deb710fae6809e688a9ab42401e83916208cb0e7b1a147f911623429d4a
|