vizforge 3.2.0__tar.gz → 3.2.2__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.
Files changed (160) hide show
  1. vizforge-3.2.2/PKG-INFO +132 -0
  2. vizforge-3.2.2/README.md +113 -0
  3. {vizforge-3.2.0 → vizforge-3.2.2}/setup.py +1 -1
  4. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/__init__.py +1 -1
  5. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/version.py +2 -2
  6. vizforge-3.2.2/src/vizforge.egg-info/PKG-INFO +132 -0
  7. vizforge-3.2.0/PKG-INFO +0 -70
  8. vizforge-3.2.0/README.md +0 -51
  9. vizforge-3.2.0/src/vizforge.egg-info/PKG-INFO +0 -70
  10. {vizforge-3.2.0 → vizforge-3.2.2}/setup.cfg +0 -0
  11. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/__init__.py +0 -0
  12. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/__init__.py +0 -0
  13. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/engine.py +0 -0
  14. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/recommender.py +0 -0
  15. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai_interface.py +0 -0
  16. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/__init__.py +0 -0
  17. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/aggregations.py +0 -0
  18. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/calculated_fields.py +0 -0
  19. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/hierarchies.py +0 -0
  20. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/parameters.py +0 -0
  21. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/__init__.py +0 -0
  22. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/easing.py +0 -0
  23. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/gestures.py +0 -0
  24. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/transitions.py +0 -0
  25. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/__init__.py +0 -0
  26. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/area.py +0 -0
  27. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/boxplot.py +0 -0
  28. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/bubble.py +0 -0
  29. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/funnel.py +0 -0
  30. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/heatmap.py +0 -0
  31. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/histogram.py +0 -0
  32. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/radar.py +0 -0
  33. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/waterfall.py +0 -0
  34. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/__init__.py +0 -0
  35. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/__init__.py +0 -0
  36. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/contour.py +0 -0
  37. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/parallel.py +0 -0
  38. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/sunburst.py +0 -0
  39. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/treemap.py +0 -0
  40. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/area.py +0 -0
  41. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/bar.py +0 -0
  42. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/boxplot.py +0 -0
  43. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/bubble.py +0 -0
  44. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/funnel.py +0 -0
  45. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/__init__.py +0 -0
  46. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/choropleth.py +0 -0
  47. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/densitygeo.py +0 -0
  48. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/flowmap.py +0 -0
  49. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/linegeo.py +0 -0
  50. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/scattergeo.py +0 -0
  51. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/heatmap.py +0 -0
  52. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/histogram.py +0 -0
  53. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/line.py +0 -0
  54. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/__init__.py +0 -0
  55. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/dendrogram.py +0 -0
  56. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/graph.py +0 -0
  57. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/sankey.py +0 -0
  58. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/tree.py +0 -0
  59. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/pie.py +0 -0
  60. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/radar.py +0 -0
  61. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/__init__.py +0 -0
  62. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/animated.py +0 -0
  63. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/streaming.py +0 -0
  64. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/scatter.py +0 -0
  65. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/__init__.py +0 -0
  66. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/correlation.py +0 -0
  67. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/feature_importance.py +0 -0
  68. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/kde.py +0 -0
  69. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/regression.py +0 -0
  70. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/roc.py +0 -0
  71. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/violin.py +0 -0
  72. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/__init__.py +0 -0
  73. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/cone.py +0 -0
  74. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/isosurface.py +0 -0
  75. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/mesh3d.py +0 -0
  76. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/scatter3d.py +0 -0
  77. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/surface.py +0 -0
  78. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/volume.py +0 -0
  79. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/waterfall.py +0 -0
  80. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/__init__.py +0 -0
  81. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/controls.py +0 -0
  82. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/geometric.py +0 -0
  83. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/scientific.py +0 -0
  84. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/surface.py +0 -0
  85. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/config.py +0 -0
  86. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/__init__.py +0 -0
  87. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/api.py +0 -0
  88. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/base.py +0 -0
  89. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/cloud.py +0 -0
  90. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/connector_factory.py +0 -0
  91. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/database.py +0 -0
  92. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/file.py +0 -0
  93. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/web.py +0 -0
  94. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/__init__.py +0 -0
  95. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/accessibility.py +0 -0
  96. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/base.py +0 -0
  97. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/cache.py +0 -0
  98. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/engine.py +0 -0
  99. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/export.py +0 -0
  100. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/theme.py +0 -0
  101. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/__init__.py +0 -0
  102. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/builder.py +0 -0
  103. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/components.py +0 -0
  104. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/dashboard.py +0 -0
  105. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/layout.py +0 -0
  106. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/templates.py +0 -0
  107. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/insights/__init__.py +0 -0
  108. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/insights/provenance.py +0 -0
  109. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/bias_detector.py +0 -0
  110. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/chart_recommender_v2.py +0 -0
  111. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/chart_selector.py +0 -0
  112. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/color_optimizer.py +0 -0
  113. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/data_profiler.py +0 -0
  114. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/insights_advanced.py +0 -0
  115. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/insights_engine.py +0 -0
  116. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/pattern_detector.py +0 -0
  117. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/reasoning.py +0 -0
  118. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/recommendation.py +0 -0
  119. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/__init__.py +0 -0
  120. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/actions.py +0 -0
  121. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/callbacks.py +0 -0
  122. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/filters.py +0 -0
  123. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/state.py +0 -0
  124. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/widgets.py +0 -0
  125. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/__init__.py +0 -0
  126. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/engine.py +0 -0
  127. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/entity_extractor.py +0 -0
  128. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/query_parser.py +0 -0
  129. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/__init__.py +0 -0
  130. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/anomaly_detector.py +0 -0
  131. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/forecaster.py +0 -0
  132. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/seasonality.py +0 -0
  133. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/trend_detector.py +0 -0
  134. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/__init__.py +0 -0
  135. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/insight_discovery.py +0 -0
  136. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/narrative_generator.py +0 -0
  137. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/report_generator.py +0 -0
  138. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/synthetic/__init__.py +0 -0
  139. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/synthetic/generator.py +0 -0
  140. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/__init__.py +0 -0
  141. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_analytics.py +0 -0
  142. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_animations.py +0 -0
  143. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_intelligence.py +0 -0
  144. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_interactive.py +0 -0
  145. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_performance.py +0 -0
  146. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/__init__.py +0 -0
  147. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/colors.py +0 -0
  148. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/data.py +0 -0
  149. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/__init__.py +0 -0
  150. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/animation_engine.py +0 -0
  151. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/frame_generator.py +0 -0
  152. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/video_exporter.py +0 -0
  153. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/__init__.py +0 -0
  154. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/chart_config.py +0 -0
  155. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/code_generator.py +0 -0
  156. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/designer_app.py +0 -0
  157. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/SOURCES.txt +0 -0
  158. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/dependency_links.txt +0 -0
  159. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/requires.txt +0 -0
  160. {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/top_level.txt +0 -0
@@ -0,0 +1,132 @@
1
+ Metadata-Version: 2.4
2
+ Name: vizforge
3
+ Version: 3.2.2
4
+ Summary: Advanced Data Visualization Platform
5
+ Author: Teyfik Oz
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: pandas
9
+ Requires-Dist: numpy
10
+ Requires-Dist: plotly
11
+ Requires-Dist: matplotlib
12
+ Requires-Dist: jinja2
13
+ Dynamic: author
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: requires-dist
17
+ Dynamic: requires-python
18
+ Dynamic: summary
19
+
20
+ # 📊 VizForge: AI-Driven Visual Analytics
21
+
22
+ [![PyPI version](https://img.shields.io/pypi/v/vizforge.svg)](https://pypi.org/project/vizforge/)
23
+ [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
24
+
25
+ **VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
26
+
27
+ ---
28
+
29
+ ## 🌟 Vision
30
+ To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
31
+
32
+ ## 🚀 Key Features
33
+
34
+ - **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
35
+ - **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
36
+ - **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
37
+ - **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
38
+ - **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
39
+
40
+ ---
41
+
42
+ ## 📦 Installation
43
+
44
+ ```bash
45
+ pip install vizforge
46
+ ```
47
+
48
+ ---
49
+
50
+ ## 🛠️ Premium Usage
51
+
52
+ ### 1. Smart Intelligence (Recommended)
53
+ Let VizForge decide the best way to visualize your data.
54
+
55
+ ```python
56
+ import vizforge as vz
57
+ import pandas as pd
58
+
59
+ # Load your data
60
+ df = pd.read_csv("sales_data.csv")
61
+
62
+ # 1. Get AI Chart Recommendation
63
+ recommendation = vz.recommend_chart(df)
64
+ print(f"Recommended Chart: {recommendation.chart_type}")
65
+ print(f"Reasoning: {recommendation.reasoning}")
66
+
67
+ # 2. Generate Automated Insights
68
+ insights = vz.generate_insights(df)
69
+ for insight in insights[:3]:
70
+ print(f"[{insight.severity}] {insight.message}")
71
+
72
+ # 3. Create and Show the Chart
73
+ chart = vz.create_chart(df, chart_type=recommendation.chart_type)
74
+ chart.apply_theme("modern_dark")
75
+ chart.show()
76
+ ```
77
+
78
+ #### ✅ Verified Output
79
+ ```text
80
+ Recommended Chart: grouped_bar
81
+ Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
82
+
83
+ [high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
84
+ [medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
85
+ ```
86
+
87
+ ### 2. Standard Visualization
88
+ Full control over every aspect of your visualization.
89
+
90
+ ```python
91
+ from vizforge import VizForge, Theme
92
+
93
+ vz_app = VizForge()
94
+
95
+ # Create a customized line chart
96
+ fig = vz_app.line_chart(
97
+ data=df,
98
+ x="date",
99
+ y="value",
100
+ color_scheme="vibrant",
101
+ title="Quarterly Growth"
102
+ )
103
+
104
+ # Apply premium formatting
105
+ fig.update_layout(show_grid=False)
106
+ fig.save("growth_report.png", dpi=300)
107
+ ```
108
+
109
+ ---
110
+
111
+ ## 📊 API Reference
112
+
113
+ ### Convenience API
114
+ - `recommend_chart(df) -> Recommendation`: AI-based chart selection.
115
+ - `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
116
+ - `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
117
+
118
+ ### Core Modules
119
+ - `IntelligenceEngine`: The brain behind recommendations and insights.
120
+ - `ChartSelector`: Rules-based and ML-driven visualization picker.
121
+ - `ThemeEngine`: Modern UI/UX styles for your data.
122
+ - `DataProfiler`: Deep analysis of schema, distribution, and data quality.
123
+
124
+ ---
125
+
126
+ ## 🎨 Design Philosophy
127
+ VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
128
+
129
+ ---
130
+
131
+ ## 📄 License
132
+ This project is licensed under the MIT License - see the LICENSE file for details.
@@ -0,0 +1,113 @@
1
+ # 📊 VizForge: AI-Driven Visual Analytics
2
+
3
+ [![PyPI version](https://img.shields.io/pypi/v/vizforge.svg)](https://pypi.org/project/vizforge/)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ **VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
7
+
8
+ ---
9
+
10
+ ## 🌟 Vision
11
+ To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
12
+
13
+ ## 🚀 Key Features
14
+
15
+ - **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
16
+ - **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
17
+ - **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
18
+ - **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
19
+ - **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
20
+
21
+ ---
22
+
23
+ ## 📦 Installation
24
+
25
+ ```bash
26
+ pip install vizforge
27
+ ```
28
+
29
+ ---
30
+
31
+ ## 🛠️ Premium Usage
32
+
33
+ ### 1. Smart Intelligence (Recommended)
34
+ Let VizForge decide the best way to visualize your data.
35
+
36
+ ```python
37
+ import vizforge as vz
38
+ import pandas as pd
39
+
40
+ # Load your data
41
+ df = pd.read_csv("sales_data.csv")
42
+
43
+ # 1. Get AI Chart Recommendation
44
+ recommendation = vz.recommend_chart(df)
45
+ print(f"Recommended Chart: {recommendation.chart_type}")
46
+ print(f"Reasoning: {recommendation.reasoning}")
47
+
48
+ # 2. Generate Automated Insights
49
+ insights = vz.generate_insights(df)
50
+ for insight in insights[:3]:
51
+ print(f"[{insight.severity}] {insight.message}")
52
+
53
+ # 3. Create and Show the Chart
54
+ chart = vz.create_chart(df, chart_type=recommendation.chart_type)
55
+ chart.apply_theme("modern_dark")
56
+ chart.show()
57
+ ```
58
+
59
+ #### ✅ Verified Output
60
+ ```text
61
+ Recommended Chart: grouped_bar
62
+ Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
63
+
64
+ [high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
65
+ [medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
66
+ ```
67
+
68
+ ### 2. Standard Visualization
69
+ Full control over every aspect of your visualization.
70
+
71
+ ```python
72
+ from vizforge import VizForge, Theme
73
+
74
+ vz_app = VizForge()
75
+
76
+ # Create a customized line chart
77
+ fig = vz_app.line_chart(
78
+ data=df,
79
+ x="date",
80
+ y="value",
81
+ color_scheme="vibrant",
82
+ title="Quarterly Growth"
83
+ )
84
+
85
+ # Apply premium formatting
86
+ fig.update_layout(show_grid=False)
87
+ fig.save("growth_report.png", dpi=300)
88
+ ```
89
+
90
+ ---
91
+
92
+ ## 📊 API Reference
93
+
94
+ ### Convenience API
95
+ - `recommend_chart(df) -> Recommendation`: AI-based chart selection.
96
+ - `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
97
+ - `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
98
+
99
+ ### Core Modules
100
+ - `IntelligenceEngine`: The brain behind recommendations and insights.
101
+ - `ChartSelector`: Rules-based and ML-driven visualization picker.
102
+ - `ThemeEngine`: Modern UI/UX styles for your data.
103
+ - `DataProfiler`: Deep analysis of schema, distribution, and data quality.
104
+
105
+ ---
106
+
107
+ ## 🎨 Design Philosophy
108
+ VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
109
+
110
+ ---
111
+
112
+ ## 📄 License
113
+ This project is licensed under the MIT License - see the LICENSE file for details.
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
 
7
7
  setup(
8
8
  name="vizforge",
9
- version="3.2.0",
9
+ version="3.2.2",
10
10
  description="Advanced Data Visualization Platform",
11
11
  long_description=long_description,
12
12
  long_description_content_type='text/markdown',
@@ -10,7 +10,7 @@ from vizforge.intelligence.chart_recommender_v2 import recommend_chart as _recom
10
10
  from vizforge.intelligence.insights_engine import InsightsEngine
11
11
 
12
12
 
13
- def recommend_chart(data, top_n=3, verbose=False):
13
+ def recommend_chart(data, top_n=1, verbose=False):
14
14
  """Convenience function for chart recommendation."""
15
15
  return _recommend_chart(data, top_n=top_n, verbose=verbose)[0] if top_n == 1 else _recommend_chart(data, top_n=top_n, verbose=verbose)
16
16
 
@@ -1,7 +1,7 @@
1
1
  """VizForge version information."""
2
2
 
3
- __version__ = "2.0.2"
4
- __version_info__ = (2, 0, 2)
3
+ __version__ = "3.2.2"
4
+ __version_info__ = (3, 2, 2)
5
5
 
6
6
  # Feature flags - v0.5.x Core
7
7
  CHARTS_2D_ENABLED = True # 12 chart types ✅
@@ -0,0 +1,132 @@
1
+ Metadata-Version: 2.4
2
+ Name: vizforge
3
+ Version: 3.2.2
4
+ Summary: Advanced Data Visualization Platform
5
+ Author: Teyfik Oz
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: pandas
9
+ Requires-Dist: numpy
10
+ Requires-Dist: plotly
11
+ Requires-Dist: matplotlib
12
+ Requires-Dist: jinja2
13
+ Dynamic: author
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: requires-dist
17
+ Dynamic: requires-python
18
+ Dynamic: summary
19
+
20
+ # 📊 VizForge: AI-Driven Visual Analytics
21
+
22
+ [![PyPI version](https://img.shields.io/pypi/v/vizforge.svg)](https://pypi.org/project/vizforge/)
23
+ [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
24
+
25
+ **VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
26
+
27
+ ---
28
+
29
+ ## 🌟 Vision
30
+ To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
31
+
32
+ ## 🚀 Key Features
33
+
34
+ - **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
35
+ - **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
36
+ - **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
37
+ - **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
38
+ - **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
39
+
40
+ ---
41
+
42
+ ## 📦 Installation
43
+
44
+ ```bash
45
+ pip install vizforge
46
+ ```
47
+
48
+ ---
49
+
50
+ ## 🛠️ Premium Usage
51
+
52
+ ### 1. Smart Intelligence (Recommended)
53
+ Let VizForge decide the best way to visualize your data.
54
+
55
+ ```python
56
+ import vizforge as vz
57
+ import pandas as pd
58
+
59
+ # Load your data
60
+ df = pd.read_csv("sales_data.csv")
61
+
62
+ # 1. Get AI Chart Recommendation
63
+ recommendation = vz.recommend_chart(df)
64
+ print(f"Recommended Chart: {recommendation.chart_type}")
65
+ print(f"Reasoning: {recommendation.reasoning}")
66
+
67
+ # 2. Generate Automated Insights
68
+ insights = vz.generate_insights(df)
69
+ for insight in insights[:3]:
70
+ print(f"[{insight.severity}] {insight.message}")
71
+
72
+ # 3. Create and Show the Chart
73
+ chart = vz.create_chart(df, chart_type=recommendation.chart_type)
74
+ chart.apply_theme("modern_dark")
75
+ chart.show()
76
+ ```
77
+
78
+ #### ✅ Verified Output
79
+ ```text
80
+ Recommended Chart: grouped_bar
81
+ Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
82
+
83
+ [high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
84
+ [medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
85
+ ```
86
+
87
+ ### 2. Standard Visualization
88
+ Full control over every aspect of your visualization.
89
+
90
+ ```python
91
+ from vizforge import VizForge, Theme
92
+
93
+ vz_app = VizForge()
94
+
95
+ # Create a customized line chart
96
+ fig = vz_app.line_chart(
97
+ data=df,
98
+ x="date",
99
+ y="value",
100
+ color_scheme="vibrant",
101
+ title="Quarterly Growth"
102
+ )
103
+
104
+ # Apply premium formatting
105
+ fig.update_layout(show_grid=False)
106
+ fig.save("growth_report.png", dpi=300)
107
+ ```
108
+
109
+ ---
110
+
111
+ ## 📊 API Reference
112
+
113
+ ### Convenience API
114
+ - `recommend_chart(df) -> Recommendation`: AI-based chart selection.
115
+ - `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
116
+ - `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
117
+
118
+ ### Core Modules
119
+ - `IntelligenceEngine`: The brain behind recommendations and insights.
120
+ - `ChartSelector`: Rules-based and ML-driven visualization picker.
121
+ - `ThemeEngine`: Modern UI/UX styles for your data.
122
+ - `DataProfiler`: Deep analysis of schema, distribution, and data quality.
123
+
124
+ ---
125
+
126
+ ## 🎨 Design Philosophy
127
+ VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
128
+
129
+ ---
130
+
131
+ ## 📄 License
132
+ This project is licensed under the MIT License - see the LICENSE file for details.
vizforge-3.2.0/PKG-INFO DELETED
@@ -1,70 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: vizforge
3
- Version: 3.2.0
4
- Summary: Advanced Data Visualization Platform
5
- Author: Teyfik Oz
6
- Requires-Python: >=3.9
7
- Description-Content-Type: text/markdown
8
- Requires-Dist: pandas
9
- Requires-Dist: numpy
10
- Requires-Dist: plotly
11
- Requires-Dist: matplotlib
12
- Requires-Dist: jinja2
13
- Dynamic: author
14
- Dynamic: description
15
- Dynamic: description-content-type
16
- Dynamic: requires-dist
17
- Dynamic: requires-python
18
- Dynamic: summary
19
-
20
- # VizForge: Advanced Data Visualization Platform (Phase 2)
21
-
22
- VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
23
-
24
- ## Installation
25
-
26
- ```bash
27
- pip install vizforge
28
- ```
29
-
30
- ## 🔥 NEW in Phase 2: VizForge Intelligence
31
-
32
- ### Smart Chart Recommendation
33
-
34
- ```python
35
- import vizforge as vz
36
- import pandas as pd
37
-
38
- df = pd.read_csv("sales_data.csv")
39
-
40
- # Automatically recommend the best chart based on data profile
41
- recommendation = vz.recommend_chart(df)
42
- print(f"Recommended: {recommendation['primary']}")
43
- print(f"Reasoning: {recommendation['reasoning']}")
44
- ```
45
-
46
- ### Automated Insights Engine
47
-
48
- ```python
49
- insights = vz.generate_insights(df)
50
- for insight in insights:
51
- print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
52
- ```
53
-
54
- ### Verified Output
55
-
56
- ```text
57
- Recommended: LineChart
58
- Reasoning: Temporal data detected with continuous values - ideal for trend analysis
59
- [high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
60
- ```
61
-
62
- ## Features
63
- * **Intelligence Module**: Automated chart selection and statistical insight discovery.
64
- * **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
65
- * **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
66
- * **Export**: Support for PNG, SVG, and HTML reports.
67
- * **Pandas Integration**: Works directly with DataFrames.
68
-
69
- ## License
70
- MIT
vizforge-3.2.0/README.md DELETED
@@ -1,51 +0,0 @@
1
- # VizForge: Advanced Data Visualization Platform (Phase 2)
2
-
3
- VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- pip install vizforge
9
- ```
10
-
11
- ## 🔥 NEW in Phase 2: VizForge Intelligence
12
-
13
- ### Smart Chart Recommendation
14
-
15
- ```python
16
- import vizforge as vz
17
- import pandas as pd
18
-
19
- df = pd.read_csv("sales_data.csv")
20
-
21
- # Automatically recommend the best chart based on data profile
22
- recommendation = vz.recommend_chart(df)
23
- print(f"Recommended: {recommendation['primary']}")
24
- print(f"Reasoning: {recommendation['reasoning']}")
25
- ```
26
-
27
- ### Automated Insights Engine
28
-
29
- ```python
30
- insights = vz.generate_insights(df)
31
- for insight in insights:
32
- print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
33
- ```
34
-
35
- ### Verified Output
36
-
37
- ```text
38
- Recommended: LineChart
39
- Reasoning: Temporal data detected with continuous values - ideal for trend analysis
40
- [high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
41
- ```
42
-
43
- ## Features
44
- * **Intelligence Module**: Automated chart selection and statistical insight discovery.
45
- * **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
46
- * **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
47
- * **Export**: Support for PNG, SVG, and HTML reports.
48
- * **Pandas Integration**: Works directly with DataFrames.
49
-
50
- ## License
51
- MIT
@@ -1,70 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: vizforge
3
- Version: 3.2.0
4
- Summary: Advanced Data Visualization Platform
5
- Author: Teyfik Oz
6
- Requires-Python: >=3.9
7
- Description-Content-Type: text/markdown
8
- Requires-Dist: pandas
9
- Requires-Dist: numpy
10
- Requires-Dist: plotly
11
- Requires-Dist: matplotlib
12
- Requires-Dist: jinja2
13
- Dynamic: author
14
- Dynamic: description
15
- Dynamic: description-content-type
16
- Dynamic: requires-dist
17
- Dynamic: requires-python
18
- Dynamic: summary
19
-
20
- # VizForge: Advanced Data Visualization Platform (Phase 2)
21
-
22
- VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
23
-
24
- ## Installation
25
-
26
- ```bash
27
- pip install vizforge
28
- ```
29
-
30
- ## 🔥 NEW in Phase 2: VizForge Intelligence
31
-
32
- ### Smart Chart Recommendation
33
-
34
- ```python
35
- import vizforge as vz
36
- import pandas as pd
37
-
38
- df = pd.read_csv("sales_data.csv")
39
-
40
- # Automatically recommend the best chart based on data profile
41
- recommendation = vz.recommend_chart(df)
42
- print(f"Recommended: {recommendation['primary']}")
43
- print(f"Reasoning: {recommendation['reasoning']}")
44
- ```
45
-
46
- ### Automated Insights Engine
47
-
48
- ```python
49
- insights = vz.generate_insights(df)
50
- for insight in insights:
51
- print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
52
- ```
53
-
54
- ### Verified Output
55
-
56
- ```text
57
- Recommended: LineChart
58
- Reasoning: Temporal data detected with continuous values - ideal for trend analysis
59
- [high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
60
- ```
61
-
62
- ## Features
63
- * **Intelligence Module**: Automated chart selection and statistical insight discovery.
64
- * **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
65
- * **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
66
- * **Export**: Support for PNG, SVG, and HTML reports.
67
- * **Pandas Integration**: Works directly with DataFrames.
68
-
69
- ## License
70
- MIT
File without changes