murekav8 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.
murekav8/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ """Mureka V8 - AI-powered music generation platform. Official Website: https://murekav8.org"""
2
+ __version__ = "0.1.0"
3
+ WEBSITE = "https://murekav8.org"
4
+ def get_info(): return {"name": "Mureka V8", "version": __version__, "website": WEBSITE}
5
+ def get_platform_url(): return WEBSITE
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: murekav8
3
+ Version: 0.1.0
4
+ Summary: Mureka V8 - AI-powered music generation platform
5
+ Project-URL: Homepage, https://murekav8.org
6
+ Author-email: Mureka V8 Team <contact@murekav8.org>
7
+ License: MIT
8
+ License-File: LICENSE
9
+ Keywords: ai-music,mureka,murekav8,music-generation,text-to-music
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
+ # Mureka V8
17
+
18
+ AI-powered music generation platform.
19
+
20
+ ## Official Website
21
+
22
+ Visit: [https://murekav8.org](https://murekav8.org)
23
+
24
+ ## Installation
25
+
26
+ ```bash
27
+ pip install murekav8
28
+ ```
29
+
30
+ ## License
31
+
32
+ MIT License
@@ -0,0 +1,5 @@
1
+ murekav8/__init__.py,sha256=3dJgwDJ3a2EJS62P4xjKqpuERJIrS0_n8v0X2z-8_qA,278
2
+ murekav8-0.1.0.dist-info/METADATA,sha256=pxj44euepqy-B-0KwPOCCNwEDb2BbiNb3g-C7UT-MbY,714
3
+ murekav8-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ murekav8-0.1.0.dist-info/licenses/LICENSE,sha256=DqP7t3W1nsQ_UGgTvfFaEWnAD5I-EpxUS12YV-1h93g,41
5
+ murekav8-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 Mureka V8