PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both.
This package was originally written to work in a WSGI environment, but there are extensions that allow you to use it with other frameworks.
PyTorch is a Python package that provides two high-level features:
tensor computation (like NumPy) with strong GPU acceleration;
deep neural networks (DNNs) built on a tape-based autograd system.
You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.
Note: currently this package does not provide GPU support.
PyTorch is a Python package that provides two high-level features:
tensor computation (like NumPy) with strong GPU acceleration;
deep neural networks (DNNs) built on a tape-based autograd system.
You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.
Note: currently this package does not provide GPU support.
python-pymonad
implements data structures typically available in purely functional or functional first programming languages such as Haskell and F#. Included are
Monad and Monoid data types with several common monads such as Maybe and State
Useful tools such as the
@curry
decorator for defining curried functionsType annotations to help ensure correct usage
PyVista is...
Pythonic VTK: a high-level API to the Visualization Toolkit (VTK);
mesh data structures and filtering methods for spatial datasets;
3D plotting made simple and built for large/complex data geometries.
This package provides a Pythonic, well-documented interface exposing VTK's powerful visualization backend to facilitate rapid prototyping, analysis, and visual integration of spatially referenced datasets.
Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.
By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other pymples can easily be identified.
A web profiling frontend exposes process statistics, garbage visualisation and class tracker statistics.
Pytools is a bag of things that are ``missing'' from the Python standard library:
small helper functions such as
len_iterable
,argmin
, tuple generation, permutation generation, ASCII table pretty printing, GvR'smonkeypatch_xxx
hack, the elusiveflatten
, and much more.Michele Simionato's decorator module
A time-series logging module,
pytools.log
.Batch job submission,
pytools.batchjob
.A lexer,
pytools.lex
.
This library provides fast, memory-efficient, pythonic (and command-line) access to fasta sequence files. It stores a flattened version of a fasta sequence file without spaces or headers and uses either a mmap
in numpy binary format or fseek
/fread
so the sequence data is never read into memory. It saves a pickle (.gdx
) of the start and stop (for fseek
/mmap
) locations of each header in the fasta file for internal use.
Note that this package has been deprecated in favor of pyfaidx
.
This package provides a simple Python test runner for unittest that outputs Test Anything Protocol (TAP) results to standard output. Contrary to other TAP runners for Python, pycotap...
prints TAP (and only TAP) to standard output instead of to a separate file, allowing you to pipe it directly to TAP pretty printers and processors;
only contains a TAP reporter, so no parsers, no frameworks, no dependencies, etc;
is configurable: you can choose how you want the test output and test result diagnostics to end up in your TAP output (as TAP diagnostics, YAML blocks, or attachments).
Native app used alongside the Pywalfox browser extension
This package provides parted
bindings for Python.
This library provides a timezone database for Python.
Pygments is a syntax highlighting package written in Python.
Pygments is a syntax highlighting package written in Python.
This package contains CPython bindings for libnest2d-for-cura.
Pygments is a syntax highlighting package written in Python.
Pyflakes statically checks Python source code for common errors.
pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.
Python interface of BigDFT for electronic structure calculation based on Daubechies wavelets.
This package provides a generic API for dispatch to Pyro backends.
This package provides a Python library for probabilistic modeling and inference.
pyzabbix
is a Python module for working with the Zabbix API.
This package provides Python bindings to the libBigWig library for accessing bigWig files.
This module lets you draw large letter from ordinary characters in pure Python.