You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-isodate-0.6.1-3.fc36.noarch
This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds.
RPMPackage python3-iso8601-0.1.13-5.fc36.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python3-iscsi-initiator-utils-6.2.1.4-4.git2a8f9d8.fc36.x86_64
The iscsi-initiator-utils-python3 package contains Python 3.10 bindings to the libiscsi interface for interacting with iscsi-initiator-utils
RPMPackage python3-irc-20.0.0-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :target:
RPMPackage python3-ipython_genutils-0.2.0-2.fc36.noarch
This package is a stop-gap that contains some common utilities shared by Jupyter and IPython projects during The Big Split™. As soon as possible, those packages will remove their dependency on this, and this repo will go away. No functionality should be added to this repository, and no packages outside IPython/Jupyter should depend on it.
RPMPackage python3-ipython-8.25.0-4.lbn36.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 python3-ipykernel-6.25.2-1.lbn36.noarch
IPython Kernel for Jupyter This package provides the IPython kernel for Jupyter. Installation from source git clone cd ipykernel pip install -e ".[test]" After that, all normal ipython commands will use this newly-installed version of the kernel. Running tests Follow the instructions from Installation from source. and then from the root directory pytest ipykernel Running tests with coverage pytest ipykernel -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 About the IPython Development Team The IPython Development Team is the set of all contributors to the IPython project. This includes all of the IPython subprojects. The core team that coordinates development on GitHub can be found here: https:/github.com/ipython/. Our Copyright Policy IPython uses a shared copyright model. Each contributor maintains copyright over their contributions to IPython. But, it is important to note that these contributions are typically only changes to the reposi
RPMPackage python3-ipaddress-1.0.23-1.lbn36.noarch
Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2
RPMPackage python3-iocapture-0.1.2-1.lbn36.noarch
.. -*- restructuredtext -*-.. highlight:: python Capture stdout, stderr easily with iocapture.How to use With Python > 2.5 :: import iocapture with iocapture.capture() as captured: print("hello stdout") print(captured.stdout) >>> hello stdoutWith Python < 2.5 :: import iocapture captured iocapture.capture() captured.start() print("hello stdout") captured.close() print(captured.stdout) >>>...
RPMPackage python3-interlude-1.3.1-1.lbn36.noarch
Interlude - Interactive Doctests Provides an interactive shell aka console inside your doctest case.The console looks exact like in a doctest-case and you can copy and paste code from the shell into your doctest. It feels as you are in the test case itself. Its not pdb, it's a python shell.In your doctest you can invoke the shell at any point by calling:: >>> interact(locals()) To make your...
RPMPackage python3-iniconfig-1.1.1-6.fc36.noarch
iniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name.
RPMPackage python3-inflection-0.5.1-5.fc36.noarch
Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string. Inflection is a port of Ruby on Rails’ inflector to Python. Python 3 version.
RPMPackage python3-incremental-24.7.2-1.lbn36.noarch
Incremental is a small library that versions your Python projects.
RPMPackage python3-imsvdex-1.2-1.lbn36.noarch
IMSVDEX API to access and modify XML files in the IMS Vocabulary Definition Exchange The IMS Vocabulary Definition Exchange (VDEX) specification defines a grammar for the exchange of value lists of various classes: collections often denoted "vocabulary". Specifically, VDEX defines a grammar for the exchange of simple machine-readable lists of values, or terms, together with information that...
RPMPackage python3-imapclient-2.3.1-1.lbn36.noarch
IMAPClient is an easy-to-use, Pythonic and complete IMAP client library.Features: * Arguments and return values are natural Python types. * IMAP server responses are fully parsed and readily usable. * IMAP unique message IDs (UIDs) are handled transparently. * Internationalised mailbox names are transparently handled. * Time zones are correctly handled. * Convenience methods are provided for...
RPMPackage python3-imagesize-1.3.0-1.lbn36.noarch
It parses image files' header and return image size.* PNG* JPEG2000* TIFF* NetpbmThis is a pure Python library.
RPMPackage python3-imageio-2.31.6-1.lbn36.noarch
Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 3.5+, and is easy to install.Main website: Release notes: code-block:: python >>> import imageio >>> im imageio.imread('imageio:astronaut.png') >>> im.shape im is a numpy array
RPMPackage python3-ifaddr-0.1.7-6.fc36.noarch
ifaddr is a small Python library that allows you to find all the IP addresses of the computer. Python 3 version.
RPMPackage python3-idna-3.7-2.lbn36.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 python3-hypothesis+django-6.99.13-1.lbn36.noarch
This is a metapackage bringing in django extras requires for python3-hypothesis. It makes sure the dependencies are installed.