PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms.
The build command invokes the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management. It aims to keep dependencies to a minimum, in order to make bootstrapping easier.
PySnpTools is a library for reading and manipulating genetic data. It can, for example, efficiently read whole PLINK *.bed/bim/fam files or parts of those files. It can also efficiently manipulate ranges of integers using set operators such as union, intersection, and difference.
This package contains the asynchat module as found in Python versions prior to 3.12. It is provided so that existing code relying on import asynchat is able to continue being used without significant refactoring.
This package contains the asyncore module as found in Python versions prior to 3.12. It is provided so that existing code relying on import asyncore is able to continue being used without significant refactoring.
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable.
All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.
PyWavelets is a library for wavelet transforms in Python. Wavelets are mathematical basis functions that are localized in both time and frequency. Wavelet transforms are time-frequency transforms employing wavelets. They are similar to Fourier transforms, the difference being that Fourier transforms are localized only in frequency instead of in time and frequency.
pytreegrav is a package for computing the gravitational potential and/or field of a set of particles. It includes methods for brute-force direction summation and for the fast, approximate Barnes-Hut treecode method. For the Barnes-Hut method we implement an oct-tree as a numba jitclass to achieve much higher peformance than the equivalent pure Python implementation, without writing a single line of C or Cython.
Library for simple routing on OSM data
This package provides another Scrypt module for Python.
PyNamecheap is a Namecheap API client in Python.
This package provides home directory fixtures for pytest.
This small Python module parses various kinds of time expressions.
This package provides a pytest plugin for generating HTML reports.
This package provides a Pytest plugin to run Xvfb for tests.
This package provides Python bindings for the simstring text similarity matching library.
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
This package provides a JupyterLab extension for rendering HoloViz content.
pyVHDLModel provides an unified abstract language model for VHDL written in Python.
This package provides a simple open source Python package for EEG microstate segmentation.
PyInstaller bundles a Python application and all its dependencies into a single package.
py010parser is a Python library for parsing templates for the Sweetscape 010 binary-format editor.
The pysol-cards python modules provide code to generate the initial deals of some PySol games.
This package provides pytesseract and Python wrapper library for Google's Tesseract-OCR.