From a2999f8261880536ce1c267b7ba89475a7c603ce Mon Sep 17 00:00:00 2001 From: Christian Chimezie Date: Thu, 13 Nov 2025 18:17:03 +0000 Subject: [PATCH 1/3] docs: add PyPI version and downloads badges to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b72090e..19ad79d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🌟 PlotSense: AI-Powered Data Visualization Assistant +[![PyPI version](https://img.shields.io/pypi/v/plotsense.svg)](https://pypi.org/project/plotsense/) +[![Downloads](https://static.pepy.tech/badge/plotsense)](https://pepy.tech/project/plotsense) [![Python Tests](https://github.com/PlotSenseAI/PlotSenseAI/actions/workflows/python-tests.yml/badge.svg)](https://github.com/PlotSenseAI/PlotSenseAI/actions/workflows/python-tests.yml) [![Frontend Tests](https://github.com/PlotSenseAI/PlotSenseAI/actions/workflows/frontend-tests.yml/badge.svg)](https://github.com/PlotSenseAI/PlotSenseAI/actions/workflows/frontend-tests.yml) [![codecov](https://codecov.io/gh/PlotSenseAI/PlotSenseAI/branch/main/graph/badge.svg)](https://codecov.io/gh/PlotSenseAI/PlotSenseAI) From 32242b905a717ed78d83825bfa56aea6276da1fb Mon Sep 17 00:00:00 2001 From: Christian Chimezie Date: Thu, 13 Nov 2025 18:19:13 +0000 Subject: [PATCH 2/3] docs: add maintainers section with team information --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 19ad79d..9be4a56 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,23 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f ``` bash pip install --upgrade plotsense # Get the latest features! ``` + +## 👥 Maintainers + +PlotSense is maintained by a dedicated team of developers and data scientists: + +| Name | GitHub | Email | +|------|--------|-------| +| **Christian Chimezie** | [@christianchimezie](https://github.com/christianchimezie) | chimeziechristiancc@gmail.com | +| **Toluwaleke Ogidan** | [@ToluGbemi](https://github.com/ToluGbemi) | gbemilekeogidan@gmail.com | +| **Grace Farayola** | [@gracefarayola](https://github.com/gracefarayola) | gracefarayola@gmail.com | +| **Amaka Iduwe** | [@nwaamakaIduwe](https://github.com/nwaamakaIduwe) | nwaamaka_iduwe@yahoo.com | +| **Nelson Ogbeide** | [@nelsonogbeide](https://github.com/nelsonogbeide) | Ogbeide331@gmail.com | +| **Onyekachukwu Ojumah** | [@OnyekaOjumah](https://github.com/OnyekaOjumah) | Onyekaojumah22@gmail.com | +| **Olamilekan Ajao** | [@olamilekanajao](https://github.com/olamilekanajao) | olamilekan011@gmail.com | + +We welcome contributions from the community! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. + ## 🛡 License Apache License 2.0 From 3bb3ef664ece97535215d7e85d42c114f54e6f96 Mon Sep 17 00:00:00 2001 From: Christian Chimezie Date: Thu, 13 Nov 2025 18:28:12 +0000 Subject: [PATCH 3/3] Update Readme with Maintainers --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9be4a56..e1467eb 100644 --- a/README.md +++ b/README.md @@ -249,11 +249,12 @@ PlotSense is maintained by a dedicated team of developers and data scientists: | Name | GitHub | Email | |------|--------|-------| | **Christian Chimezie** | [@christianchimezie](https://github.com/christianchimezie) | chimeziechristiancc@gmail.com | -| **Toluwaleke Ogidan** | [@ToluGbemi](https://github.com/ToluGbemi) | gbemilekeogidan@gmail.com | -| **Grace Farayola** | [@gracefarayola](https://github.com/gracefarayola) | gracefarayola@gmail.com | -| **Amaka Iduwe** | [@nwaamakaIduwe](https://github.com/nwaamakaIduwe) | nwaamaka_iduwe@yahoo.com | -| **Nelson Ogbeide** | [@nelsonogbeide](https://github.com/nelsonogbeide) | Ogbeide331@gmail.com | -| **Onyekachukwu Ojumah** | [@OnyekaOjumah](https://github.com/OnyekaOjumah) | Onyekaojumah22@gmail.com | +| **Toluwaleke Ogidan** | [@T-leke](https://github.com/T-leke) | gbemilekeogidan@gmail.com | +| **Onyekachukwu Ojumah** | [@ojumah20](https://github.com/ojumah20) | Onyekaojumah22@gmail.com | +| **Grace Farayola** | [@Itsmeright](https://github.com/Itsmeright) | gracefarayola@gmail.com | +| **Amaka Iduwe** | [@Nwaamaka-Iduwe](https://github.com/Nwaamaka-Iduwe) | nwaamaka_iduwe@yahoo.com | +| **Nelson Ogbeide** | [@Nelsonchris1](https://github.com/Nelsonchris1) | Ogbeide331@gmail.com | +| **Abayomi Olagunju** | [@jerryola1](https://github.com/jerryola1) | https://abayomiolagunju.net/| | **Olamilekan Ajao** | [@olamilekanajao](https://github.com/olamilekanajao) | olamilekan011@gmail.com | We welcome contributions from the community! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.