granite-switch 0.0.1.dev1__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.
@@ -0,0 +1,3 @@
1
+ """A package for switching to Granite models."""
2
+
3
+ __version__ = "0.0.1.dev1"
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: granite-switch
3
+ Version: 0.0.1.dev1
4
+ Summary: A package for switching to Granite models
5
+ Author-email: Anton P <antonp@il.ibm.com>
6
+ License-Expression: Apache-2.0
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Programming Language :: Python :: 3
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # granite-switch
13
+
14
+ A package for switching to Granite models.
15
+
16
+ ## Installation
17
+
18
+ ```bash
19
+ pip install granite-switch
20
+ ```
21
+
22
+ ## Usage
23
+
24
+ ```python
25
+ import granite_switch
26
+ ```
@@ -0,0 +1,5 @@
1
+ granite_switch/__init__.py,sha256=GoJfpwCiXMAYCZ5reZevuXSJo_AX9txl5j1COGvJKIk,77
2
+ granite_switch-0.0.1.dev1.dist-info/METADATA,sha256=pfZeCMaQ2o0gXM0DnlBmcjk3wCbpof0AlRVLmEHbpbw,511
3
+ granite_switch-0.0.1.dev1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ granite_switch-0.0.1.dev1.dist-info/top_level.txt,sha256=GWMVEcbay2C3HjoybbX7f8xKs2XdwAzKIUpqY7NBbc4,15
5
+ granite_switch-0.0.1.dev1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ granite_switch