Skip to content

Commit 5469557

Browse files
committed
Move aws_event_stream to smithy_aws_event_stream
1 parent b3dd35b commit 5469557

File tree

18 files changed

+19
-15
lines changed

18 files changed

+19
-15
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Unreleased
2+
### Features
3+
* Added basic support for the [Amazon Event Stream](https://smithy.io/2.0/aws/amazon-eventstream.html) specification.
4+
* Added support for unidirectdional and bidirectional event streams.
File renamed without changes.
File renamed without changes.

packages/aws-event-stream/pyproject.toml renamed to packages/smithy-aws-event-streams/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "aws-event-stream"
2+
name = "smithy-aws-event-stream"
33
version = "0.0.1"
4-
description = "Core Smithy components for AWS services and protocols."
4+
description = "Smithy components for Amazon Event Streams."
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [

packages/aws-event-stream/src/aws_event_stream/__init__.py renamed to packages/smithy-aws-event-streams/src/smithy_aws_event_stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
import importlib.metadata
55

6-
__version__: str = importlib.metadata.version("aws-event-stream")
6+
__version__: str = importlib.metadata.version("smithy-aws-event-stream")

0 commit comments

Comments
 (0)