You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pydotplus-2.0.2-2.lbn19.noarch
PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz's Dot language. Python 3 version.
RPMPackage python3-pydot-1.2.2-1.lbn19.noarch
An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any of the format's supported by the Graphviz tools dot, neato, twopi.
RPMPackage python3-pybtex-0.20.1-2.lbn19.noarch
Pybtex is a BibTeX-compatible bibliography processor written in Python. Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line options, fully supports BibTeX’s .bst styles and produces byte-identical output. Additionally: - Pybtex is Unicode-aware. - Pybtex supports bibliography formats other than BibTeX. - It is possible to write formatting styles in Python. - As a bonus, Pythonic styles can produce HTML, Markdown and other markup besides the usual LaTeX. Pybtex also includes a Python API for managing bibliographies from Python.
RPMPackage python3-ptyprocess-0.5.1-1.lbn19.noarch
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.
RPMPackage python3-prompt_toolkit-1.0.5-1.lbn19.noarch
Python Prompt Toolkit |Build Status| |PyPI|prompt_toolkit is a library for building powerful interactive command lines and terminal applications in Python.Read the documentation on readthedocs <http://p ythonprompttoolkit.readthedocs.io/en/stable/>_.********ptpython <http://github.com/jonathanslenders/ptpython/>_ is an interactive Python Shell, build on top of prompt_toolkit... image :: ...
RPMPackage python3-prompt-toolkit-1.0.0-1.lbn19.noarch
Python Prompt Toolkit ===================== |Build Status| |PyPI| ``prompt_toolkit`` is a library for building powerful interactive command lines and terminal applications in Python. Read the `documentation on readthedocs <http://python-prompt-toolkit.readthedocs.org/en/stable/>`_. Ptpython ******** `ptpython <http://github.com/jonathanslenders/ptpython/>`_ is an interactive Python ...
RPMPackage python3-preshed-0.46.4-1.lbn19.x86_64
.. image:: https://travisci.org/spacyio/preshed.svg?branchmaster :target: https://travisci.org/spacyio/preshedCython Hash Table for PreHashed Keys Simple but high performance Cython hash table mapping prerandomized keys to void* values.Inspired by: http://preshing.com/20130107/thishashtableisfasterthanajudyarray/
RPMPackage python3-pickleshare-0.7.3-1.lbn19.noarch
PickleShare - a small ‘shelve’ like datastore with concurrency support Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. Concurrency is possible because the values are stored in separate files. Hence the “database” is a directory where all files are governed by PickleShare.
RPMPackage python3-pandocfilters-1.3.0-1.lbn19.noarch
pandocfilters A python module for writing pandoc <http://pandoc.org/>_ filtersWhat are pandoc filters? Pandoc filters are pipes that read a JSON serialization of the Pandoc AST from stdin, transform it in some way, and write it to stdout. They can be used with pandoc (> 1.12) either using pipes :: pandoc t json s | ./caps.py | pandoc f jsonor using the filter (or F) commandline option. :: ...
RPMPackage python3-pandoc-attributes-0.1.7-1.lbn19.noarch
UNKNOWN
RPMPackage python3-pandas-finance-0.1.1-1.lbn19.noarch
pandasdatareader Up to date remote data access for pandas, works for multiple versions of pandas... image:: https://travisci.org/davidastephens/pandasfinance.svg?branchmaster :target: https://travisci.org/davidastephens/pandasfinance.. image:: h ttps://coveralls.io/repos/davidastephens/pandasfinance/badge.svg?branc hmaster :target: https://coveralls.io/r/davidastephens/pandasfinance.. ...
RPMPackage python3-pandas-datareader-0.2.1-1.lbn19.noarch
pandasdatareader Up to date remote data access for pandas, works for multiple versions of pandas... image:: https://travisci.org/pydata/pandasdatareader.svg?branchmaster :target: https://travisci.org/pydata/pandasdatareader.. image:: https: //coveralls.io/repos/pydata/pandasdatareader/badge.svg?branchmaster :target: https://coveralls.io/r/pydata/pandasdatareader.. ...
RPMPackage python3-pandas-0.18.1-2.lbn19.x86_64
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. Python 3 version.
RPMPackage python3-orderedset-2.0-2.lbn19.x86_64
This package contains an ordered set implementation in Cython. Features: - Works like a regular set, but remembers insertion order; - Is approximately 5 times faster than the pure Python implementation overall (and 5 times slower than set); - Compatible with Python 2.6 through 3.4.; - Supports the full set interface; - Supports some list methods, like index and __getitem__. - Supports set methods against iterables.
RPMPackage python3-ordered-set-2.0.0-3.lbn19.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up. This package contains python3 bindings.
RPMPackage python3-numpy-f2py-1.11.0-4.lbn19.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-1.11.0-4.lbn19.x86_64
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
RPMPackage python3-notedown-1.5.0-1.lbn19.noarch
*Python 2/3 and IPython 4 / Jupyter compatible!*Convert IPython Notebooks to markdown (and back) [notedown] is a simple tool to create [IPython notebooks][ipython] from markdown (and rmarkdown).[ipython]: http://www.ipython.org/notebook [notedown]: http://github.com/aaren/notedownnotedown separates your markdown into code and not code. Code blocks (fenced or indented) go into input cells, ...
RPMPackage python3-notebook-4.2.2-1.lbn19.noarch
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.Read the documentation <https://jupyternotebook.readthedocs.org>_ for more information.
RPMPackage python3-nltk-3.2.1-1.lbn19.noarch
The Natural Language Toolkit (NLTK) is a Python package for natural language processing. NLTK requires Python 2.7, or 3.2+.