$npx skillfedfor your agent

Packages starting with 'F'

546 packages · page 7 of 14

Packages

fish-audio-sdk Worth it
PyPI · Python Modules · released Mar 2026

Official Python client for the Fish Audio API, providing text-to-speech, speech-to-text, voice cloning, and real-time streaming capabilities with both synchronous and asynchronous interfaces.

Apache-2.0pure Python · 3.9+
192.1Kdownloads / mo
fissix Worth it
PyPI · Libraries · released Apr 2024

fissix is a backport of Python's lib2to3 library with enhancements, providing tools for automated code transformation and refactoring across Python versions.

Install it if you need to build refactoring tools, automate code migrations, or integrate lib2to3 into a pipeline.

permissive licensepure Python · 3.8+
582.9Kdownloads / mo
fit-tool Worth it
PyPI · Utilities · released Aug 2026

Reads and writes Garmin FIT files for Activity, Workout, and Course workflows, with support for parsing, validation, streaming, and format conversion.

BSD-3-Clausepure Python · 3.9+
145.5Kdownloads / mo
fitdecode With conditions
PyPI · Utilities · released Aug 2025

Parses and decodes FIT files (Garmin's ANT+ fitness data format) into Python objects, with command-line tools to convert FIT to JSON or human-readable text.

permissive licensepure Python · 3.6+aging
103.8Kdownloads / mo
fitparse With conditions
PyPI · Utilities · released Sep 2020

Parses ANT/Garmin .FIT binary files, extracting structured data like timestamps, coordinates, and device metrics from fitness device recordings.

However, be aware that the maintainer recommends fitdecode as an alternative and is not actively developing this package.

permissive licensebuilds from sourcedormant
130.0Kdownloads / mo
fitsio With conditions
PyPI · Astronomy · released Jul 2026

fitsio reads and writes FITS (Flexible Image Data Format) files, the standard format for astronomical data, into and from NumPy arrays with support for image, binary table, and ASCII table extensions.

GPL-2.0-or-latercompiled wheel · 3.10+
87.0Kdownloads / mo
fivetran-connector-sdk With conditions
PyPI · Application Frameworks · released Aug 2026

Build and deploy custom Python data connectors that run in Fivetran's cloud environment, handling data extraction, transformation, and loading for sources Fivetran doesn't natively support.

Install only if you have a specific unsupported source in mind and are comfortable writing Python code to define the connector logic.

MITpure Python · 3.10+
216.5Kdownloads / mo
fix-busted-json With conditions
PyPI · Text Processing · released Jan 2026

Repairs malformed JSON strings by fixing common syntax errors like unquoted keys, wrong quote types, missing commas, and Python literal values, then optionally extracts JSON objects from surrounding text.

MITpure Python · 3.6+aging
100.7Kdownloads / mo
fixedint With conditions
PyPI · Utilities · released Sep 2022

Provides fixed-width integer classes that preserve their bit width across arithmetic operations, with both mutable and immutable variants for emulating machine integers.

However, do not use it if you require active bug fixes or Python version support beyond what was tested at the last release in 2022.

permissive licensepure Pythondormant
4.4Mdownloads / mo
FixedWidth With conditions
PyPI · Text Processing · released Jun 2018

Converts between Python dictionaries and fixed-width text files in both directions, with configuration-driven field parsing and validation.

However, be aware that maintenance is aging (last release 2018) and Python version support is unspecified—test compatibility with your target Python version before…

permissive licensepure Pythonaging
1.1Mdownloads / mo
fixit With conditions
PyPI · Python Modules · released Nov 2025

Fixit is a configurable linting framework built on LibCST that detects code issues and generates suggested auto-fixes, which can be applied automatically or reviewed before acceptance.

MITpure Python · 3.9+
417.8Kdownloads / mo
fixtures Worth it
PyPI · Testing · released Mar 2026

Provides a reusable fixture contract for unit testing that manages setup, cleanup, and state composition without requiring test class hierarchies.

Install it if you write unit tests and want cleaner, more reusable test state management.

Apache-2.0pure Python · 3.10+
737.0Kdownloads / mo
fjaraskupan With conditions
PyPI · Networking · released May 2026

Control Fjäråskupan kitchen fans over Bluetooth via async Python code or command-line interface, supporting fan speed and light control.

MITpure Python · 3.10+
73.5Kdownloads / mo
fla-core Worth it
PyPI · Artificial Intelligence · released Jul 2026

Provides hardware-efficient implementations of linear attention, sparse attention, state space models, and hybrid sequence model architectures, verified across NVIDIA, AMD, and Intel platforms.

permissive licensepure Python · 3.10+
696.0Kdownloads / mo
FlagEmbedding With conditions
PyPI · Artificial Intelligence · released Apr 2026

FlagEmbedding provides embedding and reranking models for semantic search and retrieval-augmented generation (RAG), supporting dense retrieval, multilingual queries, and document ranking.

license unclearpure Python
632.8Kdownloads / mo
flagsmith Worth it
PyPI · Software Development · released Aug 2026

Flagsmith is a Python SDK for managing feature flags and remote configuration across multiple projects and environments, allowing you to toggle features and update settings without redeploying your application.

permissive licensepure Python
1.2Mdownloads / mo
flagsmith-flag-engine With conditions
PyPI · Software Development · released Jun 2026

Evaluates feature flags and remote configuration rules using a lightweight, pure-Python engine that powers the Flagsmith API.

However, verify first whether you need the full Flagsmith platform or just this engine—it is a specialized component designed primarily to power the main Flagsmith…

BSD-3-Clausepure Python
1.0Mdownloads / mo
flair With conditions
PyPI · Artificial Intelligence · released Feb 2025

Flair is a PyTorch-based NLP framework that applies pre-trained models for named entity recognition, sentiment analysis, part-of-speech tagging, and other sequence labeling tasks, plus text embedding and model training capabilities.

However, verify that the aging maintenance status (555 days since last release) does not conflict with your dependency update cycles, and test compatibility with your…

permissive licensepure Python · 3.9+aging
234.3Kdownloads / mo
flake8 Worth it
PyPI · Python Modules · released Jun 2025

Flake8 is a command-line tool that combines PyFlakes, pycodestyle, and McCabe to check Python code for style violations, logical errors, and complexity issues in a single pass.

MITpure Python · 3.9+
58.4Mdownloads / mo
flake8-annotations Worth it
PyPI · Python Modules · released Oct 2025

A Flake8 plugin that enforces PEP 3107-style function type annotations by detecting missing parameter and return type hints in Python code.

Install it if your team wants to mandate or gradually adopt type annotations.

MITpure Python · 3.10+
693.2Kdownloads / mo
flake8-annotations-complexity Worth it
PyPI · Python Modules · released Aug 2026

A flake8 plugin that flags type annotations exceeding configurable complexity thresholds, measuring nesting depth and element count to encourage simpler, more readable type hints.

Install it if your team values readable, maintainable type hints.

MITpure Python · 3.10+
332.8Kdownloads / mo
flake8-async With conditions
PyPI · Quality Assurance · released Jul 2026

A flake8 plugin that detects async-related issues in code using Trio, AnyIO, or asyncio, flagging bugs, dead code, performance problems, and idiom violations.

MITpure Python · 3.9+
351.9Kdownloads / mo
flake8-bandit With conditions
PyPI · Python Modules · released Aug 2022

Integrates bandit security checks into flake8 linting, reporting security issues as flake8 violations with 'S' prefixes instead of the default 'B' codes.

However, the dormant maintenance status (last release August 2022) means you should verify compatibility with your current flake8 and bandit versions before relying…

MITpure Python · 3.6+dormant
532.0Kdownloads / mo
flake8-black With conditions
PyPI · Python Modules · released Sep 2025

A flake8 plugin that runs black's code style validation within the flake8 linting ecosystem, reporting violations with BLK error codes when black would make formatting changes.

MITpure Python · 3.9+
668.8Kdownloads / mo
flake8-blind-except With conditions
PyPI · Quality Assurance · released Mar 2022

A flake8 plugin that detects overly broad exception handlers—bare except: statements and catch-all except Exception: blocks—flagging them as B901 and B902 respectively.

However, do not install if you require active maintenance or compatibility with very recent Python versions—test thoroughly first, since the package is abandoned and…

permissive licensebuilds from sourceabandoned
132.1Kdownloads / mo
flake8-broken-line With conditions
PyPI · Python Modules · released May 2023

A flake8 plugin that detects and forbids backslash line continuations in Python code, enforcing cleaner alternatives like parentheses or implicit string concatenation.

MITpure Pythondormant
709.8Kdownloads / mo
flake8-bugbear Worth it
PyPI · Python Modules · released Nov 2025

A flake8 plugin that detects likely bugs and design problems in Python code through opinionated linting rules not covered by pyflakes or pycodestyle.

MITpure Python · 3.10+
5.0Mdownloads / mo
flake8-builtins With conditions
PyPI · Software Development · released Oct 2025

A flake8 plugin that detects when Python builtins are shadowed by variables, parameters, class attributes, imports, or lambda arguments in your code.

GPL-2.0-onlypure Python · 3.10+aging
989.9Kdownloads / mo
flake8-class-attributes-order With conditions
PyPI · Python Modules · released Mar 2025

A flake8 extension that enforces a configurable order for class attributes, methods, and nested elements, and detects class-level logic that should be in `__init__`.

However, verify compatibility with your current flake8 version before adopting.

permissive licensepure Python · 3.9+aging
363.2Kdownloads / mo
flake8-cognitive-complexity Skip
PyPI · Python Modules · released Aug 2020

A flake8 extension that checks Python code for cognitive complexity, flagging functions that exceed a configurable threshold (default 7) to help identify overly complex logic.

permissive licensebuilds from source · 3.6+abandoned
298.5Kdownloads / mo
flake8-commas With conditions
PyPI · Python Modules · released May 2024

A flake8 plugin that enforces trailing comma placement in Python code to reduce merge conflicts in multi-line dictionaries, lists, and function calls.

However, note that maintenance is aging (last release 820 days ago); if you need active support or compatibility with very recent Python/flake8 versions, consider…

MITpure Python · 3.8+aging
310.4Kdownloads / mo
flake8-comprehensions Worth it
PyPI · Quality Assurance · released Sep 2025

A flake8 plugin that detects and suggests rewrites for inefficient or redundant list, set, and dict comprehensions and related constructs.

Install it if your team values code idiomaticity and performance-conscious Python style.

MITpure Python · 3.9+
1.9Mdownloads / mo
flake8-copyright With conditions
PyPI · Quality Assurance · released Feb 2023

A flake8 plugin that enforces the presence of copyright notices in Python files by scanning for copyright statements matching configurable patterns.

However, verify it works with your flake8 version and confirm the license terms before use.

license unclearpure Pythondormant
82.3Kdownloads / mo
flake8-debugger With conditions
PyPI · Python Modules · released Apr 2022

A flake8 plugin that detects debugger statements (pdb, ipdb, pudb, breakpoint, and IPython.terminal.embed) left in Python code during linting.

However, be aware that the project is abandoned and may not be maintained for compatibility with future flake8 versions—verify it works with your current flake8…

MITpure Python · 3.7+abandoned
338.2Kdownloads / mo
flake8-deprecated With conditions
PyPI · Software Development · released Oct 2025

A flake8 plugin that detects calls to deprecated methods and suggests their modern replacements during code linting.

GPL-2.0-onlypure Python · 3.10+aging
83.9Kdownloads / mo
flake8-django With conditions
PyPI · Python Modules · released Jul 2023

A flake8 plugin that detects Django-specific code style violations and anti-patterns in Django projects, enforcing rules like proper null handling on model fields, correct ModelForm configuration, and model method definitions.

GPL-3.0-or-laterbuilds from sourcedormant
87.6Kdownloads / mo
flake8-docstrings Worth it
PyPI · Quality Assurance · released Jan 2023

Integrates pydocstyle docstring checking into flake8, allowing you to enforce docstring conventions (PEP 257, numpy, google, or custom) as part of your flake8 linting workflow.

Install it if you use flake8 and want to enforce docstring conventions without adding a separate linting tool to your workflow.

MITpure Python · 3.7+
2.1Mdownloads / mo
flake8-eradicate With conditions
PyPI · Python Modules · released May 2023

A flake8 plugin that detects commented-out code in Python files and reports it as a linting error, helping maintain code cleanliness by flagging dead code that should be removed.

MITpure Pythonaging
764.4Kdownloads / mo
flake8-executable With conditions
PyPI · Python Modules · released Jan 2023

A Flake8 plugin that detects and reports mismatches between Python file executable permissions and shebang lines, catching five specific permission and shebang errors.

Install it if your team or project cares about consistent script permissions; skip it if you don't distribute or run Python files as executables.

LGPL-3.0-or-laterpure Python · 3.6+
238.0Kdownloads / mo
flake8-expression-complexity Worth it
PyPI · Python Modules · released Aug 2026

A flake8 extension that detects overly complex expressions in Python code and reports them as style violations, with configurable thresholds and optional Django ORM query exemption.

Install it if your team values expression readability and wants automated enforcement; the low friction and active maintenance make it a safe addition to any flake8…

MITpure Python · 3.10+
341.5Kdownloads / mo