You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-ipywidgets-4.1.1-1.lbn19.noarch
Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
RPMPackage python-ipython-notebook-5.0.0-1.lbn19.noarch
IPython provides a replacement for the interactive Python interpreter with extra functionality. Main features: * Comprehensive object introspection. * Input history, persistent across sessions. * Caching of output results during a session with automatically generated references. * Readline based name completion. * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). * Session logging and reloading. * Extensible syntax processing for special purpose situations. * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler. This package contains the ipython notebook.
RPMPackage python-ipython-gui-5.0.0-1.lbn19.noarch
This package contains the gui of ipython, which requires PyQt.
RPMPackage python-ipython-console-5.0.0-1.lbn19.noarch
IPython provides a replacement for the interactive Python interpreter with extra functionality. Main features: * Comprehensive object introspection. * Input history, persistent across sessions. * Caching of output results during a session with automatically generated references. * Readline based name completion. * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). * Session logging and reloading. * Extensible syntax processing for special purpose situations. * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler. This package provides IPython for in a terminal.
RPMPackage python-ipyparallel-4.1.0-1.lbn19.noarch
IPyParallel is IPython’s sophisticated and powerful architecture for parallel and distributed computing. This architecture abstracts out parallelism in a very general way, which enables IPython to support many different styles of parallelism including: Single program, multiple data (SPMD) parallelism. Multiple program, multiple data (MPMD) parallelism. Message passing using MPI. Task farming. Data parallel. Combinations of these approaches. Custom user defined approaches. Most importantly, IPython enables all types of parallel applications to be developed, executed, debugged and monitored interactively. Hence, the I in IPython. The following are some example usage cases for IPython: Quickly parallelize algorithms that are embarrassingly parallel using a number of simple approaches. Many simple things can be parallelized interactively in one or two lines of code. Steer traditional MPI applications on a supercomputer from an IPython session on your laptop. Analyze and visualize large datasets (that could be remote and/or distributed) interactively using IPython and tools like matplotlib/TVTK. Develop, test and debug new parallel algorithms (that may use MPI) interactively. Tie together multiple MPI jobs running on different systems into one giant distributed and parallel system. Start a parallel job on your cluster and then have a remote collaborator connect to it and pull back data into their local IPython session for plotting and analysis. Run a set of tasks on a set of CPUs using dynamic load balancing.
RPMPackage python-ipykernel-4.2.1-1.lbn19.noarch
This package provides the IPython kernel for Jupyter.
RPMPackage python-imgcreate-19.6-1.fc19.armv6hl
Python modules that can be used for building images for things like live image or appliances.
RPMPackage python-imaging-sane-2.4.0-2.lbn19.x86_64
This package contains the sane module for Python which provides access to various raster scanning devices such as flatbed scanners and digital cameras.
RPMPackage python-imaging-sane-2.4.0-2.lbn19.armv6hl
This package contains the sane module for Python which provides access to various raster scanning devices such as flatbed scanners and digital cameras.
RPMPackage python-idna-2.0-1.lbn19.noarch
A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the "encodings.idna" module that comes with the Python standard library but currently only supports the older 2003 specification.
RPMPackage python-httplib2-0.9.2-2.lbn19.noarch
A comprehensive HTTP client library that supports many features left out of other HTTP libraries.
RPMPackage python-gunicorn-19.4.5-1.lbn19.noarch
Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI, Django, and Paster applications.
RPMPackage python-greenlet-0.4.0-1.fc19.armv6hl
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".
RPMPackage python-gpod-0.8.3-8.lbn19.1.x86_64
A python module to access iPod content. This module provides bindings to the libgpod library.
RPMPackage python-gpod-0.8.2-10.fc19.armv6hl
A python module to access iPod content. This module provides bindings to the libgpod library.
RPMPackage python-googleads-doc-3.11.0-1.lbn19.noarch
Documentation and examples for googleads
RPMPackage python-googleads-4.5.1-2.lbn19.noarch
The googleads Python Client Libraries support the following products: AdWords API DoubleClick for Advertisers API DoubleClick for Publishers API This client library simplifies accessing Google's SOAP Ads APIs - AdWords, DoubleClick Ad Exchange SOAP, DoubleClick for Advertisers, and DoubleClick for Publishers. The library provides easy ways to store your authentication and create SOAP web service clients. It also contains example code to help you get started integrating with our APIs.
RPMPackage python-google-api-client-1.5.3-1.lbn19.noarch
This is the Python client library for Google's discovery based APIs. To get started, please see the full documentation for this library. Additionally, dynamically generated documentation is available for all of the APIs supported by this library.
RPMPackage python-gflags-2.0-2.lbn19.noarch
This project is the python equivalent of google-gflags, a Google commandline flag implementation for C++. It is intended to be used in situations where a project wants to mimic the command-line flag handling of a C++ app that uses google-gflags, or for a Python app that, via swig or some other means, is linked with a C++ app that uses google-gflags. The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)
RPMPackage python-gevent-0.13.8-2.fc19.armv6hl
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate