You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-thrift-sasl-0.4.3-1.lbn36.noarch
Thrift SASL Python module that implements SASL transports for Thrift (TSaslClientTransport).
RPMPackage python3-thrift-0.16.0-1.lbn36.x86_64
Thrift Python Software LibraryLicense Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License....
RPMPackage python3-textfsm-1.1.3-1.lbn36.noarch
Python module which implements a template based state machine for parsing semi- formatted text. Originally developed to allow programmatic access to information returned from the command line interface (CLI) of networking The engine takes two inputs - a template file, and text input (such as command responses from the CLI of a device) and returns a list of records that contains the data parsed...
RPMPackage python3-terminaltables-3.1.10-13.lbn36.noarch
Easily draw tables in terminal/console applications (written in Python) from a list of lists of strings. Supports multi-line rows.
RPMPackage python3-termcolor-1.1.0-27.fc36.noarch
A Python 3 version of ANSI Color formatting for output in terminal.
RPMPackage python3-tenacity-8.5.0-1.lbn36.noarch
Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.
RPMPackage python3-tempita-0.5.2-2.fc35.noarch
Tempita is a small templating language for text substitution.
RPMPackage python3-tag-expressions-1.1.0-1.lbn36.noarch
tag-expressions Package to evaluate logical tag expressions by using a modified version of the Shunting Yard algorithm < This package is a Python port of cucumbers tag expression.It's also used by radish < Status| |PyPI package version| |PyPI python versions| Installing -.. code:: bash $ pip install tag- expressionsHere is a tease .. code:: python >>> from tagexpressions import parse >>>...
RPMPackage python3-tableauserverclient-0.31-1.lbn36.noarch
Use the Tableau Server Client (TSC) library to increase your productivity as you interact with the Tableau Server REST API. With the TSC library you can do almost everything that you can do with the REST API, including: Publish workbooks and data sources. Create users and groups. Query projects, sites, and more.
RPMPackage python3-swagger-ui-bundle-0.0.9-1.lbn36.noarch
swagger_ui_bundle This package contains the static files for swagger-ui as a python package.Basic configuration options are templated with the Jinja2 templating language.This package is intended to be webserver-agnostic, so it only includes the static files, and some very basic configuration.Getting Started You can import the swagger_ui_path from the swagger_ui_bundle package like so:.....
RPMPackage python3-sure-2.0.0-1.lbn36.noarch
.. image::
RPMPackage python3-strip-hints-0.1.10-1.lbn36.noarch
strip-hints This package provides a command-line command and a corresponding importable function that strips type hints from Python code files. The stripping process leaves runnable code, assuming the rest of the code is runnable in the interpreter version. The program tries to make as few changes as possible to the processed code so that line and column numbers in error messages for the...
RPMPackage python3-sssdconfig-2.9.3-1.lbn36.noarch
Provides python3 files for manipulation SSSD and IPA configuration files.
RPMPackage python3-sss-murmur-2.9.3-1.lbn36.x86_64
Provides python3 module for calculating the murmur hash version 3
RPMPackage python3-sss-2.9.3-1.lbn36.x86_64
Provides python3 bindings: * function for retrieving list of groups user belongs to * class for obfuscation of passwords
RPMPackage python3-sshtunnel-0.4.0-1.lbn36.noarch
|CircleCI| |AppVeyor| |readthedocs| |coveralls| |version||pyversions| |license|**Author**: Pahaz_**Repo**: by which doesn't work on See also: -* paramiko_Installation sshtunnel_ is on PyPI, so simply run::: pip install sshtunnelor :: easy_install sshtunnelor :: conda install -c conda-forge sshtunnelto have it installed in your environment.For installing from source, clone the repo < and run::
RPMPackage python3-sqlalchemy-utils-0.41.2-1.lbn36.noarch
Various utility functions and custom data types for SQLAlchemy.
RPMPackage python3-sqlalchemy-redshift-0.8.14-1.lbn36.noarch
sqlalchemy-redshift Amazon Redshift dialect for SQLAlchemy. Installation The package is available on PyPI:: pip install sqlalchemy-redshift.. warning:: This dialect requires either redshift_connector or psycopg2 to work properly. It does not provide it as required, but relies on you to select the distribution you need: * psycopg2 - standard distribution of psycopg2, requires compilation so few...
RPMPackage python3-sqlalchemy-jsonfield-1.0.0-1.lbn36.noarch
SQLAlchemy-JSONField :target:
RPMPackage python3-sqlalchemy-filters-0.12.0-6.fc36.noarch
Filter, sort and paginate SQLAlchemy query objects. Ideal for exposing these actions over a REST API.