This package provides unofficial Python 3 Bindings for the NVIDIA Management Library
This package converts the Shape Expression Compact (ShExC) into Python JSON Schema Binding (pyjsg) objects.
This package converts the Shape Expression Compact (ShExC) into Python JSON Schema Binding (pyjsg) objects.
Python Netlink library.
Native app used alongside the Pywalfox browser extension
Pygments is a syntax highlighting package written in Python.
Pygments is a syntax highlighting package written in Python.
Python interface of BigDFT for electronic structure calculation based on Daubechies wavelets.
Librairies for Multivariate Data Analysis and Dimensionality Reduction for very large datasets.
This package provides a library and command-line tool for generating Github-style badges
The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.
python-pypubsub
provides a pure Python publish-subscribe API to facilitate event-based or message-based architecture in a single-process application. It is centered on the notion of a topic; senders publish messages of a given topic, and listeners subscribe to messages of a given topic, all inside the same process. The package also supports a variety of advanced features that facilitate debugging and maintaining topics and messages in larger desktop or server-based applications.
Python bindings for the libwayland library written in pure Python
Pygame is a library for the development of multimedia applications like video games using Python. It uses the SDL library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.
BDD for pytest
This package provides a tool and library for dynamic library injection into running processes.
Helps create GUIs for games made using pygame Community Edition. Features HTML-style text formatting, localization, theme files to control the look and a system to manage multiple windows of GUI stuff.
Extensions to the standard Python datetime module
pyVHDLModel
provides an unified abstract language model for VHDL written in Python.
PyInstaller
bundles a Python application and all its dependencies into a single package.
Documentation at https://melpa.org/#/python-pytest
Redis fixtures and fixture factories for Pytest. This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for Redis process and client.
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.
This package provides a pytest-runner
command that setup.py
files can use to run tests.