You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-flask-caching-1.7.2-1.lbn25.noarch
Flask-Caching Adds easy cache support to Flask.Setup The Cache Extension can either be initialized directly:.. code:: python from flask import Flask from flask_caching import Cache app Flask(__name__) For more configuration options, check out the documentation cache Cache(app, config{"CACHE_TYPE": "simple"})Or through the factory method:.. code:: python cache Cache(config{"CACHE_TYPE":...
RPMPackage python3-flask-bcrypt-0.7.1-1.lbn25.noarch
Flask-Bcrypt Bcrypt hashing for your Flask.
RPMPackage python3-flask-appbuilder-2.1.13-1.lbn25.noarch
Flask App Builder Simple and rapid application development framework, built on top of Flask <
RPMPackage python3-flask-admin-1.5.3-1.lbn25.noarch
Flask-Admin The project was recently moved into its own organization. Please update your references to *git@github.com:flask-admin/flask-admin.git*. Introduction Flask-Admin is a batteries-included, simple-to-use Flask < extension that lets you add admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such
RPMPackage python3-flask-1.0.2-5.lbn25.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.