This package allows Synapse to use LDAP as a password provider. This lets users log in to Synapse with their username and password from an LDAP server.
CoverageTestRunner is a python module for running unit tests and failing them if the unit test module does not exercise all statements in the module it tests.
Google Cloud Storage allows you to store data on Google infrastructure, and it can be used to distribute large data objects to users via direct download. This package provides a Google Cloud Storage API client library for Python.
This piece of code sets up some reader macros that make it simpler to input string literals which contain backslashes and double quotes This is very useful for writing complicated docstrings and, as it turns out, writing code that contains string literals that contain code themselves.
Zope.proxy provides generic, transparent proxies for Python. Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
This package providis typing stubs for python-dateutil.
Collection of library stubs for Python, with static types.
Korean Lunar Calendar
Method and property caching decorators.
Transparently use webpack with django.
This package provides a linter for the reStructuredText format.
This package is a Sphinx extension providing additional coroutine-specific markup.
This package provides an implementation-agnostic implementation of JSON reference resolution.
This package provides plugins for using apispec with web frameworks.
This package provides a hatch plugin to help build Jupyter packages.
This extension makes it possible to draw Mermaid diagrams in Sphinx documentation.
This package provides fixture configuration utilities for the py.test testing framework.
This package provides language definitions used by Weblatei.
This package provides a flake8 plugin to help you write better list/set/dict comprehensions.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.
Python client library for Dynamic DNS using Domain Connect protocol.
pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.