Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. This library is now part of Python (since Python 3.3), available via the unittest.mock
module.
MMTK is a library for molecular simulations with an emphasis on biomolecules. It provides widely used methods such as Molecular Dynamics and normal mode analysis, but also basic routines for implementing new methods for simulation and analysis. The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.
Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA, which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. Pyro 3.x is no longer maintained. New projects should use Pyro4 instead, which is the new Pyro version that is actively developed.
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow. It was developed with a focus on enabling fast experimentation. Use Keras if you need a deep learning library that:
Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).
Supports both convolutional networks and recurrent networks, as well as combinations of the two.
Runs seamlessly on CPU and GPU.
A wheel is a ZIP-format archive with a specially formatted filename and the .whl
extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the Unpack
step and the unpacked archive preserves enough information to Spread
(copy data and scripts to their final locations) at any later time. Wheel files can be installed with a newer pip
or with wheel's own command line utility.
Ginga is a toolkit designed for building viewers for scientific image data in Python, visualizing 2D pixel data in numpy arrays. It can view astronomical data such as contained in files based on the FITS (Flexible Image Transport System) file format. It is written and is maintained by software engineers at the National Astronomical Observatory of Japan (NAOJ), the Space Telescope Science Institute (STScI), and other contributing entities.
The Ginga toolkit centers around an image display object which supports zooming and panning, color and intensity mapping, a choice of several automatic cut levels algorithms and canvases for plotting scalable geometric forms. In addition to this widget, a general purpose "reference" FITS viewer is provided, based on a plugin framework. A fairly complete set of standard plugins are provided for features that we expect from a modern FITS viewer: panning and zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.
PyFIM is an extension module that makes several frequent item set mining implementations available as functions in Python 2.7.x & 3.8.x. Currently apriori, eclat, fpgrowth, sam, relim, carpenter, ista, accretion and apriacc are available as functions, although the interfaces do not offer all of the options of the command line program. (Note that lcm
is available as an algorithm mode of eclat
). There is also a "generic" function fim
, which is essentially the same function as fpgrowth
, only with a simplified interface (fewer options).
Finally, there is a function arules
for generating association rules (simplified interface compared to apriori
, eclat
and fpgrowth
, which can also be used to generate association rules.
.
Portable archive file manager.
Simple python varint implementation
Non-Metric Space Library (NMSLIB)
Simple immutable types for python.
Export data as binary VTK files
This package provides type hints for Python.
This package provides a python ShEx Implementation.
Assembles fem matrices using an efficient vectorization method.
The runtime library msrest
for AutoRest generated Python clients.
ndjson with the same interface as the builtin json module.
This package provides a library for writing Neovim plugins in Python.
This package provides a parallel Python test runner built around subunit.
This package provides a zero-boilerplate 2D games framework built around pygame.
Python wrapper for the GitHub API http://developer.github.com/v3.
Coroutine based cosimulation testbench environment for verifying VHDL and Verilog RTL using Python.