You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-libftdi-1.5-3.fc36.x86_64
Libftdi Python 3 Language bindings.
RPMPackage python3-libdnf-0.73.4-1.lbn36.x86_64
Python 3 bindings for the libdnf library.
RPMPackage python3-libdnet-1.14-5.fc36.x86_64
Python bindings for libdnet.
RPMPackage python3-libcomps-0.1.21-3.lbn36.x86_64
Python3 bindings for libcomps library.
RPMPackage python3-lib389-3.1.1-2.lbn36.noarch
This module contains tools and libraries for accessing, testing, and configuring the 389 Directory Server.
RPMPackage python3-ldns-1.8.1-4.fc36.x86_64
Python3 extensions for ldns
RPMPackage python3-ldap-3.4.3-1.fc36.x86_64
python-ldap provides an object-oriented API for working with LDAP within Python programs. It allows access to LDAP directory servers by wrapping the OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks (including processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
RPMPackage python3-launchpadlib-1.10.18-1.lbn36.noarch
This file is part of launchpadlib. launchpadlib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. launchpadlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...
RPMPackage python3-lark-parser-0.12.0-1.lbn36.noarch
Lark is a modern general-purpose parsing library for Python.With Lark, you can parse any context-free grammar, efficiently, with very little code.Main Features: - Builds a parse-tree (AST) automagically, based on the structure of the grammar - Earley parser - Can parse all context-free grammars - Full support for ambiguous grammars - LALR(1) parser - Fast and light, competitive with PLY - Can...
RPMPackage python3-langtable-0.0.58-1.fc36.noarch
This package contains a Python module to query the data from langtable-data.
RPMPackage python3-koji-1.29.1-4.fc36.noarch
Koji is a system for building and tracking RPMS. This subpackage provides python functions and libraries.
RPMPackage python3-kobo-django-0.35.1-1.lbn36.noarch
Django components.
RPMPackage python3-kiwisolver-1.4.1-1.fc36.x86_64
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast.
RPMPackage python3-kismet-rest-2019.5.2-5.fc36.noarch
Python API wrapper for Kismet RESTful API interface.
RPMPackage python3-kickstart-3.36-1.fc36.noarch
Python 3 library for manipulating kickstart files. The binaries are found in the pykickstart package.
RPMPackage python3-keyring-25.5.0-1.lbn36.noarch
The Python keyring library provides an easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. These recommended keyring backends are supported: • macOS Keychain • Freedesktop Secret Service supports many DE including GNOME (requires secretstorage) • KDE4 & KDE5 KWallet (requires dbus) • Windows Credential Locker Other keyring implementations are available through third-party backends.
RPMPackage python3-kazoo-2.9.0-1.lbn36.noarch
Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors.
RPMPackage python3-jupyterlab_pygments-0.1.2-5.fc36.noarch
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.
RPMPackage python3-jupyter-core-5.7.2-1.lbn36.noarch
There is no reason to install this package on its own.
RPMPackage python3-jupyter-client-8.4.0-1.lbn36.noarch
Jupyter Client jupyter_client contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels. It also provides the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends. Development Setup The Jupyter Contributor Guides provide extensive information on contributing code or documentation to Jupyter projects. The limited instructions below for setting up a development environment are for your convenience. Coding You'll need Python and pip on the search path. Clone the Jupyter Client git repository to your computer, for example in /my/project/jupyter_client cd /my/projects/ git clone git@github.com:jupyter/jupyter_client.git Now create an editable install and download the dependencies of code and test suite by executing: cd /my/projects/jupyter_client/ pip install -e ".[test]" pytest The last command runs the test suite to verify the setup. During development, you can pass file