kececilayout 0.5.9__tar.gz → 0.6.1__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.5.9
3
+ Version: 0.6.1
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
@@ -787,6 +787,8 @@ styles = ['standard', 'default', 'curved', 'helix', '3d', 'weighted', 'colored']
787
787
 
788
788
  **v0.5.1:** edge (kececi_layout_edge)
789
789
 
790
+ **v0.6.0:** periodic table
791
+
790
792
  ---
791
793
 
792
794
  ### Installation
@@ -2773,7 +2775,59 @@ KececiLayout v0.5.0 processes 10,000-node graphs in **2 milliseconds**, deliveri
2773
2775
  [![Complexity](https://img.shields.io/badge/O(n)_complexity-blue)](https://github.com/WhiteSymmetry/kececilayout)
2774
2776
  [![Libraries](https://img.shields.io/badge/6_graph_libraries_supported-27ae60)](https://github.com/WhiteSymmetry/kececilayout)
2775
2777
 
2778
+ # Pixi:
2779
+
2780
+ [![Pixi](https://img.shields.io/badge/Pixi-Pixi-brightgreen.svg)](https://prefix.dev/channels/bilgi)
2781
+
2782
+ pixi init kececilayout
2783
+
2784
+ cd kececilayout
2785
+
2786
+ pixi workspace channel add https://repo.prefix.dev/bilgi --prepend
2787
+
2788
+ ✔ Added https://repo.prefix.dev/bilgi
2789
+
2790
+ pixi add kececilayout
2791
+
2792
+ ✔ Added kececilayout >=0.2.0,<2
2793
+
2794
+ pixi install
2795
+
2796
+ pixi shell
2797
+
2798
+ pixi run python -c "import kececilayout; print(kececilayout.__version__)"
2799
+
2800
+ ### Çıktı:
2801
+
2802
+ pixi remove kececilayout
2803
+
2804
+ conda install -c https://prefix.dev/bilgi kececilayout
2805
+
2806
+ pixi run python -c "import kececilayout; print(kececilayout.__version__)"
2807
+
2808
+ ### Çıktı:
2809
+
2810
+ pixi run pip list | grep kececilayout
2811
+
2812
+ ### kececilayout
2813
+
2814
+ pixi run pip show kececilayout
2815
+
2816
+ Name: kececilayout
2817
+
2818
+ Version: 0.2.0
2819
+
2820
+ Summary:
2821
+
2822
+ Home-page: https://github.com/WhiteSymmetry/kececilayout
2823
+
2824
+ Author: Mehmet Keçeci
2825
+
2826
+ Author-email: Mehmet Keçeci <...>
2827
+
2828
+ License: GNU AFFERO GENERAL PUBLIC LICENSE
2776
2829
 
2830
+ Copyright (c) 2025-2026 Mehmet Keçeci
2777
2831
 
2778
2832
 
2779
2833
 
@@ -84,6 +84,8 @@ styles = ['standard', 'default', 'curved', 'helix', '3d', 'weighted', 'colored']
84
84
 
85
85
  **v0.5.1:** edge (kececi_layout_edge)
86
86
 
87
+ **v0.6.0:** periodic table
88
+
87
89
  ---
88
90
 
89
91
  ### Installation
@@ -2070,7 +2072,59 @@ KececiLayout v0.5.0 processes 10,000-node graphs in **2 milliseconds**, deliveri
2070
2072
  [![Complexity](https://img.shields.io/badge/O(n)_complexity-blue)](https://github.com/WhiteSymmetry/kececilayout)
2071
2073
  [![Libraries](https://img.shields.io/badge/6_graph_libraries_supported-27ae60)](https://github.com/WhiteSymmetry/kececilayout)
2072
2074
 
2075
+ # Pixi:
2076
+
2077
+ [![Pixi](https://img.shields.io/badge/Pixi-Pixi-brightgreen.svg)](https://prefix.dev/channels/bilgi)
2078
+
2079
+ pixi init kececilayout
2080
+
2081
+ cd kececilayout
2082
+
2083
+ pixi workspace channel add https://repo.prefix.dev/bilgi --prepend
2084
+
2085
+ ✔ Added https://repo.prefix.dev/bilgi
2086
+
2087
+ pixi add kececilayout
2088
+
2089
+ ✔ Added kececilayout >=0.2.0,<2
2090
+
2091
+ pixi install
2092
+
2093
+ pixi shell
2094
+
2095
+ pixi run python -c "import kececilayout; print(kececilayout.__version__)"
2096
+
2097
+ ### Çıktı:
2098
+
2099
+ pixi remove kececilayout
2100
+
2101
+ conda install -c https://prefix.dev/bilgi kececilayout
2102
+
2103
+ pixi run python -c "import kececilayout; print(kececilayout.__version__)"
2104
+
2105
+ ### Çıktı:
2106
+
2107
+ pixi run pip list | grep kececilayout
2108
+
2109
+ ### kececilayout
2110
+
2111
+ pixi run pip show kececilayout
2112
+
2113
+ Name: kececilayout
2114
+
2115
+ Version: 0.2.0
2116
+
2117
+ Summary:
2118
+
2119
+ Home-page: https://github.com/WhiteSymmetry/kececilayout
2120
+
2121
+ Author: Mehmet Keçeci
2122
+
2123
+ Author-email: Mehmet Keçeci <...>
2124
+
2125
+ License: GNU AFFERO GENERAL PUBLIC LICENSE
2073
2126
 
2127
+ Copyright (c) 2025-2026 Mehmet Keçeci
2074
2128
 
2075
2129
 
2076
2130
 
@@ -10,7 +10,7 @@ import inspect
10
10
  import warnings
11
11
 
12
12
  # Paket sürüm numarası
13
- __version__ = "0.5.9"
13
+ __version__ = "0.6.1"
14
14
 
15
15
  # =============================================================================
16
16
  # OTOMATİK İÇE AKTARMA VE __all__ OLUŞTURMA
@@ -68,7 +68,34 @@ from .kececi_layout import ( # Veya fonksiyonların bulunduğu asıl modül
68
68
  generate_complete_periodic_table,
69
69
  load_element_data_from_python_dict,
70
70
  draw_kececi_custom_labels,
71
-
71
+ draw_kececi_periodic_table,
72
+ _calculate_layout,
73
+ _generate_grid_layout,
74
+ _generate_colors,
75
+ _get_group_colors,
76
+ _determine_group,
77
+ _get_period_colors,
78
+ _get_block_colors,
79
+ _get_electronegativity_colors,
80
+ _generate_labels,
81
+ _get_draw_order,
82
+ _get_edge_config,
83
+ _draw_edges,
84
+ _draw_nodes,
85
+ _draw_labels,
86
+ _generate_title,
87
+ _configure_axes,
88
+ _add_legend,
89
+ quick_periodic_table_3d,
90
+ generate_comparison_figure,
91
+ save_periodic_table_visualization,
92
+ highlight_elements,
93
+ demo_periodic_table_visualizations,
94
+ get_element_info,
95
+ custom_visualization,
96
+ debug_periodic_table_structure,
97
+ _generate_labels,
98
+
72
99
  # Drawing functions
73
100
  draw_kececi,
74
101
  #'_draw_internal', # <- TESTLER İÇİN GEREKLİ
@@ -127,6 +154,33 @@ __all__ = [
127
154
  'generate_complete_periodic_table',
128
155
  'load_element_data_from_python_dict',
129
156
  'draw_kececi_custom_labels',
157
+ 'draw_kececi_periodic_table',
158
+ '_calculate_layout',
159
+ '_generate_grid_layout',
160
+ '_generate_colors',
161
+ '_get_group_colors',
162
+ '_determine_group',
163
+ '_get_period_colors',
164
+ '_get_block_colors',
165
+ '_get_electronegativity_colors',
166
+ '_generate_labels',
167
+ '_get_draw_order',
168
+ '_get_edge_config',
169
+ '_draw_edges',
170
+ '_draw_nodes',
171
+ '_draw_labels',
172
+ '_generate_title',
173
+ '_configure_axes',
174
+ '_add_legend',
175
+ 'quick_periodic_table_3d',
176
+ 'generate_comparison_figure',
177
+ 'save_periodic_table_visualization',
178
+ 'highlight_elements',
179
+ 'demo_periodic_table_visualizations',
180
+ 'get_element_info',
181
+ 'custom_visualization',
182
+ 'debug_periodic_table_structure',
183
+ '_generate_labels',
130
184
 
131
185
  # Drawing functions
132
186
  'draw_kececi',
@@ -186,3 +240,5 @@ def old_function_placeholder():
186
240
 
187
241
 
188
242
 
243
+
244
+
@@ -1,9 +1,10 @@
1
1
  # _version.py
2
2
 
3
- __version__ = "0.5.9"
3
+ __version__ = "0.6.1"
4
4
  __license__ = "AGPL3.0-or-later"
5
5
  __description__ = "A deterministic node placement algorithm used in graph visualization. In this layout, nodes are arranged sequentially along a defined primary axis. Each subsequent node is then alternately offset along a secondary, perpendicular axis, typically moving to one side of the primary axis and then the other. Often, the magnitude of this secondary offset increases as nodes progress along the primary axis, creating a characteristic zig-zag or serpentine pattern."
6
6
  __author__ = "Mehmet Keçeci"
7
7
  __url__ = "https://github.com/WhiteSymmetry/kececilayout"
8
8
  __docs__ = "https://github.com/WhiteSymmetry/kececilayout" # Opsiyonel: Dokümantasyon linki
9
9
  __dependencies__ = ["python>=3.11"] # Diğer bağımlılıkları da ekleyebilirsiniz
10
+