$npx skillfedfor your agent

Packages starting with 'C'

842 packages · page 18 of 22

Packages

crcengine With conditions
PyPI · Utilities · released Apr 2023

CrcEngine provides table-based and bit-bashing CRC calculation with support for pre-defined algorithms (CRC8, CRC16, CRC32, CRC64 variants) and custom algorithm creation, plus C code generation for embedded use.

However, maintenance is dormant; use it for non-critical checksums or where you can fork if needed.

GPL-3.0-onlypure Pythondormant
114.6Kdownloads / mo
crcmod With conditions
PyPI · Utilities · released Jun 2010

Computes Cyclic Redundancy Check (CRC) values for 8, 16, 24, 32, or 64-bit polynomials, providing both Python functions and a class interface compatible with standard library hash modules.

However, it is abandoned (last release 2010-06-27) with no documented support beyond Python 3.1.

MITbuilds from sourceabandoned
8.2Mdownloads / mo
credstash Skip
PyPI · Security · released Apr 2020

CredStash stores and retrieves secrets using AWS KMS for encryption and DynamoDB for storage, providing a simple credential management system for applications and infrastructure.

Apache-2.0pure Pythonabandoned
490.2Kdownloads / mo
creosote Worth it
PyPI · Quality Assurance · released Mar 2026

Creosote scans your Python project's source code and dependency specifications to identify which declared dependencies are actually unused, helping you clean up bloated virtual environments.

MITpure Python · 3.10+
860.7Kdownloads / mo
crewai With conditions
PyPI · Artificial Intelligence · released Aug 2026

CrewAI is a Python framework for building multi-agent AI systems where autonomous agents collaborate to solve complex tasks, either through role-based crews or event-driven flows.

license unclearpure Python
12.3Mdownloads / mo
crewai-cli With conditions
PyPI · Build Tools · released Aug 2026

A command-line tool to scaffold, run, deploy, and manage AI agent crews without requiring the full CrewAI framework to be installed.

license unclearpure Python
4.2Mdownloads / mo
crewai-core Skip
PyPI · Application Frameworks · released Aug 2026

Provides shared utilities, telemetry, and configuration infrastructure for CrewAI multi-agent workflows—version management, user data paths, and observability hooks.

license unclearpure Python
4.2Mdownloads / mo
crewai-files With conditions
PyPI · Application Frameworks · released Aug 2026

Provides file type abstractions for CrewAI multimodal inputs, auto-detecting and handling images, PDFs, text, audio, and video files for agent task processing.

However, verify the license before use in proprietary projects, and confirm system media library availability for your target file types.

license unclearpure Python
124.5Kdownloads / mo
crewai-tools With conditions
PyPI · Application Frameworks · released Aug 2026

CrewAI Tools provides a collection of ready-made and custom tools that extend CrewAI agents with capabilities for file management, web scraping, database integration, API access, and AI-powered operations.

However, verify the license before production use, as it is currently undeclared in the metadata.

license unclearpure Python
11.5Mdownloads / mo
crhelper With conditions
PyPI · Application Frameworks · released Oct 2024

Simplifies writing CloudFormation custom resources by handling responses, exception trapping, timeouts, and structured logging for AWS Lambda functions.

However, note that maintenance is dormant (654 days since last release); verify compatibility with your Python version and current boto3/CloudFormation APIs before…

Apache-2.0pure Pythondormant
482.8Kdownloads / mo
crick With conditions
PyPI · Information Analysis · released Dec 2024

Crick provides approximate and streaming algorithms optimized for performance, enabling efficient computation on large data streams without storing all data in memory.

However, verify that the specific algorithms you need are implemented, and be aware that active development has slowed—suitable for production use of existing…

permissive licensecompiled wheel · 3.10+aging
330.8Kdownloads / mo
crispy-bootstrap3 With conditions
PyPI · Python Modules · released Jan 2024

Provides Bootstrap 3 HTML templates for django-crispy-forms, enabling styled form rendering in Django projects using Bootstrap 3 CSS framework.

However, note that maintenance is dormant—the last release was 2024-01-13—so if you need active support or are starting a new project, consider whether a more…

MITpure Python · 3.7+dormant
342.9Kdownloads / mo
crispy-bootstrap4 Worth it
PyPI · Python Modules · released Feb 2026

Provides Bootstrap 4 HTML templates for django-crispy-forms, enabling automatic rendering of Django forms with Bootstrap 4 styling and layout.

Install it if you use django-crispy-forms and want Bootstrap 4 styling.

MITpure Python · 3.10+
430.0Kdownloads / mo
crispy-bootstrap5 Worth it
PyPI · Python Modules · released Mar 2026

Provides Bootstrap 5 form templates and layout components for django-crispy-forms, enabling styled form rendering with Bootstrap 5 markup and interactive elements like floating labels, accordions, and switches.

Install it if you want Bootstrap 5 form rendering without writing custom templates.

MITpure Python · 3.9+
1.3Mdownloads / mo
crispy-tailwind With conditions
PyPI · Python Modules · released Feb 2024

Provides Tailwind CSS styling templates for django-crispy-forms, allowing you to render Django forms with Tailwind utility classes using the `|crispy` filter or `{% crispy %}` tag.

However, be aware that development is still in early stages—test thoroughly in your project and check the documentation for any limitations with advanced crispy-forms…

MITpure Python · 3.8+aging
209.4Kdownloads / mo
crochet With conditions
PyPI · Application Frameworks · released Jul 2023

Crochet lets you call Twisted asynchronous code from blocking Python code, managing the reactor thread automatically so you can use Twisted in Django, Flask, or other synchronous frameworks.

MITpure Python · 3.8.0+dormant
397.4Kdownloads / mo
cron-converter Worth it
PyPI · Python Modules · released Dec 2025

Parses cron schedule strings into structured formats and generates next/previous execution times for datetime objects using cron-like scheduling rules.

Install it if you need to parse cron expressions, iterate over scheduled times, or validate datetimes against cron rules.

permissive licensepure Python · 3.8+
2.4Mdownloads / mo
cron-descriptor Worth it
PyPI · Software Development · released Jun 2026

Converts cron expressions into human-readable descriptions in multiple languages, supporting standard cron syntax with special characters and various time formats.

Install it if you need to display or explain cron schedules to users or in logs.

MITpure Python · 3.9+
25.0Mdownloads / mo
cron-schedule-triggers Skip
PyPI · Software Development · released Nov 2019

Determines the next execution times of a Quartz-syntax cron schedule without running a scheduler or task queue.

MITpure Python · 3.6+abandoned
276.3Kdownloads / mo
cron-validator With conditions
PyPI · Utilities · released Jun 2023

Validates Unix cron expressions, matches them against specific datetimes, generates execution times within a date range, and provides a scheduler for running tasks on cron schedules.

permissive licensepure Pythonabandoned
1.5Mdownloads / mo
cronex Skip
PyPI · Utilities · released Nov 2018

Evaluates cron expressions to determine if a scheduled task should trigger at a given time, supporting standard Vixie Cron syntax plus Java Quartz extensions and arbitrary-interval repeaters.

MITbuilds from sourceabandoned
100.4Kdownloads / mo
croniter Worth it
PyPI · released Jul 2026

croniter iterates over datetime objects using cron expression syntax, calculating next and previous occurrences of scheduled times.

Install it if you need to parse cron expressions or calculate scheduled times programmatically.

MITpure Python · 3.9+
92.0Mdownloads / mo
cronitor Worth it
PyPI · Monitoring · released Oct 2025

A Python client library for Cronitor that monitors background jobs, scheduled tasks, and HTTP endpoints by sending telemetry pings and syncing monitor configurations via the Cronitor API.

Install it if you run background jobs or scheduled tasks and want centralized monitoring with minimal code changes—the Celery integration is particularly valuable for…

permissive licensepure Python
149.8Kdownloads / mo
cronsim Worth it
PyPI · Python Modules · released Oct 2025

Parses and evaluates cron expressions to find matching execution times, with support for Debian cron syntax including DST handling, optional seconds field, and advanced features like last-day-of-month and nth-weekday matching.

Install it if you need to parse or evaluate cron expressions in Python—particularly if you require Debian cron compatibility or advanced features like…

BSD-3-Clausepure Python · 3.10+aging
14.7Mdownloads / mo
crontab With conditions
PyPI · Utilities · released Jul 2025

Parses crontab schedule expressions and calculates the delay in seconds until the next scheduled execution time.

However, the aging maintenance status (no active development in over a year) and high install friction (source distribution) mean you should verify compatibility with…

LGPL-2.0-onlybuilds from sourceaging
1.3Mdownloads / mo
cross-web With conditions
PyPI · Libraries · released May 2026

Cross provides a unified interface for writing framework-agnostic web code that adapts to FastAPI, Flask, Django, Starlette, and other Python web frameworks without rewriting.

However, the description's 'early development' caveat conflicts with the 'Production/Stable' classifier — verify stability for your use case before relying on it in…

MITpure Python · 3.9+
4.7Mdownloads / mo
crosshair-tool With conditions
PyPI · Testing · released Jul 2026

CrossHair uses symbolic execution and SMT solving to find counterexamples to type-annotated functions with contracts, and can generate unit tests or detect behavioral differences between implementations.

permissive licensecompiled wheel · 3.8+
417.3Kdownloads / mo
crossplane Worth it
PyPI · Utilities · released Sep 2022

Parses NGINX configuration files into JSON and rebuilds them from JSON, with command-line tools for parsing, building, lexing, formatting, and minifying configs.

Install it if you need to programmatically work with NGINX configurations or provide config analysis tooling.

Apache-2.0pure Python
3.4Mdownloads / mo
crowdin-api-client Worth it
PyPI · WWW/HTTP · released Jun 2026

A lightweight Python client library for the Crowdin API that enables programmatic access to Crowdin's localization platform, supporting project management, file operations, and GraphQL queries.

Install it if you are automating Crowdin workflows or building tools that interact with Crowdin's API.

permissive licensepure Python · 3.8+
98.8Kdownloads / mo
crowdstrike-falconpy Worth it
PyPI · Python Modules · released Jul 2026

FalconPy is the official CrowdStrike Falcon SDK for Python, providing abstracted access to the entire CrowdStrike Falcon API through service classes or a unified Uber Class, with automatic token management and support for multiple cloud regions.

Install it if you need to integrate CrowdStrike Falcon APIs into a Python application; it eliminates boilerplate OAuth2 and token management code.

Unlicensepure Python · 3.8+
1.5Mdownloads / mo
crownstone-uart With conditions
PyPI · Networking · released Nov 2022

Python library for controlling Crownstone smart home devices via USB serial connection, requiring a Crownstone USB adapter.

However, the dormant maintenance status (last release 2022-11-03) and unclear license metadata are significant concerns—verify license compliance and test…

license unclearpure Python · 3.7+dormant
73.6Kdownloads / mo
crudini With conditions
PyPI · Utilities · released Apr 2025

crudini is a command-line utility for reading, writing, and modifying INI configuration files programmatically, supporting get, set, delete, and merge operations on sections and parameters.

GPL-2.0-onlypure Pythonaging
156.7Kdownloads / mo
cruft With conditions
PyPI · Build Tools · released Dec 2024

cruft creates new projects from Cookiecutter templates and keeps them synchronized with template updates over time, automating boilerplate management throughout a project's lifecycle.

However, the dormant maintenance status (597 days since last release) means you should verify compatibility with your current Cookiecutter and Python versions before…

permissive licensepure Python · 3.7+dormant
245.8Kdownloads / mo
cryptg With conditions
PyPI · Cryptography · released Apr 2026

cryptg provides a native Python extension that implements AES-IGE encryption, the cipher mode used by Telegram's MTProto protocol.

permissive licensecompiled wheel · 3.11+
192.6Kdownloads / mo
crypto With conditions
PyPI · Security · released May 2015

Provides command-line tools to encrypt and decrypt files using GPG with AES256 cipher, supporting single files, directories, and optional tar archiving before encryption.

However, verify Python and GPG compatibility first, since the package has not been actively maintained since 2015 and may have undiscovered issues with modern…

MITpure Pythondormant
1.0Mdownloads / mo
crypto-cpp-py With conditions
PyPI · Cryptography · released Apr 2026

Provides hashing and signing operations for StarkNet messages via a Python wrapper around the crypto-cpp C++ library.

However, verify the license terms before use, and be aware that the small community footprint (3 stars) means limited third-party documentation or troubleshooting…

license unclearcompiled wheel · 3.10+
117.2Kdownloads / mo
cryptography Worth it
PyPI · Cryptography · released Jul 2026

cryptography provides cryptographic recipes and low-level primitives for symmetric encryption, message digests, key derivation, and other common cryptographic algorithms in Python.

Apache-2.0 OR BSD-3-Clausecompiled wheel
1.5Bdownloads / mo
crytic-compile With conditions
PyPI · Build Tools · released Jul 2026

Crytic-compile abstracts smart contract compilation across multiple frameworks and toolchains, generating standardized AST, ABI, and bytecode output regardless of whether your project uses Solc, Foundry, Hardhat, Brownie, or other Ethereum development tools.

However, do not install if your project cannot comply with AGPL-3.0-only copyleft requirements—this license mandates open-source redistribution of any derivative work.

AGPL-3.0-onlypure Python
220.7Kdownloads / mo
csaf-tool With conditions
PyPI · Security · released Jun 2024

Generates and analyzes CSAF 2.0 documents, which describe product vulnerabilities and their remediation status in a standardized format.

However, do not expect bug fixes or new features—evaluate whether the current feature set and stability meet your long-term needs before adopting it in a critical…

MITpure Python · 3.7+dormant
77.6Kdownloads / mo
css-html-js-minify With conditions
PyPI · Software Development · released Apr 2018

Minifies CSS, HTML, and JavaScript files or folders to reduce file size for production deployment, with optional hashing, gzipping, and file watching.

GPL-3.0-or-laterpure Pythonabandoned
294.9Kdownloads / mo