ccproxy-api 0.2.0__py3-none-any.whl → 0.2.0a4__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.
ccproxy/core/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.2.0'
32
- __version_tuple__ = version_tuple = (0, 2, 0)
31
+ __version__ = version = '0.2.0a4'
32
+ __version_tuple__ = version_tuple = (0, 2, 0, 'a4')
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ccproxy-api
3
- Version: 0.2.0
3
+ Version: 0.2.0a4
4
4
  Summary: API server that provides an Anthropic and OpenAI compatible interface over Claude Code, allowing to use your Claude OAuth account or over the API.
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.11
@@ -196,14 +196,14 @@ To install the latest stable release without cloning the repository, use `uvx`
196
196
  to grab the published wheel and launch the CLI:
197
197
 
198
198
  ```bash
199
- uvx --with "ccproxy-api[all]" ccproxy serve --port 8000
199
+ uvx --with "ccproxy-api[all]==0.2.0" ccproxy serve --port 8000
200
200
  ```
201
201
 
202
202
  If you prefer `pipx`, install the package (optionally with extras) and use the
203
203
  local shim:
204
204
 
205
205
  ```bash
206
- pipx install "ccproxy-api[all]"
206
+ pipx install "ccproxy-api[all]==0.2.0"
207
207
  ccproxy serve # default on localhost:8000
208
208
  ```
209
209
 
@@ -67,7 +67,7 @@ ccproxy/config/settings.py,sha256=uva0RV4KfIvv7VApDr7w3oARft7OoBCWf7ZSM4oM2VM,19
67
67
  ccproxy/config/toml_generator.py,sha256=_txCYDHI8lXWl-mwOK8P1_TsX1TNiLgkG4iryxOruZc,10034
68
68
  ccproxy/config/utils.py,sha256=tuvOPUsMGgznz94MRwuSWw6sZi_AGkB_ri7VWKMVg8Y,11877
69
69
  ccproxy/core/__init__.py,sha256=hQgrBogZjdt8ZQlQyZtbL91I3gX9YUTWrenqTPRfwbM,236
70
- ccproxy/core/_version.py,sha256=Dg8AmJomLVpjKL6prJylOONZAPRtB86LOce7dorQS_A,704
70
+ ccproxy/core/_version.py,sha256=fqfgUu99l0Y7LMwL27QHnVn-raAKZVZ_9iTiD4_KO5A,712
71
71
  ccproxy/core/async_task_manager.py,sha256=zf_mbbDwomh8q0E-oMNSPzFecHwLRi-ZPbhqsb6IPgM,16888
72
72
  ccproxy/core/async_utils.py,sha256=OFCJT8xbgZJO757iDPMAKY5c1Ildyk0PbwuktVF19UI,21676
73
73
  ccproxy/core/constants.py,sha256=FSLlbdNqCmZgZC4VAgvmovwXJh4C9WaUf_YBqDbYXXM,1837
@@ -410,8 +410,8 @@ ccproxy/utils/id_generator.py,sha256=k6R_W40lJSPi_it4M99EVg9eRD138oC4bv_8Ua3X8ms
410
410
  ccproxy/utils/model_mapper.py,sha256=hnIWc528x8oBuk1y1HuyGHbnwe6dsSxZ2UgA1OYrcJs,3731
411
411
  ccproxy/utils/startup_helpers.py,sha256=u1okOVbm2OeSqrNrbhWco_sXBR0usNo7Wv8zvhBLPhc,7492
412
412
  ccproxy/utils/version_checker.py,sha256=cGRgjD0PUB3MDZDSAdKPQwYIyqnlzFWue0ROyfGngNE,13452
413
- ccproxy_api-0.2.0.dist-info/METADATA,sha256=M7FumhWfvCAG_eHH2I4fTTulpk6tZEu7Leu5P_rCYNc,8280
414
- ccproxy_api-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
415
- ccproxy_api-0.2.0.dist-info/entry_points.txt,sha256=bibqQtPpKZJhOY_j5TFvcYzHuR-w7tNovV2i7UcPlU4,1147
416
- ccproxy_api-0.2.0.dist-info/licenses/LICENSE,sha256=httxSCpTrEOkipisMeGXSrZhTB-4MRIorQU0hS1B6eQ,1066
417
- ccproxy_api-0.2.0.dist-info/RECORD,,
413
+ ccproxy_api-0.2.0a4.dist-info/METADATA,sha256=TiTWxEXyms9TVVIWQo7ANRPR41vCIH9yHdAEAa7LfsA,8296
414
+ ccproxy_api-0.2.0a4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
415
+ ccproxy_api-0.2.0a4.dist-info/entry_points.txt,sha256=bibqQtPpKZJhOY_j5TFvcYzHuR-w7tNovV2i7UcPlU4,1147
416
+ ccproxy_api-0.2.0a4.dist-info/licenses/LICENSE,sha256=httxSCpTrEOkipisMeGXSrZhTB-4MRIorQU0hS1B6eQ,1066
417
+ ccproxy_api-0.2.0a4.dist-info/RECORD,,