From a3bfd70b5c762eba31860a2c4b3b51a8734fbfc3 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Wed, 18 Dec 2024 09:32:09 +0200 Subject: [PATCH 1/3] fix README image URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9665fb2..44b4996 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VizBlend -![PyPI Version](https://img.shields.io/pypi/v/vizblend) ![License](https://img.shields.io/pypi/l/vizblend) ![Build Status](https://github.com/MahmoudHousam/VizBlend/actions/workflows/publish.yml/badge.svg) ![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg) ![Downloads](https://img.shields.io/pypi/dm/vizblend) +![PyPI Version](https://img.shields.io/pypi/v/vizblend) ![License](https://img.shields.io/pypi/l/vizblend) ![Build Status](https://github.com/MahmoudHousam/VizBlend/actions/workflows/release.yml/badge.svg) ![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg) ![Downloads](https://img.shields.io/pypi/dm/vizblend) VizBlend is a Python package that simplifies the process of creating interactive analytical reports by consolidating Plotly figures into a single HTML file. It’s designed to function like a modern PowerPoint presentation but with the power of stunning and interactive data visualizations. @@ -9,7 +9,7 @@ Whether you’re a data analyst, scientist, or developer, VizBlend streamlines t # Demo Below is a preview of a report generated with VizBlend: -![VizBlend Thumbnail](demo/demo.gif) +![VizBlend Thumbnail](https://cdn.jsdelivr.net/gh/MahmoudHousam/VizBlend@master/demo/demo.gif) # Installation @@ -37,4 +37,4 @@ Besides its main job, this repo intends to teach aspiring data analysts or even * [Building and testing Python | Official GitHub Actions Docs](https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python) - * [pypi-publish | GitHub Action](https://github.com/marketplace/actions/pypi-publish) \ No newline at end of file + * [pypi-publish | GitHub Action](https://github.com/marketplace/actions/pypi-publish) From 4aa6801435b8c9f985884cbbeaee6d6383ea8ed3 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Wed, 18 Dec 2024 09:42:18 +0200 Subject: [PATCH 2/3] add MIT license file --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..787e6ee --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024-present Mahmoud Housam + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 35b8ec809ed1e9e00137ad3133942ffb214ce782 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Wed, 18 Dec 2024 09:46:24 +0200 Subject: [PATCH 3/3] Update README badge links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b4996..b14b4b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VizBlend -![PyPI Version](https://img.shields.io/pypi/v/vizblend) ![License](https://img.shields.io/pypi/l/vizblend) ![Build Status](https://github.com/MahmoudHousam/VizBlend/actions/workflows/release.yml/badge.svg) ![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg) ![Downloads](https://img.shields.io/pypi/dm/vizblend) +[![PyPI Version](https://img.shields.io/pypi/v/vizblend)](https://pypi.org/project/vizblend/) [![License](https://img.shields.io/pypi/l/vizblend)](https://github.com/MahmoudHousam/VizBlend/blob/master/LICENSE) [![Build Status](https://github.com/MahmoudHousam/VizBlend/actions/workflows/release.yml/badge.svg)](https://github.com/MahmoudHousam/VizBlend/actions) [![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/) [![Downloads](https://img.shields.io/pypi/dm/vizblend)](https://pypistats.org/packages/vizblend) VizBlend is a Python package that simplifies the process of creating interactive analytical reports by consolidating Plotly figures into a single HTML file. It’s designed to function like a modern PowerPoint presentation but with the power of stunning and interactive data visualizations.