You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-packaging-24.2-1.lbn36.noarch
Reusable core utilities for various Python Packaging interoperability specifications. This library provides utilities that implement the interoperability specifications which have clearly one correct behaviour (eg: PEP 440) or benefit greatly from having a single shared implementation (eg: PEP 425). The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities. Documentation The documentation provides information and the API for the following: Version Handling Specifiers Markers Requirements Tags Utilities Installation Use pip to install these utilities: pip install packaging The packaging library uses calendar-based versioning (YY.N). Discussion If you run into bugs, you can file them in our issue tracker. You can also join #pypa on Freenode to ask questions or get involved. Code of Conduct Everyone interacting in the packaging project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF
RPMPackage python3-ordereddict-1.1-1.lbn36.noarch
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big- oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). Originally based on http://code.activestate.com/recipes/576693/
RPMPackage python3-openpyxl-3.1.1-1.lbn36.noarch
openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python the Office Open XML format.
RPMPackage python3-openid-3.2.0-1.lbn36.noarch
This started out as a fork of the Python OpenID library, with changes to make it Python 3 compatible. It's now a port of that library, including cleanups and updates to the code in general.
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-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-odata-query+django-0.5.2-1.fc36.noarch
This is a metapackage bringing in django extras requires for python3-odata-query. It makes sure the dependencies are installed.
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-1.26.4-1.lbn36.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python3-numpy-doc-1.26.4-1.lbn36.noarch
This package provides the complete documentation for NumPy.
RPMPackage python3-numpy-1.26.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.8.4-1.fc36.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.