Personal tools
Skip to content. | Skip to navigation
Python API and shell utilities to monitor file system events. Works on 3.7+.
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...
Client library to quickly get started with the various [Watson Developer Cloud][wdc] services.
wcag-contrast-ratio A library for computing contrast ratios, as required by WCAG 2.0.Usage Simple usage follows this pattern:.. code-block:: python >> import wcag_contrast_ratio as contrast >> black (0.0, 0.0, 0.0) >> white (1.0, 1.0, 1.0) >> contrast.rgb(black, white) Two useful helper functions are provided, to check if contrast meets the required level:.. code-block:: python >> import...
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. In some ways these libraries are similar to Python's builtin libraries as they provide a similar interface to match, filter, and glob the file system. But they also include a number of features found in Bash's globbing such as backslash escaping, brace expansion, extended glob pattern groups, etc. They also add a number of new useful functions as well, such as globmatch which functions like fnmatch, but for paths.
.. image:: https://img.shields.io/travis/jquast/wcwidth.svg :target: https://travisci.org/jquast/wcwidth :alt: Travis Continous Integration.. image:: https://img.shields.io/coveralls/jquast/wcwidth.svg :target: https://coveralls.io/r/jquast/wcwidth :alt: Coveralls Code Coverage.. image:: https://img.shields.io/pypi/v/wcwidth.svg :target: https://pypi.python.org/pypi/wcwidth/ ...
This API is mainly for Terminal Emulator implementors, or those writing programs that expect to interpreted by a terminal emulator and wish to determine the printable width of a string on a Terminal.
The WeasyPrint Python library is a rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing.
A python native client for easy interaction with a Weaviate instance. The client is tested for python 3.8 and higher. Visit the official Weaviate website for more information about the Weaviate and how to use it in production. Articles Here are some articles on Weaviate: Semantic Search Queries Return More Informed Results Getting Started with Weaviate Python Library A sub-50ms neural search with DistilBERT and Weaviate Documentation Weaviate Python client overview. Weaviate documentation. Additional reference documentation Support Use our Forum for support or any other question. Use our Slack Channel for discussions or any other question. Use the weaviate tag on StackOverflow for questions. For bugs or problems, submit a GitHub issue. Contributing To contribute, read How to Contribute.