-
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...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-incremental-24.7.2-1.lbn36.noarch
Incremental is a small library that versions your Python projects.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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) >>>...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ipaddress-1.0.23-1.lbn36.noarch
Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36