python-cmd2 src 0750415ccf30963cdd03a59b677db530cd96a0eb70d3af39f19c457b197372cd cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python quickly build feature-rich and user-friendly interactive command line applications in Python https://github.com/python-cmd2/cmd2 python-cmd2-help noarch 5b72bbf8eafede848518a749bcbf9b2529b64a7d405e274198763f6a57b79fcd Development documents and examples for cmd2 quickly build feature-rich and user-friendly interactive command line applications in Python https://github.com/python-cmd2/cmd2 python-exceptiongroup src 6bc1b477cf129a4d5638f02097309d983f1b422c5466e2aafdb340533068f4f2 Backport of PEP 654 (exception groups) This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11, implementing PEP 654 (Exception Groups and except*). It contains the BaseExceptionGroup and ExceptionGroup classes, a utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group, patches to the TracebackException class that properly formats exception groups, and an exception hook for formatting exception groups. https://github.com/agronholm/exceptiongroup python-exceptiongroup-help noarch a49b0c7e285eb1cc495aa1f84ef77cf3068ce244c1aa24b718d32e01819f6865 Development documents and examples for exceptiongroup Development documents and examples for exceptiongroup. https://github.com/agronholm/exceptiongroup python-litestar src 6af9d32d4d5ba2e8cd822ba012ebb2ebd8a0eaa1b287b73396efa00ee8730058 Litestar - A production-ready, highly performant, extensible ASGI API Framework Litestar is a powerful, flexible yet opinionated ASGI framework, focused on building APIs. It offers high-performance data validation, dependency injection, first-class ORM integration, authorization primitives, a rich plugin API, middleware, and much more. https://litestar.dev/ python-litestar-help noarch 4055dadb853316433a6d874f5cd2f9b7e3d8f44a862899348facd8e3ab51a284 Development documents and examples for litestar Documentation and examples for the litestar ASGI framework. https://litestar.dev/ python-litestar-htmx src 0ac514d06e0466fdd7d58447eb877888173aee8fde63b2330fb3d40ef7ac6afa HTMX Integration for Litestar HTMX Integration for Litestar. Provides a plugin and components for using HTMX with the Litestar web framework. https://github.com/litestar-org/litestar-htmx python-litestar-htmx-help noarch a9f82cf90e029107bbdc9142214029d6c4981b837b31c23d6c02542f433c0df4 Development documents and examples for litestar-htmx Development documents and examples for litestar-htmx. https://github.com/litestar-org/litestar-htmx python-msgspec src 6f888264355f47c71194fabc88f55112b89ad337e79516f2f00f36208b2fc98c A fast serialization and validation library with builtin support for JSON, MessagePack, YAML, and TOML msgspec is a fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML. It features high performance encoders/decoders, support for a wide variety of Python types, zero-cost schema validation using Python type annotations, and a speedy Struct type for representing structured data. https://jcristharif.com/msgspec/ python-msgspec-debuginfo x86_64 d430255e7d10891ea3391d4e902da24f2568ca933ded758be9aac8e0e4ea9051 Debug information for package python-msgspec This package provides debug information for package python-msgspec. Debug information is useful when developing applications that use this package or when debugging this package. https://jcristharif.com/msgspec/ python-msgspec-debugsource x86_64 d44a4eb57e16087f0cdd9e34ba8f837dbaaa016962b9ba2c375d896034181efd Debug sources for package python-msgspec This package provides debug sources for package python-msgspec. Debug sources are useful when developing applications that use this package or when debugging this package. https://jcristharif.com/msgspec/ python-msgspec-help x86_64 d8bc0c266f1066ef73309c84fab0c189418de3056b7095000a754d0aca1faa7b Development documents and examples for msgspec Documentation and examples for msgspec. https://jcristharif.com/msgspec/ python-multipart src 51152b794a43df51d9a4a018bd9d3e0eadeda34151b80bca8d84289e8624bac7 Parser for multipart/form-data This module provides a fast incremental non-blocking parser for multipart/form-data, as well as blocking alternatives for easier use in WSGI or CGI applications. Features: - Pure python single file module with no dependencies. - Optimized for both blocking and non-blocking applications. - 100% test coverage with test data from actual browsers and HTTP clients. - Predictable memory and disk resource consumption via fine grained limits. https://multipart.readthedocs.io/ python-multipart-help noarch df6e62dd761a1af63706a154cf7dc03c7529c25d4a07997227e2816dcd89262b Development documents and examples for multipart Development documents and examples for multipart. https://multipart.readthedocs.io/ python-polyfactory src 52a640692b8e229d159ff5c547e993ff6ab4bd463701fc11fdb14c66014bb1aa Simple and powerful mock data generation library based on type hints Polyfactory is a simple and powerful mock data generation library, based around type hints and supporting dataclasses, typed-dicts, pydantic models, msgspec structs and more. https://github.com/litestar-org/polyfactory python-polyfactory-help noarch 1660ab73c7969f798a5ecb1ca072273850df343c30906a45bf956b90d7359c4e Development documents and examples for polyfactory Development documents and examples for the polyfactory library. https://github.com/litestar-org/polyfactory python-rich-click src 38f28adeb5d121c83a7ff4a7511fe8ff17ccf18fe29360ddd473525f5d7a5f23 Format click help output nicely with rich rich-click is a wrapper around Click that renders help output nicely using Rich. The intention of rich-click is to provide attractive help output from Click, formatted with Rich, with minimal customization required. https://github.com/ewels/rich-click python-rich-click-help noarch 5c024ea3b584e83e964944e892585f2a2a0e6ca1d50ed8cd14467d658cacf22a Development documents and examples for rich-click Development documents and examples for rich-click. https://github.com/ewels/rich-click python-sniffio src a2e57130c307006aadec878a25f60ef12638b44576c013313bfb88c089816ada Sniff out which async library your code is running under sniffio is a tiny package whose only purpose is to let you detect which async library your code is running under (Trio, asyncio, etc.). https://github.com/python-trio/sniffio python-sniffio-help noarch a4ed7797f78f4d88ed50598e4d1123fd1d6e834e8d3b580ee255578db376e37b Development documents and examples for sniffio Development documents and examples for sniffio. https://github.com/python-trio/sniffio python3-cmd2 noarch 9adaeb3577a7ef016124e6d899ca7fe45b9c4a7d21e38746fcc0ea2763606c15 cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python quickly build feature-rich and user-friendly interactive command line applications in Python https://github.com/python-cmd2/cmd2 python3-exceptiongroup noarch 36ec031b4c3b7621803d6aab00f2138bedf533a828f1d4d24f84dd39b6838168 Backport of PEP 654 (exception groups) This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11, implementing PEP 654 (Exception Groups and except*). It contains the BaseExceptionGroup and ExceptionGroup classes, a utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group, patches to the TracebackException class that properly formats exception groups, and an exception hook for formatting exception groups. https://github.com/agronholm/exceptiongroup python3-litestar noarch cd13018ac284f3732f9900e0b2e48c24aa0bd0dbaeb1617f3cd01d3cc4adbc04 Litestar - A production-ready, highly performant, extensible ASGI API Framework Litestar is a powerful, flexible yet opinionated ASGI framework, focused on building APIs. It offers high-performance data validation, dependency injection, first-class ORM integration, authorization primitives, a rich plugin API, middleware, and much more. https://litestar.dev/ python3-litestar-htmx noarch 299dc3a65ae971e5e9f75451cdbc8efae8885fc3ea434c782188b27ebd8525e4 HTMX Integration for Litestar HTMX Integration for Litestar. Provides a plugin and components for using HTMX with the Litestar web framework. https://github.com/litestar-org/litestar-htmx python3-msgspec x86_64 f62e6a16115347f5cf2d6f29ff83fc3833d6d0c498000df3a670f67d133e7a9c A fast serialization and validation library with builtin support for JSON, MessagePack, YAML, and TOML msgspec is a fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML. It features high performance encoders/decoders, support for a wide variety of Python types, zero-cost schema validation using Python type annotations, and a speedy Struct type for representing structured data. https://jcristharif.com/msgspec/ python3-multipart noarch bb04899292e014114f9b8358e133122df4c28aad257eb251b6b512361bc4d6d8 Parser for multipart/form-data This module provides a fast incremental non-blocking parser for multipart/form-data, as well as blocking alternatives for easier use in WSGI or CGI applications. Features: - Pure python single file module with no dependencies. - Optimized for both blocking and non-blocking applications. - 100% test coverage with test data from actual browsers and HTTP clients. - Predictable memory and disk resource consumption via fine grained limits. https://multipart.readthedocs.io/ python3-polyfactory noarch e14d7f0d3ced579ab5183a03c73fcef9df40063e57c254c1c240d273d708a075 Simple and powerful mock data generation library based on type hints Polyfactory is a simple and powerful mock data generation library, based around type hints and supporting dataclasses, typed-dicts, pydantic models, msgspec structs and more. It is part of the Litestar project and actively maintained by a community of maintainers and contributors. https://github.com/litestar-org/polyfactory python3-rich-click noarch aea31bd82703da6aafdbf0cfe9f280e10cf8940d4f786a2fb6e9dfee8528006b Format click help output nicely with rich rich-click is a wrapper around Click that renders help output nicely using Rich. The intention of rich-click is to provide attractive help output from Click, formatted with Rich, with minimal customization required. https://github.com/ewels/rich-click python3-sniffio noarch 6b2bd537f6b88588a46ceed3d6d399154b7c19f67170ce5abc0b1edb283242c8 Sniff out which async library your code is running under sniffio is a tiny package whose only purpose is to let you detect which async library your code is running under (Trio, asyncio, etc.). https://github.com/python-trio/sniffio