From be051a45ef46f27bd94341f1db42edf32180a288 Mon Sep 17 00:00:00 2001
From: bleudev
Date: Sun, 25 Aug 2024 21:59:12 +0300
Subject: [PATCH 01/13] New README badges + test pylint badge
---
.github/workflows/pylint.yml | 7 ++++++-
README.md | 4 ++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index d8edaa7..5418328 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -39,4 +39,9 @@ jobs:
python -m pip install -r ./requirements.txt
- name: Analysing the code with pylint
run: |
- pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
\ No newline at end of file
+ pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
+ - name: Update Pylint badge
+ uses: Silleellie/pylint-github-action@v2
+ with:
+ lint-path: ufpy
+ python-version: 3.12
\ No newline at end of file
diff --git a/README.md b/README.md
index 0bed35b..75af225 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
+[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label)](https://pypi.org/project/ufpy)
+[![Python version](https://img.shields.io/badge/3.12%2B-blue?logo=python&logoColor=white)](https://python.org)
+[![pylint]()](https://github.com/honey-team/ufpy)
+
# ufpy
Ufpy (Useful Python) - package for Python with some useful features
From 8ef628cba75fe2e09e8ace59615510610f956b4d Mon Sep 17 00:00:00 2001
From: bleudev
Date: Sun, 25 Aug 2024 22:05:50 +0300
Subject: [PATCH 02/13] Bug fix permissions
---
.github/workflows/pylint.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index 5418328..79f5c71 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -15,6 +15,9 @@ on:
- 'requirements.txt'
branches:
- main
+
+permissions:
+ contents: write
jobs:
build:
From 70b8cd1e9bc7caa24f3b976a44269329ebfe2a8a Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 25 Aug 2024 19:06:36 +0000
Subject: [PATCH 03/13] Updated pylint badge
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 75af225..246a9bc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label)](https://pypi.org/project/ufpy)
[![Python version](https://img.shields.io/badge/3.12%2B-blue?logo=python&logoColor=white)](https://python.org)
-[![pylint]()](https://github.com/honey-team/ufpy)
+[![pylint](https://img.shields.io/badge/PyLint-7.04-orange?logo=python&logoColor=whitehttps://img.shields.io/badge/PyLint-7.04-orange?logo=python&logoColor=white)
# ufpy
Ufpy (Useful Python) - package for Python with some useful features
From d03b07426d1bd38f6993977dcd8ef559c60083c8 Mon Sep 17 00:00:00 2001
From: bleudev
Date: Mon, 26 Aug 2024 01:14:03 +0300
Subject: [PATCH 04/13] Logo + remove pylint mark
---
.github/workflows/pylint.yml | 10 +---------
README.md | 22 ++++++++++++++++++++--
readme_assets/logo.svg | 4 ++++
readme_assets/logo_d.svg | 4 ++++
readme_assets/logo_l.svg | 4 ++++
5 files changed, 33 insertions(+), 11 deletions(-)
create mode 100644 readme_assets/logo.svg
create mode 100644 readme_assets/logo_d.svg
create mode 100644 readme_assets/logo_l.svg
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index 79f5c71..d8edaa7 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -15,9 +15,6 @@ on:
- 'requirements.txt'
branches:
- main
-
-permissions:
- contents: write
jobs:
build:
@@ -42,9 +39,4 @@ jobs:
python -m pip install -r ./requirements.txt
- name: Analysing the code with pylint
run: |
- pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
- - name: Update Pylint badge
- uses: Silleellie/pylint-github-action@v2
- with:
- lint-path: ufpy
- python-version: 3.12
\ No newline at end of file
+ pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
\ No newline at end of file
diff --git a/README.md b/README.md
index 246a9bc..fd37d45 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,24 @@
-[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label)](https://pypi.org/project/ufpy)
+
+
+
+
+
+
+[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label&color=blue)](https://pypi.org/project/ufpy)
[![Python version](https://img.shields.io/badge/3.12%2B-blue?logo=python&logoColor=white)](https://python.org)
-[![pylint](https://img.shields.io/badge/PyLint-7.04-orange?logo=python&logoColor=whitehttps://img.shields.io/badge/PyLint-7.04-orange?logo=python&logoColor=white)
+[![Docs](https://img.shields.io/badge/docs-blue?logo=material%20for%20mkdocs&logoColor=white)](https://honey-team.ru/ufpy-website)
+[![Pylint](https://img.shields.io/badge/pylint-blue)](https://pypi.org/project/pylint)
+[![Black](https://img.shields.io/badge/black-blue)](https://pypi.org/project/black)
# ufpy
Ufpy (Useful Python) - package for Python with some useful features
diff --git a/readme_assets/logo.svg b/readme_assets/logo.svg
new file mode 100644
index 0000000..3e7913a
--- /dev/null
+++ b/readme_assets/logo.svg
@@ -0,0 +1,4 @@
+
diff --git a/readme_assets/logo_d.svg b/readme_assets/logo_d.svg
new file mode 100644
index 0000000..8b94d53
--- /dev/null
+++ b/readme_assets/logo_d.svg
@@ -0,0 +1,4 @@
+
diff --git a/readme_assets/logo_l.svg b/readme_assets/logo_l.svg
new file mode 100644
index 0000000..6326e58
--- /dev/null
+++ b/readme_assets/logo_l.svg
@@ -0,0 +1,4 @@
+
From 783b63e4cdb7e379ec2b09d505e2f5af052e3548 Mon Sep 17 00:00:00 2001
From: bleudev
Date: Mon, 26 Aug 2024 01:33:26 +0300
Subject: [PATCH 05/13] Change logos + align badges
---
README.md | 24 +++++++++++++++++-------
readme_assets/logo.svg | 7 ++++---
readme_assets/logo_d.svg | 3 ++-
readme_assets/logo_l.svg | 3 ++-
4 files changed, 25 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index fd37d45..44552fb 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,23 @@
-
-
-[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label&color=blue)](https://pypi.org/project/ufpy)
-[![Python version](https://img.shields.io/badge/3.12%2B-blue?logo=python&logoColor=white)](https://python.org)
-[![Docs](https://img.shields.io/badge/docs-blue?logo=material%20for%20mkdocs&logoColor=white)](https://honey-team.ru/ufpy-website)
-[![Pylint](https://img.shields.io/badge/pylint-blue)](https://pypi.org/project/pylint)
-[![Black](https://img.shields.io/badge/black-blue)](https://pypi.org/project/black)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
# ufpy
Ufpy (Useful Python) - package for Python with some useful features
diff --git a/readme_assets/logo.svg b/readme_assets/logo.svg
index 3e7913a..31c344c 100644
--- a/readme_assets/logo.svg
+++ b/readme_assets/logo.svg
@@ -1,4 +1,5 @@
-