You are here: Home

Modified items

All recently modified items, latest first.
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,
RPMPackage python3-grpcio-gcp-0.2.2-1.lbn25.noarch
gRPC-GCP Python Package for gRPC-GCP Python.Installation gRPC-GCP Python is available wherever gRPC is available.From PyPI If you are installing locally...:: $ pip install grpcio-gcpElse system wide (on Ubuntu)...:: $ sudo pip install grpcio-gcpUsage Create a config file (e.g. spanner.grpc.config) defining API configuration, with ChannelPoolConfig and MethodConfig.:: channel_pool: { max_size:...
RPMPackage python3-grpcio-1.20.1-3.lbn25.x86_64
Python3 bindings for gRPC library.
RPMPackage python3-google-cloud-vision-0.39.0-1.lbn25.noarch
Python Client for Google Cloud Vision |beta| |pypi| |versions| |compat_check_pypi| |compat_check_github|The Google Cloud Vision_ API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API. It quickly classifies images into thousands of categories (e.g., "sailboat", "lion", "Eiffel Tower"), detects individual objects...
RPMPackage python3-google-cloud-videointelligence-1.11.0-1.lbn25.noarch
Python Client for Google Cloud Video Intelligence |beta| |pypi| |versions| |compat_check_pypi| |compat_check_github|Google Cloud Video Intelligence_ API makes videos searchable, and discoverable, by extracting metadata with an easy to use API. You can now search every moment of every video file in your catalog and find every occurrence as well as its significance. It quickly annotates videos...
RPMPackage python3-google-cloud-translate-1.6.0-1.lbn25.noarch
Python Client for Google Cloud Translation |GA| |pypi| |versions|With Google Cloud Translation_, you can dynamically translate text between thousands of language pairs. The Google Cloud Translation API lets websites and programs integrate with Google Cloud Translation programmatically. Google Cloud Translation is available as a paid service. See the Pricing_ and FAQ_ pages for details.- Client...