You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-text-unidecode-1.3-1.lbn25.noarch
Text-Unidecode text-unidecode is the most basic port of the Text::Unidecode < Perl library.There are other Python ports of Text::Unidecode (unidecode_ and isounidecode_). unidecode_ is GPL; isounidecode_ uses too much memory, and it didn't support Python 3 when this package was created.You can redistribute it and/or modify this port under the terms of either:* Artistic License_, or * GPL or GPLv2+
RPMPackage python3-snakebite-2.11.0-1.lbn25.noarch
Pure Python HDFS client
RPMPackage python3-setproctitle-1.1.10-3.lbn25.x86_64
Python module allowing a process to change its title as displayed by system tool such as ps and top. It's useful in multi-process systems, allowing to identify tasks each forked process is busy with. This technique has been used by PostgreSQL and OpenSSH. It's based on PostgreSQL implementation which has proven to be portable.
RPMPackage python3-sendgrid-6.1.0-1.lbn25.noarch
|Travis Badge| |codecov| |Python Versions| |PyPI Version| |Docker Badge| |Email Notifications Badge| |MIT licensed| |Twitter Follow| |GitHub contributors| |Open Source Helpers|**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.****NEW:**- Subscribe to email notifications_ for releases and breaking changes. - Version 6.X release is a BREAKING CHANGE...
RPMPackage python3-rednose-1.3.0-1.lbn25.noarch
A module for making nose pretty using colors.
RPMPackage python3-redis-3.3.8-1.lbn25.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-qds-sdk-1.12.0-1.lbn25.noarch
Qubole Data Service Python SDK A Python module that provides the tools you need to authenticate with, and use the Qubole Data Service API.Installation From PyPI The SDK is available on PyPI < $ pip install qds-sdkFrom source * Get the source code: - Either clone the project: git clone git@github.com:qubole/qds- sdk-py.git and checkout latest release tag from Releases <
RPMPackage python3-pysmbclient-0.1.5-1.lbn25.noarch
Python smbclient wrapper.This is a wrapper that works by running the "smbclient" subprocess and providing an API similar to the one provided by python os module.It is an ugly hack, but it is here for anyone that finds it useful.The programmer before me was using a "bash" file with lots of smbclient calls, so I think my solution is at least better.Usage example:>>> smb...
RPMPackage python3-pyhive-0.6.1-1.lbn25.noarch
PyHive is a collection of Python DB-API < and SQLAlchemy < interfaces for Presto < and Hive < .. code-block:: python from pyhive import presto or import hive cursor presto.connect('localhost').cursor() cursor.execute('SELECT * FROM my_awesome_data LIMIT 10') print cursor.fetchone()
RPMPackage python3-pydruid-0.5.6-1.lbn25.noarch
pydruidpydruid exposes a simple API to create, execute, and analyze [Druid]( queries. pydruid can parse query results into [Pandas]( DataFrame objects for subsequent data analysis -- this offers a tight integration between [Druid]( the [SciPy]( stack (for scientific computing) and [scikit-learn]( (for machine learning). pydruid can export query results into TSV or JSON for further processing...
RPMPackage python3-pre-commit-1.18.3-1.lbn25.noarch
[![Build Status]( [![Azure DevOps coverage]( pre-commitA framework for managing and maintaining multi-language pre-commit hooks.For more information see:
RPMPackage python3-pinotdb-0.2.4-1.lbn25.noarch
Python DB-API and SQLAlchemy dialect for Pinot This module allows accessing Pinot via its [SQL API]( Usage Using the DB API:python from pinotdb import connectconn connect(host'localhost', port8099, path'/query', scheme'http') curs conn.cursor() curs.execute(""" SELECT place, CAST(REGEXP_EXTRACT(place, '(.*),', 1) AS FLOAT) AS lat, CAST(REGEXP_EXTRACT(place, ',(.*)', 1) AS FLOAT) AS lon FROM...
RPMPackage python3-nose-timer-0.7.5-1.lbn25.noarch
nose-timer A timer plugin for nosetests that answers the question: *how much time does every test take?* Install To install the latest release from PyPI:: pip install nose-timerOr to install the latest development version from Git:: pip install git+ to install the latest from source:: git clone cd nose-timer pip install .You can also make a developer install if you plan on modifying the
RPMPackage python3-nose-ignore-docstring-0.2-4.lbn25.noarch
This package contains a plugin for nose. If this plugin is active, nose does not use docstrings to name tests.
RPMPackage python3-nose-1.3.7-19.lbn25.py37.noarch
nose extends the test loading and running features of unit test, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unit test, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unit tests.
RPMPackage python3-mongomock-3.17.0-1.lbn25.noarch
Fake pymongo stub for testing simple MongoDB-dependent code
RPMPackage python3-json-merge-patch-0.2-1.lbn25.noarch
 
RPMPackage python3-jaydebeapi-1.1.1-1.lbn25.noarch
JayDeBeApi - bridge from JDBC database drivers to Python DB-API :target:
RPMPackage python3-hmsclient-0.1.1-1.lbn25.noarch
HMSClient This project aims to be an up to date Python client to interact with the Hive metastore using the Thrift protocol.Installation Install it with pip install hmsclient or directly from source.. code-block:: python python setup.py installUsage Using it from Python is simple:.. code-block:: python from hmsclient import hmsclient client hmsclient.HMSClient(host'localhost', port9083) with...
RPMPackage python3-hdfs-2.5.8-1.lbn25.noarch
HdfsCLI [![Build badge]( [![Pypi badge]( [![Downloads badge]( and command line interface for HDFS. $ hdfscli --aliasdevWelcome to the interactive HDFS python shell. The HDFS client is available as CLIENT.In [1]: CLIENT.list('models/') Out[1]: ['1.json', '2.json']In [2]: CLIENT.status('models/2.json') Out[2]: { 'accessTime': 1439743128690, 'blockSize': 134217728, 'childrenNum': 0,