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

markovify 0.9.4

A simple, extensible Markov chain generator. Uses include generating random semi-plausible sentences based on an existing text.

PyV8 0.9

The pyv8 project, created by Flier Lu, is an old codebase developed in Python 2.7. However, it does not support Python 3 and has been inactive since 2012. Despite its presence on PyPI and availability through pip, it is advised not to use this library.

In 2020, Cloudflare revived the project and created a fork called stpyv8. The new project, stpyv8, can be found on GitHub at https://github.com/cloudflare/stpyv8. Unlike pyv8, stpyv8 is not published on PyPI, so it cannot be installed using pip. Additionally, stpyv8 does not support the Windows operating system.