koava 0.0.0__py3-none-macosx_11_0_arm64.whl → 0.0.1__py3-none-macosx_11_0_arm64.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.
@@ -1,6 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: koava
3
- Version: 0.0.0
3
+ Version: 0.0.1
4
+ Requires-Dist: huggingface-hub[cli]>=0.16.0 ; extra == 'huggingface'
5
+ Provides-Extra: huggingface
4
6
  License-File: LICENSE
5
7
  Summary: KoalaVault model converter tool for producers
6
8
  Author-email: KoalaVault Team <koalavaultx@gmail.com>
@@ -29,10 +31,16 @@ Project-URL: Repository, https://github.com/koalavault/koalavault.ai
29
31
 
30
32
  ## Installation
31
33
 
34
+ **Basic installation:**
32
35
  ```bash
33
36
  pip install koava
34
37
  ```
35
38
 
39
+ **With Hugging Face CLI support (recommended for model downloading):**
40
+ ```bash
41
+ pip install koava[huggingface]
42
+ ```
43
+
36
44
  ## Quick Start
37
45
 
38
46
  ### 1. Login
@@ -50,7 +58,7 @@ koava encrypt ./my-model
50
58
  ### 3. Upload to Server
51
59
 
52
60
  ```bash
53
- koava push ./my-model
61
+ koava upload ./my-model
54
62
  ```
55
63
 
56
64
  ### 4. Manage Models
@@ -0,0 +1,5 @@
1
+ koava-0.0.1.data/scripts/koava,sha256=U_Zr6dkyqhCUO7mQMUogntNG1tZ8RJOpUZtCP0V0psc,15560272
2
+ koava-0.0.1.dist-info/METADATA,sha256=mobQPsepHB0RKFAdsC7le_LBYT4Qg_FipHp1ChL_iME,2163
3
+ koava-0.0.1.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
4
+ koava-0.0.1.dist-info/licenses/LICENSE,sha256=uRWdUaD4qV_8aGfvtKvYd8pGC8-OAjjhaHXwxzBoZIc,1072
5
+ koava-0.0.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- koava-0.0.0.data/scripts/koava,sha256=iAcZt48ceJobnPyh4xol5OOcX_oX8h1GjZX2q5QCPto,15167472
2
- koava-0.0.0.dist-info/METADATA,sha256=IUzQ4AiRPYCMZK8jJVbiorGoSZPHBUKqZiTSZ_xumew,1925
3
- koava-0.0.0.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
4
- koava-0.0.0.dist-info/licenses/LICENSE,sha256=uRWdUaD4qV_8aGfvtKvYd8pGC8-OAjjhaHXwxzBoZIc,1072
5
- koava-0.0.0.dist-info/RECORD,,
File without changes