python3 |
3.13.2 |
The Python Programming Language |
openembedded-core |
mt3339-utils-python3 |
1.0.4+gitrX |
Tools for MT3339/PA6H Based GPS |
meta-medusa-dist |
nativesdk-python3-anytree |
2.12.1 |
Powerful and Lightweight Python Tree Data Structure |
meta-sca |
nativesdk-python3-astatine |
0.3.3 |
Some handy helper functions for Python's AST module |
meta-sca |
nativesdk-python3-astor |
0.8.1 |
Python AST read/write |
meta-sca |
nativesdk-python3-astpretty |
3.0.0 |
Pretty print the output of python stdlib ast.parse |
meta-sca |
nativesdk-python3-astroids |
3.3.8 |
A common base representation of python source code for pylint and other projects |
meta-sca |
nativesdk-python3-asttokens |
3.0.0 |
Annotate AST trees with source code positions |
meta-sca |
nativesdk-python3-banal |
1.0.6 |
Commons of banal micro-functions for Python |
meta-sca |
nativesdk-python3-bandit |
1.8.3 |
Bandit is a tool designed to find common security issues in Python code |
meta-sca |
nativesdk-python3-bashate |
2.1.1 |
A pep8 equivalent for bash scripts |
meta-sca |
nativesdk-python3-beautifulsoup4 |
4.13.3 |
library that makes it easy to scrape information from web pages |
meta-sca |
nativesdk-python3-booleanpy |
4.0 |
Implements boolean algebra in one module |
meta-sca |
nativesdk-python3-charset-normalizer |
3.4.1 |
The Real First Universal Charset Detector |
meta-sca |
nativesdk-python3-click |
8.1.8 |
Python composable command line interface toolkit |
meta-sca |
nativesdk-python3-cognitive-complexity |
1.3.0 |
Library to calculate Python functions cognitive complexity via code |
meta-sca |
nativesdk-python3-colorama |
0.4.6 |
Simple cross-platform colored terminal text in Python |
meta-sca |
nativesdk-python3-darglint |
1.8.1 |
A python documentation linter |
meta-sca |
nativesdk-python3-dennis |
1.1.0 |
PO files linter to ease development and improve quality |
meta-sca |
nativesdk-python3-detect-secrets |
1.5.0 |
An enterprise friendly way of detecting and preventing secrets in code |
meta-sca |
nativesdk-python3-dill |
0.3.9 |
dill extends pythons pickle module |
meta-sca |
nativesdk-python3-eradicate |
2.3.0 |
Removes commented-out code |
meta-sca |
nativesdk-python3-flake8 |
7.1.2 |
the modular source code checker: pep8, pyflakes and co |
meta-sca |
nativesdk-python3-flake8-2020 |
1.8.1 |
flake8 plugin which checks for misuse of `sys.version` or `sys.version_info` |
meta-sca |
nativesdk-python3-flake8-annotations-complexity |
0.0.6+2080fe13950f8c3f2bff1197a4e4dafa9ab4bd6d |
flake8 plugin to validate annotations complexity |
meta-sca |
nativesdk-python3-flake8-async |
25.2.3 |
A flake8 plugin that checks bad async / asyncio practices |
meta-sca |
nativesdk-python3-flake8-bandit |
4.1.1 |
Automated security testing using bandit and flake8 |
meta-sca |
nativesdk-python3-flake8-broken-line |
1.0.0 |
Flake8 plugin to forbid backslashes (\) for line breaks |
meta-sca |
nativesdk-python3-flake8-bugbear |
24.12.12 |
A plugin for Flake8 finding likely bugs and design problems in your program |
meta-sca |
nativesdk-python3-flake8-builtins |
2.5.0 |
Check for python builtins being used as variables or parameters |
meta-sca |
nativesdk-python3-flake8-coding |
1.3.2 |
Adds coding magic comment checks (coding:) to flake8 |
meta-sca |
nativesdk-python3-flake8-commas |
4.0.0 |
Flake8 lint for trailing commas |
meta-sca |
nativesdk-python3-flake8-comprehensions |
3.16.0 |
A flake8 plugin to help you write better list/set/dict comprehensions |
meta-sca |
nativesdk-python3-flake8-datetimez |
20.10.0 |
A plugin for flake8 to ban the usage of unsafe naive datetime class |
meta-sca |
nativesdk-python3-flake8-debugger |
4.1.2 |
flake8 debug statement checker |
meta-sca |
nativesdk-python3-flake8-dlint |
0.10.2 |
encouraging best coding practices for python code |
meta-sca |
nativesdk-python3-flake8-docstrings |
1.7.0 |
Extension for flake8 which uses pydocstyle to check docstrings |
meta-sca |
nativesdk-python3-flake8-encodings |
0.5.1 |
A Flake8 plugin to identify incorrect use of encodings |
meta-sca |
nativesdk-python3-flake8-eradicate |
1.5.0 |
Flake8 plugin to find commented out or dead code |
meta-sca |
nativesdk-python3-flake8-executable |
2.1.3 |
A Flake8 plugin for checking executable permissions and shebangs |
meta-sca |
nativesdk-python3-flake8-expression-complexity |
0.0.11 |
flake8 plugin to validate expressions complexity |
meta-sca |
nativesdk-python3-flake8-fixme |
1.1.1 |
Check for FIXME, TODO and other temporary developer notes |
meta-sca |
nativesdk-python3-flake8-functions |
0.0.8 |
flake8 plugin for validation of function parameters (length, complexity, etc) |
meta-sca |
nativesdk-python3-flake8-helper |
0.2.2 |
A helper library for Flake8 plugins |
meta-sca |
nativesdk-python3-flake8-import-order |
0.18.2 |
Flake8 plugin that checks import order against various Python Style Guides |
meta-sca |
nativesdk-python3-flake8-isort |
6.1.2 |
flake8 plugin that integrates isort |
meta-sca |
nativesdk-python3-flake8-logging-format |
0.9.0 |
Flake8 extension to validate (lack of) logging format strings |
meta-sca |
nativesdk-python3-flake8-mutable |
1.2.0 |
flake8 extension for mutable default arguments |
meta-sca |
nativesdk-python3-flake8-pep3101 |
2.1.0 |
Checks for old string formatting |
meta-sca |
nativesdk-python3-flake8-plugin-utils |
1.3.3 |
The package provides base classes and utils for flake8 plugin writing |
meta-sca |