Skip to content

Commit e433f8b

Browse files
authored
Add aiosonic package (#91)
This commit adds aiosonic, a modern, lightweight, pure python, asyncio http client To use aiosonic, add following to your dependencies.json ```json { "*": { "*": [ "aiosonic", "charset_normalizer", "h2", "hpack", "hyperframe", "onecache", "sublime_aio" ] } } ```
1 parent 9800715 commit e433f8b

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

repository.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
"$schema": "sublime://packagecontrol.io/schemas/repository",
33
"schema_version": "4.0.0",
44
"libraries": [
5+
{
6+
"name": "aiosonic",
7+
"description": "A very fast Python asyncio http and websockets client",
8+
"author": "sonic182",
9+
"issues": "https://github.com/sonic182/aiosonic",
10+
"releases": [
11+
{
12+
"base": "https://pypi.org/project/aiosonic",
13+
"asset": "aiosonic-*-py3-none-any.whl",
14+
"python_versions": ["3.13", "3.14"]
15+
}
16+
]
17+
},
518
{
619
"name": "annotated-types",
720
"description": "Reusable constraint types to use with typing.Annotated.",
@@ -609,6 +622,45 @@
609622
}
610623
]
611624
},
625+
{
626+
"name": "h2",
627+
"description": "A pure-Python implementation of a HTTP/2 protocol stack.",
628+
"author": "Cory Benfield",
629+
"issues": "https://github.com/python-hyper/h2/issues",
630+
"releases": [
631+
{
632+
"base": "https://pypi.org/project/h2",
633+
"asset": "h2-*-py3-none-any.whl",
634+
"python_versions": ["3.8", "3.13", "3.14"]
635+
}
636+
]
637+
},
638+
{
639+
"name": "hpack",
640+
"description": "A pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.",
641+
"author": "Cory Benfield",
642+
"issues": "https://github.com/python-hyper/hpack/issues",
643+
"releases": [
644+
{
645+
"base": "https://pypi.org/project/hpack",
646+
"asset": "hpack-*-py3-none-any.whl",
647+
"python_versions": ["3.8", "3.13", "3.14"]
648+
}
649+
]
650+
},
651+
{
652+
"name": "hyperframe",
653+
"description": "A pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.",
654+
"author": "Cory Benfield",
655+
"issues": "https://github.com/python-hyper/hyperframe/issues",
656+
"releases": [
657+
{
658+
"base": "https://pypi.org/project/hyperframe",
659+
"asset": "hyperframe-*-py3-none-any.whl",
660+
"python_versions": ["3.8", "3.13", "3.14"]
661+
}
662+
]
663+
},
612664
{
613665
"name": "idna",
614666
"description": "Internationalized Domain Names in Applications (IDNA)",
@@ -1040,6 +1092,19 @@
10401092
}
10411093
]
10421094
},
1095+
{
1096+
"name": "onecache",
1097+
"description": "Python cache for sync and async code.",
1098+
"author": "sonic182",
1099+
"issues": "https://github.com/python-hyper/onecache/issues",
1100+
"releases": [
1101+
{
1102+
"base": "https://pypi.org/project/onecache",
1103+
"asset": "onecache-*-py3-none-any.whl",
1104+
"python_versions": ["3.8", "3.13", "3.14"]
1105+
}
1106+
]
1107+
},
10431108
{
10441109
"name": "orjson",
10451110
"description": "orjson is a fast, correct JSON library for Python.",

0 commit comments

Comments
 (0)