Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 42e998e

Browse files
authored
Merge pull request #48 from mmzeynalli/integration/azericard
Last update
2 parents ed1e404 + 77d0866 commit 42e998e

2 files changed

Lines changed: 13 additions & 31 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
> [!CAUTION] Bu integrify kitabxanası arxivlənmişdir, yeni versiyası olmayacaqdır. Əvəzinə, daha modular qurulmuş [bu kitabxanalardan](https://github.com/Integrify-SDK/) istifadə etməyiniz tövsiyyə olunur.
2+
3+
---
4+
15
<p align="center">
26
<a href="https://integrify.mmzeynalli.dev/"><img width="400" src="https://raw.githubusercontent.com/mmzeynalli/integrify/main/docs/az/docs/assets/integrify.png" alt="Integrify"></a>
37
</p>
48
<p align="center">
59
<em>Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır.</em>
610
</p>
7-
<p style='display:flex;flex-wrap:wrap;gap:5px;width:70%;justify-content:flex-start;margin: 0 auto;'>
11+
<p style='display:flex;flex-wrap:wrap;gap:5px;width:70%;justify-content:flex-start;margin: 0 auto;'>
812
<a href="https://github.com/mmzeynalli/integrify/actions/workflows/test.yml" target="_blank">
913
<img src="https://github.com/mmzeynalli/integrify/actions/workflows/test.yml/badge.svg?branch=main" alt="Test">
1014
</a>
@@ -51,7 +55,7 @@
5155
<div class="termy">
5256

5357
```console
54-
$ pip install integrify
58+
pip install integrify
5559
```
5660

5761
</div>

pyproject.toml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "integrify"
7-
version = "2.2.0"
7+
version = "2.2.1"
88
description = "Integrify API inteqrasiyalarını rahatlaşdıran sorğular kitabaxanasıdır."
99
authors = [
1010
{ name = "mmzeynalli", email = "miradil.zeynalli@gmail.com" },
@@ -38,11 +38,7 @@ classifiers = [
3838
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
3939
"Topic :: Internet :: WWW/HTTP",
4040
]
41-
dependencies = [
42-
"pydantic>=2.8.2,<3",
43-
"httpx>=0.27.2,<0.28",
44-
"rsa>=4.9",
45-
]
41+
dependencies = ["pydantic>=2.8.2,<3", "httpx>=0.27.2,<0.28", "rsa>=4.9"]
4642

4743
[project.urls]
4844
Homepage = "https://integrify.mmzeynalli.dev/"
@@ -79,11 +75,7 @@ docs = [
7975
]
8076

8177
[tool.uv]
82-
default-groups = [
83-
"gh",
84-
"dev",
85-
"docs",
86-
]
78+
default-groups = ["gh", "dev", "docs"]
8779

8880
[tool.hatch.build.targets.sdist]
8981
include = ["src/integrify"]
@@ -109,7 +101,7 @@ select = [
109101
# isort
110102
"I",
111103
# Print statements
112-
"T201"
104+
"T201",
113105
]
114106
ignore-init-module-imports = true
115107

@@ -121,28 +113,15 @@ docstring-quotes = "double"
121113

122114
[tool.pylint.MASTER]
123115
ignore-paths = ['tests/', '.venv/', '.venvs/', 'test.py']
124-
disable = [
125-
'C0114',
126-
'C0115',
127-
'C0301',
128-
'R0913',
129-
'R0914',
130-
'R0917',
131-
'R0801',
132-
]
116+
disable = ['C0114', 'C0115', 'C0301', 'R0913', 'R0914', 'R0917', 'R0801']
133117

134118
[tool.mypy]
135-
exclude = [
136-
'tests/*',
137-
'test.py'
138-
]
119+
exclude = ['tests/*', 'test.py']
139120
plugins = ['pydantic.mypy']
140121

141122
[tool.pytest.ini_options]
142123
pythonpath = ["src/"]
143-
filterwarnings = [
144-
"ignore::UserWarning",
145-
]
124+
filterwarnings = ["ignore::UserWarning"]
146125

147126
[tool.coverage.report]
148127
exclude_also = [
@@ -170,4 +149,3 @@ source = [
170149

171150
[tool.bandit]
172151
skips = ["B101"]
173-

0 commit comments

Comments
 (0)