| python3-falcon |
2.0.0 |
An unladen web framework for building APIs and app backends. |
meta-openstack |
| python3-falcon |
4.2.0 |
The Falcon Web Framework |
meta-python-ai |
| python3-falcon-auth |
1.1.0 |
The Falcon Web Framework |
meta-python-ai |
| python3-falcors |
2.0.0 |
Falcon CORS middlware |
meta-python-ai |
| python3-fann2 |
1.1.2 |
Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0) |
meta-python |
| python3-fastapi |
0.116.1 |
|
meta-ros-common |
| python3-fasteners |
0.20 |
A python package that provides useful locks. |
meta-python |
| python3-fasteners-native |
0.20 |
A python package that provides useful locks |
meta-sca |
| python3-fastentrypoints |
0.12 |
Make entry_points specified in setup.py load more quickly |
meta-virtualization |
| python3-fastjsonschema |
2.21.1 |
Fastest Python implementation of JSON schema |
meta-python |
| python3-fastnumbers |
5.1.1 |
Super-fast and clean conversions to numbers. |
meta-python |
| python3-fields |
5.0.0 |
Container class boilerplate killer. |
meta-python |
| python3-file-magic |
0.4.1 |
Python front end for libmagic |
meta-python |
| python3-filelock |
3.20.3 |
A single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication |
meta-python |
| python3-findlibs |
0.1.2 |
A packages to search for shared libraries on various platforms |
meta-python-ai |
| python3-fingerprints-native |
1.2.3 |
library that helps with the generation of fingerprints for entity data |
meta-sca |
| python3-fiona |
1.9.5 |
Fiona reads and writes spatial data files |
meta-ros2 |
| python3-fire |
0.7.1 |
A library for automatically generating command line interfaces. |
meta-python-ai |
| python3-fixtures |
3.0.0 |
Fixtures, reusable state for writing clean tests and more |
meta-openstack |
| python3-flake8 |
3.8.4 |
The modular source code checker: pep8, pyflakes and co |
meta-openstack |
| python3-flake8 |
7.3.0 |
the modular source code checker: pep8 pyflakes and co |
meta-ros-common |
| python3-flake8-2020-native |
1.8.1 |
flake8 plugin which checks for misuse of `sys.version` or `sys.version_info` |
meta-sca |
| python3-flake8-annotations-complexity-native |
0.0.6+2080fe13950f8c3f2bff1197a4e4dafa9ab4bd6d |
flake8 plugin to validate annotations complexity |
meta-sca |
| python3-flake8-async-native |
25.7.1 |
A flake8 plugin that checks bad async / asyncio practices |
meta-sca |
| python3-flake8-bandit-native |
4.1.1 |
Automated security testing using bandit and flake8 |
meta-sca |
| python3-flake8-blind-except |
0.2.1 |
A flake8 extension that checks for blind except: statements |
meta-ros-common |
| python3-flake8-blind-except |
0.2.1 |
Flake8 extension that checks for blind, catch-all except statements |
meta-ros2 |
| python3-flake8-broken-line-native |
1.0.0 |
Flake8 plugin to forbid backslashes (\) for line breaks |
meta-sca |
| python3-flake8-bugbear-native |
25.11.29 |
A plugin for Flake8 finding likely bugs and design problems in your program |
meta-sca |
| python3-flake8-builtins |
3.0.0 |
Check for python builtins being used as variables or parameters |
meta-ros-common |
| python3-flake8-builtins |
2.2.0 |
Check for python builtins being used as variables or parameters |
meta-ros-common |
| python3-flake8-builtins-native |
3.1.0 |
Check for python builtins being used as variables or parameters |
meta-sca |
| python3-flake8-class-newline |
1.6.0 |
Flake8 lint for newline after class definitions. |
meta-ros-common |
| python3-flake8-class-newline |
1.6.0 |
Flake8 extension to check if a new line is present after a class definition. |
meta-ros2 |
| python3-flake8-coding-native |
1.3.2 |
Adds coding magic comment checks (coding:) to flake8 |
meta-sca |
| python3-flake8-commas-native |
4.0.0 |
Flake8 lint for trailing commas |
meta-sca |
| python3-flake8-comprehensions |
3.16.0 |
A flake8 plugin to help you write better list/set/dict comprehensions. |
meta-ros-common |
| python3-flake8-comprehensions |
3.14.0 |
A flake8 plugin to help you write better list/set/dict comprehensions. |
meta-ros-common |
| python3-flake8-comprehensions-native |
3.17.0 |
A flake8 plugin to help you write better list/set/dict comprehensions |
meta-sca |
| python3-flake8-datetimez-native |
20.10.0 |
A plugin for flake8 to ban the usage of unsafe naive datetime class |
meta-sca |
| python3-flake8-debugger-native |
4.1.2 |
flake8 debug statement checker |
meta-sca |
| python3-flake8-deprecated |
2.2.1 |
Warns about deprecated method calls |
meta-ros-common |
| python3-flake8-deprecated |
2.2.1 |
Flake8 plugin that warns about deprecated method calls |
meta-ros2 |
| python3-flake8-dlint-native |
0.10.2 |
encouraging best coding practices for python code |
meta-sca |
| python3-flake8-docstrings |
1.7.0 |
Integration of pydocstyle and flake8 for combined linting and reporting |
meta-ros-common |
| python3-flake8-docstrings-native |
1.7.0 |
Extension for flake8 which uses pydocstyle to check docstrings |
meta-sca |
| python3-flake8-encodings-native |
0.5.1 |
A Flake8 plugin to identify incorrect use of encodings |
meta-sca |
| python3-flake8-eradicate-native |
1.5.0 |
Flake8 plugin to find commented out or dead code |
meta-sca |
| python3-flake8-executable-native |
2.1.3 |
A Flake8 plugin for checking executable permissions and shebangs |
meta-sca |
| python3-flake8-fixme-native |
1.1.1 |
Check for FIXME, TODO and other temporary developer notes |
meta-sca |