Python Libraries and Packages

The Packages section serves as a meticulously curated directory of Python Packages, Projects, and Libraries. It integrates data from thousands of PyPI projects and the associated Github repositories to form a comprehensive network. Our unique categorization and tagging approach simplifies the process of discovering related projects and libraries.

What’s missing? Submit a python project for indexing

pexpect 4.9.0

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing.

msal-extensions 1.2.0

Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.

tfx-bsl 1.16.0

tfx_bsl (TFX Basic Shared Libraries) contains libraries shared by many TFX (TensorFlow eXtended) libraries and components.