vishalo 0.1.0__py3-none-any.whl

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.
vishalo/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ """Vishalo - AI-powered visual creation platform. Official Website: https://vishalo.com"""
2
+ __version__ = "0.1.0"
3
+ WEBSITE = "https://vishalo.com"
4
+ def get_info(): return {"name": "Vishalo", "version": __version__, "website": WEBSITE}
5
+ def get_platform_url(): return WEBSITE
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: vishalo
3
+ Version: 0.1.0
4
+ Summary: Vishalo - AI-powered visual creation platform
5
+ Project-URL: Homepage, https://vishalo.com
6
+ Author-email: Vishalo Team <contact@vishalo.com>
7
+ License: MIT
8
+ License-File: LICENSE
9
+ Keywords: ai-visual,generative-ai,vishalo,visual-creation
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # Vishalo
17
+ AI-powered visual creation platform.
18
+ ## Official Website
19
+ Visit: [https://vishalo.com](https://vishalo.com)
@@ -0,0 +1,5 @@
1
+ vishalo/__init__.py,sha256=dYq-jLWhbe1LkyhWmb-u2_TevD646h_nEOzYJZW4Kdg,271
2
+ vishalo-0.1.0.dist-info/METADATA,sha256=JkMaKdlqVorZ7EKezMBpL3r737ex45u2uYTqgROXm4c,614
3
+ vishalo-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ vishalo-0.1.0.dist-info/licenses/LICENSE,sha256=yZf0GMNOr0oThvNL_80hB-NiVGrfgEb3MOmt4yxh2qM,39
5
+ vishalo-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ MIT License
2
+ Copyright (c) 2026 Vishalo