Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ automation.

No user-visible changes are currently recorded beyond the initial alpha scope.

## [0.1.0a1] - Unreleased
## [0.1.0a1] - 2026-07-27

### Added

Expand Down
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CometAPI Python SDK

> **Pre-release:** the SDK is under active 0.1 development. The package is not
> yet available from PyPI, and its API may change before `0.1.0`.
> **Pre-release:** `0.1.0a1` is approved for PyPI publication. Its API may
> change before `0.1.0`.

`cometapi` is a thin Python adapter over the official OpenAI SDK for the
OpenAI-compatible CometAPI endpoint. It changes the default API key and base
Expand Down Expand Up @@ -30,21 +30,15 @@ Project links: [CometAPI](https://www.cometapi.com),

## Installation

Until the prerelease is available from PyPI, build and install it from this
repository:

```bash
uv build
python -m pip install dist/cometapi-0.1.0a1-py3-none-any.whl
```

When `0.1.0a1` becomes available from PyPI, install it with:
Install the exact alpha from PyPI with:

```bash
python -m pip install --pre 'cometapi==0.1.0a1'
```

Check the repository releases for current package availability.
Check the repository releases and
[PyPI project page](https://pypi.org/project/cometapi/) for current package
availability.

## Authentication and configuration

Expand Down