Personal tools
Skip to content. | Skip to navigation
vertica-python is the official Vertica database client for the Python programming language. Please check the [project homepage]( for the details.
vine - Python Promises |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|:Version: 5.1.0 :Web: :Download: :Source: :Keywords: promise, async, futureAbout This is a special implementation of promises in that it can be used both for promise of a value and lazy evaluation. The biggest upside for this is that everything in a promise can also be a promise, e.g. filters, callbacks and...
Watchtower: Python CloudWatch Logging Watchtower is a log handler for Amazon Web Services CloudWatch Logs < Logs is a log management service built into AWS. It is conceptually similar to services like Splunk, Datadog, and Loggly, but is more lightweight, cheaper, and tightly integrated with the rest of AWS.Watchtower, in turn, is a lightweight adapter between the Python logging system < and...
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
With wtforms, your form field HTML can be generated for you. This allows you to maintain separation of code and presentation, and keep those messy parameters out of your python code.
This is a metapackage bringing in email extras requires for python3-wtforms. It makes sure the dependencies are installed.
yarg(1) -- A semi hard Cornish cheese, also queries PyPI .. image::
yaspin: **Y**\ et **A**\ nother Terminal **Spin**\ ner for Python |Coverage| |pypi| |black-fmt||Versions| |Wheel| |Examples||DownloadsTot| |DownloadsW| Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations. It is easy to integrate into existing codebase by using it as a context manager_ or as a function decorator_:.. code:: python import time
Zeep: Python SOAP client A Python SOAP clientHighlights: * Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3 * Build on top of lxml, requests and httpx * Support for Soap 1.1, Soap 1.2 and HTTP bindings * Support for WS- Addressing headers * Support for WSSE (UserNameToken / x.509 signing) * Support for asyncio using the httpx module * Experimental support for XOP messages Please see...