You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-olefile-0.46-16.fc36.noarch
olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. Python3 version.
RPMPackage python3-oembed-0.2.4-1.lbn36.noarch
Python-oembed This library provides a pure python OEmbed consumer to get resources from OEmbed providers.Based on reference from is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.OEmbed...
RPMPackage python3-odict-1.9.0-1.lbn36.noarch
Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position.
RPMPackage python3-odfpy-1.4.1-2.fc36.noarch
Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. These checks and the API itself were generated from the RelaxNG schema, and then hand-edited. Therefore the API is complete and can handle all ODF constructions, but could be improved in its understanding of data types. This package provides Python 3 build of odfpy.
RPMPackage python3-oauthlib+signedtoken-3.2.2-1.lbn36.noarch
This is a metapackage bringing in signedtoken extras requires for python3-oauthlib. It makes sure the dependencies are installed.
RPMPackage python3-oauthlib-3.2.2-1.lbn36.noarch
OAuthLib - Python Framework for OAuth1 & OAuth2 *A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python 2.7 and 3.4+.* .. image::
RPMPackage python3-oauth2-1.9.0-24.post1.fc36.noarch
Oauth2 was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork. A number of notable differences exist between this code and its forefathers: - 100% unit test coverage. - The DataStore object has been completely ripped out. While creating unit tests for the library I found several substantial bugs with the implementation and confirmed with Andy Smith that it was never fully baked. - Classes are no longer prefixed with OAuth. - The Request class now extends from dict. - The library is likely no longer compatible with Python 2.3. - The Client class works and extends from httplib2. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
RPMPackage python3-oauth-1.0.1-1.lbn36.noarch
UNKNOWN
RPMPackage python3-numpy-stl-2.16.3-1.fc36.x86_64
Simple library to make working with STL files (and 3D objects in general) fast and easy. Due to all operations heavily relying on NumPy this is one of the fastest STL editing libraries for Python available.
RPMPackage python3-numpy-f2py-2.2.4-1.lbn36.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-doc-2.2.4-1.lbn36.noarch
This package provides the complete documentation for NumPy.
RPMPackage python3-numpy-2.2.4-1.lbn36.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-numexpr-2.10.2-2.lbn36.x86_64
The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It’s the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime.
RPMPackage python3-notebook-7.2.0-1.lbn36.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.
RPMPackage python3-nosexcover-1.0.11-1.lbn36.noarch
nose-xmlcover --A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml.It will honor all the options you pass to the Nose coverage plugin < especially --cover- package.UsageYou can not use both --with-xcoverage and --with- coverage. Using --with-xcover implies --with-coverageIf you want to change the name of the output file...
RPMPackage python3-nftables-1.0.1-3.fc36.x86_64
The nftables python module provides an interface to libnftables via ctypes.
RPMPackage python3-newt-0.52.21-12.lbn36.x86_64
The python3-newt package contains the Python 3 bindings for the newt library providing a python API for creating text mode interfaces.
RPMPackage python3-networkx-3.4.2-1.lbn36.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python3-netifaces-0.11.0-2.fc36.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python3-netaddr-shell-0.8.0-8.fc36.noarch
An IPython-based shell environment for the netaddr library