$npx skillfedfor your agent

Packages starting with 'C'

842 packages · page 14 of 22

Packages

compel Worth it
PyPI · Artificial Intelligence · released May 2026

Compel lets you re-weight different parts of text prompts to control how much influence each part has on the embedding tensor produced by diffusion models, using an intuitive syntax like `word++` or `word--`.

Install it if you need to adjust the relative importance of different parts of your prompts; skip it if you're happy with flat prompt strings.

MITpure Python · 3.10+
131.3Kdownloads / mo
compiledb With conditions
PyPI · Build Tools · released Mar 2025

Generates Clang JSON compilation databases from GNU make-based build systems without requiring a clean rebuild, using make's dry-run mode to extract compile commands.

GPL-3.0-onlypure Python · 3.3+
201.3Kdownloads / mo
complexipy Worth it
PyPI · Libraries · released Aug 2026

Calculates cognitive complexity scores for Python code to measure how hard code is to understand by humans, accounting for nesting depth and control flow patterns.

MITcompiled wheel · 3.8+
610.3Kdownloads / mo
compliance-trestle With conditions
PyPI · Security · released Aug 2026

Compliance-trestle manages, validates, and transforms OSCAL (NIST's compliance standard format) documents, splitting large structures into editable pieces while enforcing schema compliance and supporting markdown-to-OSCAL conversion.

Apache-2.0pure Python · 3.10+
193.6Kdownloads / mo
composio Worth it
PyPI · Artificial Intelligence · released Aug 2026

Composio provides a Python SDK that connects AI agents to 1000+ pre-authenticated third-party app toolkits, managing per-user sessions, OAuth flows, event triggers, and sandboxed execution.

Apache-2.0pure Python
1.9Mdownloads / mo
composio-client Worth it
PyPI · Python Modules · released Jul 2026

A Python client library for the Composio REST API, providing synchronous and asynchronous access to tool execution and API operations with full type hints and error handling.

Install it if you need to call the Composio API from Python; the typing and error handling will save integration time.

Apache-2.0pure Python · 3.9+
1.9Mdownloads / mo
composio-core With conditions
PyPI · Artificial Intelligence · released Sep 2025

Composio-core bridges AI agents to external tools and services, providing a framework to integrate actions from platforms like GitHub, Slack, and Gmail with LLM-based agents.

However, no for new projects—the package is explicitly deprecated and the maintainers recommend using 'composio' instead.

Apache-2.0pure Python
207.6Kdownloads / mo
composio-langchain Worth it
PyPI · Application Frameworks · released Aug 2026

Bridges Composio's 1000+ app integrations into LangChain agents by wrapping them as StructuredTools, letting an LLM-powered agent call external services through a single Composio session.

Apache-2.0pure Python
360.9Kdownloads / mo
composio-openai Worth it
PyPI · Artificial Intelligence · released Aug 2026

Bridges Composio's tool ecosystem to OpenAI's function calling APIs, enabling LLM-driven tool execution through both the Responses API and Chat Completions.

Apache-2.0pure Python
98.0Kdownloads / mo
composio-openai-agents With conditions
PyPI · Artificial Intelligence · released Aug 2026

Bridges Composio's tool catalog to OpenAI's Agents framework, letting agents execute actions across 1000+ integrated apps through a unified interface.

Apache-2.0pure Python
275.5Kdownloads / mo
compoundfiles Skip
PyPI · Utilities · released Sep 2014

Reads and parses Microsoft Compound File Binary format (CFB), OLE Compound Documents, and related legacy binary file formats used in older Office documents and scientific applications.

MITbuilds from sourceabandoned
276.1Kdownloads / mo
compress-pickle With conditions
PyPI · Utilities · released Sep 2021

Wraps Python's standard pickle serialization with transparent compression using gzip, bz2, lzma, zipfile, or optionally lz4, reducing storage size for pickled objects.

Install only if your use case is stable and you do not expect future Python or compression library changes to break it.

MITpure Python · 3.6+abandoned
378.8Kdownloads / mo
compressed-rtf With conditions
PyPI · Text Processing · released Mar 2025

Compresses and decompresses Rich Text Format (RTF) data using the LZFu compression algorithm, implementing the Microsoft RTF Compression format.

However, maintenance is aging with no recent updates; verify that it meets your RTF variant requirements before relying on it for new projects.

MITpure Pythonaging
6.7Mdownloads / mo
compressed-tensors Worth it
PyPI · Artificial Intelligence · released Aug 2026

Provides a unified format for storing and loading compressed neural network tensors, supporting multiple quantization and sparsity schemes like GPTQ, AWQ, SmoothQuant, INT8, and FP8.

permissive licensepure Python
7.3Mdownloads / mo
comrak Worth it
PyPI · Markup · released Jul 2026

Renders CommonMark and GitHub Flavored Markdown to HTML or normalized CommonMark via Python bindings to the Rust Comrak parser.

Install it if you need CommonMark/GFM parsing with performance or advanced rendering control; skip it if you need only basic markdown-to-HTML conversion and are…

MITcompiled wheel · 3.9+
284.1Kdownloads / mo
comtypes With conditions
PyPI · Python Modules · released Mar 2026

comtypes is a pure Python library for defining, calling, and implementing COM (Component Object Model) interfaces on Windows using the ctypes foreign function interface.

MITpure Python · 3.9+
5.8Mdownloads / mo
conan Worth it
PyPI · Build Tools · released Aug 2026

Conan is a decentralized, open-source package manager for C and C++ that manages binaries, dependencies, and build system integration across platforms including Linux, macOS, Windows, and embedded systems.

Install it if you manage C/C++ dependencies across multiple platforms or need decentralized binary package distribution.

MITpure Python · 3.7+
3.9Mdownloads / mo
concurrencytest With conditions
PyPI · Python Modules · released Mar 2026

Runs unittest test suites concurrently across multiple worker processes, distributing tests via round-robin or class-local partitioning to speed up test execution.

GPL-2.0-or-laterpure Python · 3.10+
363.3Kdownloads / mo
concurrent-log-handler Worth it
PyPI · Python Modules · released Feb 2026

Provides thread-safe and process-safe logging handlers for Python's standard logging module, enabling multiple processes to write concurrently to a single log file with built-in size-based and time-based rotation.

Apache-2.0pure Python · 3.6+
3.7Mdownloads / mo
conda-inject With conditions
PyPI · Build Tools · released May 2024

Injects a conda environment's packages into the current Python process by modifying sys.path, without changing the active conda environment.

However, verify the undeclared license for your use case, and be aware that no active maintenance means no bug fixes or updates.

license unclearpure Pythondormant
111.9Kdownloads / mo
conda-pack Worth it
PyPI · Build Tools · released Jun 2026

conda-pack creates relocatable conda environments as compressed archives that can be deployed and extracted on other machines without requiring conda or Python to be pre-installed.

Install it if you need to distribute conda environments across machines or into restricted environments.

BSD-3-Clausepure Python · 3.9+
159.9Kdownloads / mo
conda-package-handling With conditions
PyPI · Build Tools · released Jun 2026

Create, extract, and convert conda packages in various formats (.conda, .tar.bz2, and others) via a Python API or command-line tool.

Install it if you're building conda packages, automating package workflows, or need format conversion capabilities.

BSD-3-Clausepure Python · 3.10+
108.2Kdownloads / mo
conda-package-streaming Worth it
PyPI · Build Tools · released Jun 2026

Reads conda package metadata and contents from .conda and .tar.bz2 files without downloading entire packages, using efficient range requests or streaming to fetch only what you need.

Install it if you need efficient metadata extraction from conda packages.

BSD-3-Clausepure Python · 3.10+
326.8Kdownloads / mo
condense-json Worth it
PyPI · Utilities · released Aug 2026

Condense JSON by replacing repeated strings and structural patterns with compact references, then expand them back to their original form.

Apache-2.0pure Python · 3.10+
456.4Kdownloads / mo
conditional Worth it
PyPI · Software Development · released Jul 2026

Conditionally apply a context manager to a code block based on a boolean condition, eliminating the need to duplicate the block's body in if/else branches.

permissive licensepure Python · 3.5+
233.6Kdownloads / mo
condor-git-config Skip
PyPI · Distributed Computing · released Mar 2022

Provides an executable hook that fetches HTCondor configuration files from a git repository and dynamically includes them in HTCondor config files via the `include command` syntax.

MITpure Python · 3.6+abandoned
215.6Kdownloads / mo
conductor-py Worth it
PyPI · Python Modules · released Jul 2026

A typed Python client for the Conductor API that provides real-time access to QuickBooks Desktop data—fetch, create, or update any QuickBooks Desktop object type with full type safety and both sync and async support.

Install it if you are building on the Conductor platform; avoid it if you do not have a Conductor API account or need to work with QuickBooks Online instead.

Apache-2.0pure Python · 3.9+
80.2Kdownloads / mo
conductor-python Worth it
PyPI · Python Modules · released Aug 2026

Build durable Conductor agents, workflows, and workers in Python, with the Conductor server managing retries, state, and observability across distributed execution.

Apache-2.0pure Python
154.9Kdownloads / mo
confection Worth it
PyPI · Scientific/Engineering · released Mar 2026

Confection is a configuration system for Python that parses INI-style `.cfg` files into nested dictionaries, with support for JSON values, cross-section references, and registry-based function instantiation.

Install it if you are building systems where configuration complexity and versioning matter; skip it for simple flat-file or environment-variable configuration.

MITpure Python · 3.10+
20.5Mdownloads / mo
config With conditions
PyPI · Software Development · released Sep 2021

Provides hierarchical configuration management with support for mappings, sequences, cross-references, environment variable integration, and simple expression evaluation.

However, do not use it if you require active maintenance, support for recent Python versions, or security updates.

BSD-3-Clausepure Pythonabandoned
1.2Mdownloads / mo
config-formatter With conditions
PyPI · Python Modules · released Nov 2023

Automatically formats .ini and .cfg configuration files with consistent indentation, spacing, and value assignment syntax while preserving comments.

MITpure Python · 3.6+aging
286.0Kdownloads / mo
config-parser Skip
PyPI · Libraries · released Jan 2019

Merges configuration from YAML/JSON files, environment variables, and runtime arguments into a single parsed configuration object, applying them in a fixed precedence order.

AGPL-3.0-or-laterpure Python · 3.6+abandoned
972.3Kdownloads / mo
ConfigArgParse Worth it
PyPI · released Mar 2026

Extends Python's argparse to parse command-line arguments, config files, and environment variables in a single unified interface with a priority hierarchy.

MITpure Python · 3.6+
22.0Mdownloads / mo
configcat-client Worth it
PyPI · Software Development · released Mar 2026

A Python SDK for integrating ConfigCat's feature flag and configuration management service, allowing you to toggle features remotely and target users based on custom attributes.

Install it if you need remote feature flag management or configuration control.

MITpure Python
1.4Mdownloads / mo
configobj Worth it
PyPI · Libraries · released Sep 2024

ConfigObj reads, writes, and validates INI-format configuration files with support for nested sections, list values, string interpolation, and automatic type checking.

Install it if your application needs configuration file support; the lack of dependencies makes it a lightweight choice.

BSD-3-Clausepure Python · 3.7+
7.2Mdownloads / mo
configparser With conditions
PyPI · Software Development · released Mar 2025

Provides an updated ConfigParser implementation for Python 3.9+ that backports enhancements from later Python standard library versions.

However, if your project already supports a recent Python version, the built-in stdlib ConfigParser may be sufficient—verify whether the backported enhancements…

MITpure Python · 3.9+
11.8Mdownloads / mo
configparser2 Skip
PyPI · Libraries · released May 2015

Backport of Python 3's configparser module to Python 2.6–3.5, allowing unified INI-file parsing across versions without naming conflicts with the built-in standard library.

Install only if you are maintaining legacy code on Python 2.6–3.5 and cannot upgrade; for any new project, use the built-in configparser instead.

MITbuilds from sourceabandoned
87.5Kdownloads / mo
ConfigSpace Worth it
PyPI · Software Development · released Dec 2025

ConfigSpace defines and manipulates configuration spaces for hyperparameter optimization and algorithm configuration, supporting continuous, discrete, and categorical parameters with sampling and constraint handling.

Install it if you are working on AutoML, hyperparameter tuning, or algorithm configuration tasks and need a structured way to define and sample parameter spaces.

BSD-3-Clausepure Python · 3.9+
241.7Kdownloads / mo
ConfigUpdater Worth it
PyPI · Python Modules · released Nov 2023

ConfigUpdater reads and modifies INI configuration files while preserving comments, section order, key order, and original casing—changes only what you explicitly update.

MITpure Python · 3.6+
6.1Mdownloads / mo
configurator Worth it
PyPI · Software Development · released Sep 2023

Builds a configuration store by layering multiple sources (files, environment variables, command-line arguments) with support for YAML, TOML, and JSON formats, exposing the result as nested Python data types.

MITpure Python · 3.6+dormant
105.5Kdownloads / mo