-
python3-assimp-5.0.1-6.fc36.noarch
This package contains the PyAssimp3 python bindings
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-astroid-3.3.8-2.lbn36.noarch
The aim of this module is to provide a common base representation of python
source code for projects such as pychecker, pyreverse, pylint...
It provides a compatible representation which comes from the _ast module. It
rebuilds the tree generated by the builtin _ast module by recursively walking
down the AST and building an extended ast. The new node classes have additional
methods and attributes for different usages. They include some support for
static inference and local name scopes. Furthermore, astroid builds partial
trees by inspecting living objects.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-asttokens-2.4.1-5.lbn36.noarch
The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them. This makes
it possible for tools that work with logical AST nodes to find the particular
text that resulted in those nodes, for example for automated refactoring or
highlighting.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-async-generator-1.10-12.fc36.noarch
This library generally tries hard to match the semantics of Python 3.6's native
async generators in every detail (PEP 525), with additional support for yield
from and for returning non-None values from an async generator (under the
theory that these may well be added to native async generators one day).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-async-timeout-4.0.3-1.lbn36.noarch
asyncio-compatible timeout context manager
The context manager is useful in cases when you want to apply timeout
logic around block of code or in cases when asyncio.wait_for() is not
suitable. Also it's much faster than asyncio.wait_for() because timeout
doesn't create a new task.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-attrs-25.1.0-1.lbn36.noarch
attrs is an MIT-licensed Python package with class decorators that
ease the chores of implementing the most common attribute-related
object protocols.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-audit-3.0.9-1.fc36.x86_64
The python3-audit package contains the bindings so that libaudit
and libauparse can be used by python3.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-augeas-1.1.0-4.fc36.noarch
python3-augeas is a set of Python bindings around augeas.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-autocommand-2.2.1-1.lbn36.noarch
autocommand A library to automatically generate and run simple argparse
parsers from function signatures.Installation Autocommand is installed via
pip::: $ pip install autocommandUsage Autocommand turns a function into a
command-line program. It converts the function's parameter signature into
command-line arguments, and automatically runs the function if the module was
called as __main__. In...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-autopep8-2.0.4-5.lbn36.noarch
autopep8 formats Python code based on the output of the pep8 utility.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36