kececilayout 0.4.3__tar.gz → 0.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececilayout
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: Çeşitli graf kütüphaneleri için sıralı-zigzag yerleşimleri sağlayan bir Python paketi.
5
5
  Home-page: https://github.com/WhiteSymmetry/kececilayout
6
6
  Author: Mehmet Keçeci
@@ -48,7 +48,7 @@ Requires-Dist: pytest; extra == "test"
48
48
  Requires-Dist: pytest-cov; extra == "test"
49
49
  Requires-Dist: pytest-mock; extra == "test"
50
50
  Requires-Dist: ruff; extra == "test"
51
- Requires-Dist: igraph; extra == "test"
51
+ Requires-Dist: python-igraph; extra == "test"
52
52
  Requires-Dist: python-louvain; extra == "test"
53
53
  Requires-Dist: rustworkx; extra == "test"
54
54
  Requires-Dist: networkit; extra == "test"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececilayout
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: Çeşitli graf kütüphaneleri için sıralı-zigzag yerleşimleri sağlayan bir Python paketi.
5
5
  Home-page: https://github.com/WhiteSymmetry/kececilayout
6
6
  Author: Mehmet Keçeci
@@ -48,7 +48,7 @@ Requires-Dist: pytest; extra == "test"
48
48
  Requires-Dist: pytest-cov; extra == "test"
49
49
  Requires-Dist: pytest-mock; extra == "test"
50
50
  Requires-Dist: ruff; extra == "test"
51
- Requires-Dist: igraph; extra == "test"
51
+ Requires-Dist: python-igraph; extra == "test"
52
52
  Requires-Dist: python-louvain; extra == "test"
53
53
  Requires-Dist: rustworkx; extra == "test"
54
54
  Requires-Dist: networkit; extra == "test"
@@ -8,7 +8,7 @@ pytest
8
8
  pytest-cov
9
9
  pytest-mock
10
10
  ruff
11
- igraph
11
+ python-igraph
12
12
  python-louvain
13
13
  rustworkx
14
14
  networkit
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "kececilayout"
9
- version = "0.4.3"
9
+ version = "0.4.4"
10
10
 
11
11
  # Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
12
12
  authors = [
@@ -38,7 +38,7 @@ test = [
38
38
  "pytest-cov",
39
39
  "pytest-mock",
40
40
  "ruff",
41
- "igraph",
41
+ "python-igraph",
42
42
  "python-louvain",
43
43
  "rustworkx",
44
44
  "networkit",
@@ -49,9 +49,3 @@ test = [
49
49
  "Homepage" = "https://github.com/WhiteSymmetry/kececilayout"
50
50
  "Bug Tracker" = "https://github.com/WhiteSymmetry/kececilayout/issues"
51
51
 
52
-
53
-
54
-
55
-
56
-
57
-
@@ -43,7 +43,7 @@ setup(
43
43
  "cairocffi"
44
44
  ],
45
45
  extras_require={
46
- "all": ["cairo", "python-louvain", "igraph", "networkit", "rustworkx", "graphillion"],
46
+ "all": ["cairo", "python-louvain", "python-igraph", "networkit", "rustworkx", "graphillion"],
47
47
  },
48
48
  classifiers=[
49
49
  "Programming Language :: Python :: 3",
@@ -55,3 +55,4 @@ setup(
55
55
  )
56
56
 
57
57
 
58
+
File without changes
File without changes
File without changes
File without changes