File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ automation.
88
99No user-visible changes are currently recorded beyond the initial alpha scope.
1010
11- ## [ 0.1.0a1] - Unreleased
11+ ## [ 0.1.0a1] - 2026-07-27
1212
1313### Added
1414
Original file line number Diff line number Diff line change 11# CometAPI Python SDK
22
3- > ** Pre-release:** the SDK is under active 0.1 development. The package is not
4- > yet available from PyPI, and its API may change before ` 0.1.0 ` .
3+ > ** Pre-release:** ` 0.1.0a1 ` is approved for PyPI publication. Its API may
4+ > change before ` 0.1.0 ` .
55
66` cometapi ` is a thin Python adapter over the official OpenAI SDK for the
77OpenAI-compatible CometAPI endpoint. It changes the default API key and base
@@ -30,21 +30,15 @@ Project links: [CometAPI](https://www.cometapi.com),
3030
3131## Installation
3232
33- Until the prerelease is available from PyPI, build and install it from this
34- repository:
35-
36- ``` bash
37- uv build
38- python -m pip install dist/cometapi-0.1.0a1-py3-none-any.whl
39- ```
40-
41- When ` 0.1.0a1 ` becomes available from PyPI, install it with:
33+ Install the exact alpha from PyPI with:
4234
4335``` bash
4436python -m pip install --pre ' cometapi==0.1.0a1'
4537```
4638
47- Check the repository releases for current package availability.
39+ Check the repository releases and
40+ [ PyPI project page] ( https://pypi.org/project/cometapi/ ) for current package
41+ availability.
4842
4943## Authentication and configuration
5044
You can’t perform that action at this time.
0 commit comments