You are here: Home

Modified items

All recently modified items, latest first.
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...
RPMPackage python3-google-cloud-texttospeech-0.5.0-1.lbn25.noarch
Python Client for Cloud Text-to-Speech API |alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github|Cloud Text-to-Speech API_: Synthesizes natural-sounding speech by applying powerful neural network models.- Client Library Documentation_ - Product Documentation_.. |alph .. |pyp :target:
RPMPackage python3-google-cloud-storage-1.19.1-1.lbn25.noarch
Python Client for Google Cloud Storage |GA| |pypi| |versions| Google Cloud Storage_ allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download.- Client Library Documentation_ - Storage API docs_.. |G .. |pyp :target:
RPMPackage python3-google-cloud-speech-1.2.0-1.lbn25.noarch
Python Client for Cloud Speech API |GA| |pypi| |versions| |compat_check_pypi| |compat_check_github|The Cloud Speech API_ enables developers to convert audio to text by applying powerful neural network models. The API recognizes over 80 languages and variants, to support your global user base.- Client Library Documentation_ - Product Documentation_.. |G .. |pypi| image::
RPMPackage python3-google-cloud-spanner-1.10.0-1.lbn25.noarch
Python Client for Cloud Spanner |GA| |pypi| |versions| |compat_check_pypi| |compat_check_github|Cloud Spanner_ is the world's first fully managed relational database service to offer both strong consistency and horizontal scalability for mission-critical online transaction processing (OLTP) applications. With Cloud Spanner you enjoy all the traditional benefits of a relational database; but...
RPMPackage python3-google-cloud-language-1.3.0-1.lbn25.noarch
Python Client for Google Cloud Natural Language |GA| |pypi| |versions| |compat_check_pypi| |compat_check_github|The Google Cloud Natural Language_ API can be used to reveal the structure and meaning of text via powerful machine learning models. You can use it to extract information about people, places, events and much more, mentioned in text documents, news articles or blog posts. You can use...
RPMPackage python3-google-cloud-dlp-0.12.1-1.lbn25.noarch
Python Client for Cloud Data Loss Prevention (DLP) API |alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github|Cloud Data Loss Prevention (DLP) API_: Provides methods for detection, risk analysis, and de- identification of privacy- sensitive fragments in text, images, and Google Cloud Platform storage repositories.- Client Library Documentation_ - Product Documentation_.. |alph .....
RPMPackage python3-google-cloud-core-1.0.3-1.lbn25.noarch
Core Helpers for Google Cloud Python Client Library |pypi| |versions| |compat_check_pypi| |compat_check_github|This library is not meant to stand- alone. Instead it defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages. - Documentation_.. |pyp .. |version .. |compat_check_pypi| image::
RPMPackage python3-google-cloud-container-0.3.0-1.lbn25.noarch
Python Client for Google Kubernetes Engine API |alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github|Google Kubernetes Engine API_: The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.- Client Library Documentation_ - Product Documentation_.. |alph .. |pypi| image::
RPMPackage python3-google-cloud-bigtable-1.0.0-1.lbn25.noarch
Python Client for Google Cloud Bigtable |GA| |pypi| |versions| Google Cloud Bigtable_ is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.- Client Library Documentation_ - Product Documentation_.. |G .. |pyp :target:
RPMPackage python3-google-auth-httplib2-0.0.3-1.lbn25.noarch
httplib2 Transport for Google Auth |pypi|This library provides an httplib2_ transport for google-auth_... note:: httplib has lots of problems such as lack of threadsafety and insecure usage of TLS. Using it is highly discouraged. This library is intended to help existing users of oauth2client migrate to google- auth... |pyp .. _httplib2: .. _google-auth:
RPMPackage python3-google-api-python-client-1.7.11-1.lbn25.noarch
The Google API Client for Python is a client library for accessing the Plus, Moderator, and many other Google APIs.
RPMPackage python3-freezegun-0.3.12-1.lbn25.noarch
freezegun is a library that allows your python tests to travel through time by mocking the datetime module. This is the Python 3 library.
RPMPackage python3-flower-0.9.3-1.lbn25.noarch
Celery Flower Flower is a web based tool for monitoring and administrating Celery clusters.Features - Real-time monitoring using Celery Events - Task progress and history - Ability to show task details (arguments, start time, runtime, and more) - Graphs and statistics- Remote Control - View worker status and statistics - Shutdown and restart worker instances - Control worker pool size and...
RPMPackage python3-flask-swagger-0.2.14-1.lbn25.noarch
flask-swagger A Swagger 2.0 spec extractor for FlaskInstall::: pip install flask-swaggerFlask-swagger provides a method (swagger) that inspects the Flask app for endpoints that contain YAML docstrings with Swagger 2.0 Operation < class UserAPI(MethodView): def post(self): """ Create a new user tags: - users definitions: - schema: id: Group properties: name:
RPMPackage python3-flask-login-0.4.1-5.lbn25.noarch
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.