Skip to content

Commit 1303d9b

Browse files
committed
šŸ“ Docs(README.md): Add badges to the README and remove unsecure dependency from requirements.txt
1 parent b0f1c3a commit 1303d9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ā€ŽREADME.mdā€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
VueGen is a Python library that automates the creation of scientific reports.
88
</p>
99

10+
| Information | Links |
11+
| :--- | :--- |
12+
| **Package** |[ ![PyPI Latest Release](https://img.shields.io/pypi/v/vuegen.svg)](https://pypi.org/project/vuegen/) [![Supported versions](https://img.shields.io/pypi/pyversions/vuegen.svg)](https://pypi.org/project/vuegen/)|
13+
| **Documentation** | [![Docs](https://readthedocs.org/projects/vuegen/badge/?style=flat)](https://vuegen.readthedocs.io/)|
14+
| **Build** | [![CI](https://github.com/Multiomics-Analytics-Group/acore/actions/workflows/cdci.yml/badge.svg)](https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/cdci.yml) [![Docs](https://github.com/Multiomics-Analytics-Group/acore/actions/workflows/docs.yml/badge.svg)](https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/docs.yml)|
15+
| **Examples** | [![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)](https://multiomics-analytics-group.github.io/vuegen/) [![Streamlit](https://img.shields.io/badge/Streamlit-%23FE4B4B.svg?style=for-the-badge&logo=streamlit&logoColor=white)](https://multiomics-analytics-group.github.io/vuegen/)|
16+
| **Discuss on GitHub** | [![GitHub issues](https://img.shields.io/github/issues/Multiomics-Analytics-Group/vuegen)](https://github.com/Multiomics-Analytics-Group/vuegen/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/Multiomics-Analytics-Group/vuegen)](https://github.com/Multiomics-Analytics-Group/vuegen/pulls) |
17+
1018
## Table of contents:
1119
- [About the project](#about-the-project)
1220
- [Installation](#installation)

ā€Žrequirements.txtā€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ ipywidgets==8.1.5
5555
isoduration==20.11.0
5656
itables==2.2.4
5757
jedi==0.19.2
58-
jinja2==3.1.4
5958
json5==0.10.0
6059
jsonpickle==4.0.1
6160
jsonpointer==3.0.0

0 commit comments

Comments
Ā (0)