|
2 | 2 | "$schema": "sublime://packagecontrol.io/schemas/repository", |
3 | 3 | "schema_version": "4.0.0", |
4 | 4 | "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 | + }, |
5 | 18 | { |
6 | 19 | "name": "annotated-types", |
7 | 20 | "description": "Reusable constraint types to use with typing.Annotated.", |
|
609 | 622 | } |
610 | 623 | ] |
611 | 624 | }, |
| 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 | + }, |
612 | 664 | { |
613 | 665 | "name": "idna", |
614 | 666 | "description": "Internationalized Domain Names in Applications (IDNA)", |
|
1040 | 1092 | } |
1041 | 1093 | ] |
1042 | 1094 | }, |
| 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 | + }, |
1043 | 1108 | { |
1044 | 1109 | "name": "orjson", |
1045 | 1110 | "description": "orjson is a fast, correct JSON library for Python.", |
|
0 commit comments