Package: python3-attr Source: python-attrs Version: 23.1.0-2 Architecture: all Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Team Installed-Size: 241 Depends: python3-importlib-metadata | python3 (>> 3.8), python3:any Suggests: python-attr-doc Homepage: https://attrs.readthedocs.org/ Priority: optional Section: python Filename: pool/main/p/python-attrs/python3-attr_23.1.0-2_all.deb Size: 50552 SHA512: 92a168e3ba8b8afa9336a70840c2f3b24c2e7ad763a4d7343b49d5ff5aeab68ec094df484cd2d0ef5cae8a694bafc2060bbec940aaa04bc7b1e21400f6a4381c SHA256: 276a148300ec70a93cbfd07252924092d9e9b5e3fee62af7dec237f5c0f7b8d3 SHA1: f9c83aae5d06a0f686227a5523323ba0db75a2bd MD5sum: 3ea91d539a8113f929e50cd0f28aa9fd Description: Attributes without boilerplate (Python 3) attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . You just specify the attributes to work with and attrs gives you: - a nice human-readable __repr__, - a complete set of comparison methods, - an initializer, - and much more without writing dull boilerplate code again and again. . This package contains attrs packaged for Python 3. Package: python3-pkg-resources Source: setuptools Version: 68.1.2-2ubuntu1.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 742 Depends: python3:any Suggests: python3-setuptools Multi-Arch: foreign Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/s/setuptools/python3-pkg-resources_68.1.2-2ubuntu1.1_all.deb Size: 167776 SHA512: 46be415a5364c8df3f416a85711c14c034db8b9b5c7dfc3f6906249438edc9db3f6abb5b64ad5506d78724c7942b0fac2301c4522d4973c50fb894877304f32c SHA256: 2ef6c88c296387eaa847e3942c6696b82be6d026aee4b8346a6f9992504e99e6 SHA1: 319c9c2ec7d02e5c81c2d71e69fd6be74688f7cd MD5sum: 589ec288e594b683d0bc595763dc340e Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Original-Maintainer: Matthias Klose Package: python3-setuptools Source: setuptools Version: 68.1.2-2ubuntu1.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 2232 Depends: python3-pkg-resources (= 68.1.2-2ubuntu1.1), python3:any Suggests: python-setuptools-doc Multi-Arch: foreign Homepage: https://pypi.python.org/pypi/setuptools Priority: optional Section: python Filename: pool/main/s/setuptools/python3-setuptools_68.1.2-2ubuntu1.1_all.deb Size: 396390 SHA512: cdc7fae49734092fceb3fced63a38aaa4ae80a9e6f5416019a1f5719ed8441e3468568b275fbdcc44975a5c84df6b66cabaf9828995d36b41fa7c95931942e41 SHA256: f09189c9d3c54a0d2054a03ee41ae736708474507eb21001b767e5e818b331a6 SHA1: 0e5cd732b915a8303605b7cae6ccb66abeaad7d5 MD5sum: ac34a5724d57b7cafeff20ce7c9bc214 Description: Python3 Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Original-Maintainer: Matthias Klose Package: python3-typer Source: typer Version: 0.15.1-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 208 Depends: python3-click, python3-rich, python3-shellingham, python3-typing-extensions, python3:any Suggests: python-typer-doc, typer Homepage: https://typer.tiangolo.com/ Priority: optional Section: python Filename: pool/main/t/typer/python3-typer_0.15.1-1_all.deb Size: 37676 SHA512: c4758072b0662a1d5aec0dc73e050894b6c90105737495c877414dfcddc35c0f1c9a2418bb26b1f9e0e272ae4ae5ff67b336f63460799d8895c0907530edc05b SHA256: 82d4d88080b758593a8ea034c438304094ea37b7e67ec0094711eb53c40f5aa4 SHA1: adbc15c6c4a1c7d02bd4321757d46597a514c558 MD5sum: 5dc43a68cf5d9c4a8fd372f803d08e98 Description: Python library for building CLI applications (Python 3) Typer is a library for building command-line interface (CLI) applications that users will love using and developers will love creating. Based on Python 3.6+ type hints. . The key features are: . Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. . Easy to use: It's easy to use for the final users. Automatic help, and automatic completion for all shells. . Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. . Start simple: The simplest example adds only 2 lines of code to your app: 1 import, 1 function call. . Grow large: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. . This package provides the library for Python 3. Package: python3-websockets Source: python-websockets Version: 10.4-1 Architecture: all Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Installed-Size: 370 Depends: python3:any Homepage: https://github.com/aaugustin/websockets Priority: optional Section: python Filename: pool/main/p/python-websockets/python3-websockets_10.4-1_all.deb Size: 63964 SHA512: 67068c6cc292152c8753093db657c1d05b12d840d6b7cbe5a68e6a55917cd99008f31f58f4680487ac1679d2379445d48ca5056f96d8923029f4ab8e75517131 SHA256: d6e73f4b5188844a246c925d5b9f070b5c52b48ac370f46d3946c3b6fdb3cece SHA1: e31f77c75c19ffa995a71723832cc12940465ecb MD5sum: ac91cb1c598366c104ae76f02fc3f92c Description: implementation of the WebSocket Protocol (RFC 6455) websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. . Built on top of Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. Package: python3-zmsclient Source: zms-client-py Version: 0.0.1+20250227+03+2cad2e614~ubuntu~22.04 Architecture: all Maintainer: David Johnson Installed-Size: 1614 Depends: python3-attr, python3-dateutil, python3-httpx, python3-typing-extensions, python3-websockets, python3:any Recommends: python3-typer Homepage: https://gitlab.flux.utah.edu/openzms/zms-client-py Priority: optional Section: python Filename: pool/main/z/zms-client-py/python3-zmsclient_0.0.1+20250227+03+2cad2e614~ubuntu~22.04_all.deb Size: 99988 SHA256: f7bd0c7abf47ed605f9e5f680a978403e72c078f744d263c2e01f397c5f0de3a SHA1: ae736c5a114fbfa849067827b6f54d01488849ae MD5sum: e82bce8d8b87a20afadfc3a0e7fb14b0 Description: OpenZMS Python 3 library and CLI tools An OpenZMS Python 3 library and CLI tools, for use with the OpenZMS spectrum management software (https://openzms.net).