$npx skillfedfor your agent

Packages starting with 'B'

354 packages · page 7 of 9

Packages

botbuilder-integration-aiohttp With conditions
PyPI · Artificial Intelligence · released Jan 2026

Integrates a Microsoft Bot Framework bot into an aiohttp web application, enabling asynchronous HTTP request handling for bot interactions.

Install only if you are maintaining an existing bot deployment or do not require ongoing support.

MITpure Pythonabandoned
538.0Kdownloads / mo
botbuilder-schema With conditions
PyPI · Artificial Intelligence · released Jan 2026

Provides serialized data schemas and message types for communication between bots and users in the Microsoft Bot Framework ecosystem.

However, the repository is archived and abandoned, meaning no future updates or bug fixes will be released.

MITpure Pythonabandoned
1.3Mdownloads / mo
botframework-connector Skip
PyPI · Artificial Intelligence · released Jan 2026

Enables Python bots to send and receive messages through Microsoft Bot Framework channels by providing HTTP client authentication and conversation management.

MITpure Pythonabandoned
1.3Mdownloads / mo
botframework-streaming With conditions
PyPI · Artificial Intelligence · released Jan 2026

Provides streaming protocol support for Microsoft Bot Framework bots, enabling bidirectional communication between bot services and clients over WebSocket or similar streaming transports.

However, the archived repository and abandoned maintenance status mean no future updates or support.

MITpure Pythonabandoned
1.3Mdownloads / mo
boto Skip
PyPI · Internet · released Jul 2018

Boto is a Python interface to Amazon Web Services, providing programmatic access to AWS services including EC2, S3, DynamoDB, RDS, and many others.

MITpure Pythonabandoned
7.3Mdownloads / mo
boto_session_manager Worth it
PyPI · Software Development · released Apr 2026

Wraps boto3 sessions with typed client properties, caching, and credential management to simplify AWS SDK use in Python applications.

Apache-2.0pure Python
893.4Kdownloads / mo
boto3 Worth it
PyPI · released Aug 2026

Boto3 is the official AWS SDK for Python, providing programmatic access to AWS services like S3, EC2, and others through a unified Python interface.

Install it if you need to interact with any AWS service from Python code.

permissive licensepure Python · 3.10+
3.7Bdownloads / mo
boto3-assume With conditions
PyPI · Python Modules · released Jan 2026

Wraps boto3 to create AWS IAM assume-role sessions with automatic credential refreshing, eliminating manual credential management when switching roles.

Apache-2.0pure Pythonaging
216.2Kdownloads / mo
boto3-stubs Worth it
PyPI · released Aug 2026

Provides type stubs and annotations for boto3 1.43.71, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across VSCode, PyCharm, Emacs, and Sublime Text.

MITpure Python · 3.9+
49.9Mdownloads / mo
boto3-stubs-full With conditions
PyPI · Software Development · released Aug 2026

Provides type annotations for boto3 1.43.71 to enable IDE code completion and static type checking with mypy, pyright, and other tools.

MITpure Python · 3.9+
867.3Kdownloads / mo
boto3-stubs-lite Worth it
PyPI · Software Development · released Aug 2026

Provides type annotations for boto3 1.43.72, enabling static type checking with mypy, pyright, and IDE autocomplete across VSCode, PyCharm, Emacs, and Sublime Text.

Install it if you use boto3 and want IDE autocomplete or static type checking.

MITpure Python · 3.9+
696.2Kdownloads / mo
boto3-type-annotations Skip
PyPI · Software Development · released May 2019

Provides type-annotated stand-in classes for boto3 services, enabling IDE code completion and type inference for AWS API clients, resources, paginators, and waiters.

MITpure Pythonabandoned
2.3Mdownloads / mo
boto3-type-annotations-with-docs With conditions
PyPI · Software Development · released May 2019

Provides type-annotated stand-in classes for boto3 AWS service clients, resources, paginators, and waiters to enable IDE code completion and type inference.

However, be aware the project is abandoned (last update 2019) and will not track boto3 API changes.

MITpure Pythonabandoned
119.9Kdownloads / mo
botocore Worth it
PyPI · Internet · released Aug 2026

Botocore provides low-level, data-driven access to Amazon Web Services APIs, serving as the foundation for the AWS CLI and boto3 libraries.

Install it if you need programmatic access to AWS services.

permissive licensepure Python · 3.10+
1.5Bdownloads / mo
botocore-stubs With conditions
PyPI · Python Modules · released Aug 2026

Provides type stubs and code completion for the botocore package, enabling static type checking with mypy or pyright when working with AWS SDK operations.

MITpure Python · 3.10+
57.2Mdownloads / mo
botoinator Skip
PyPI · Software Development · released Jun 2020

Botoinator lets you attach decorators to boto3 client and resource methods at the session or global level, enabling cross-cutting concerns like logging or monitoring on AWS API calls.

Apache-2.0pure Pythonabandoned
74.8Kdownloads / mo
botorch With conditions
PyPI · Scientific/Engineering · released Jun 2026

BoTorch provides a modular, PyTorch-based framework for building Bayesian optimization algorithms with probabilistic models, acquisition functions, and optimizers.

MITpure Python · 3.11+
828.0Kdownloads / mo
bottle With conditions
PyPI · Application Frameworks · released Jun 2025

Bottle is a lightweight WSGI microframework for building web applications in Python, providing routing, templating, and HTTP utilities with no external dependencies beyond the standard library.

MITpure Python
11.3Mdownloads / mo
bottle-websocket Skip
PyPI · Python Modules · released Sep 2015

Adds WebSocket support to the Bottle web framework by integrating gevent-websocket and gevent, enabling bidirectional communication on Bottle routes.

MITbuilds from sourceabandoned
76.6Kdownloads / mo
Bottleneck With conditions
PyPI · Scientific/Engineering · released Sep 2025

Bottleneck provides fast NumPy array functions written in C, accelerating operations like nanmean, nansum, moving window calculations, and ranking on arrays with NaN values.

permissive licensecompiled wheel · 3.10+
10.9Mdownloads / mo
bounded-pool-executor With conditions
PyPI · Distributed Computing · released Jun 2019

Wraps Python's ProcessPoolExecutor and ThreadPoolExecutor to limit queued tasks, preventing memory exhaustion when submitting millions of jobs by only enqueuing new tasks as workers become available.

However, verify compatibility with your Python version first, as the latest release was 2019-06-04 and no updates are planned.

MITpure Pythondormant
417.8Kdownloads / mo
box-sdk-gen With conditions
PyPI · Python Modules · released Sep 2025

box-sdk-gen provides a Python client library for the Box Content Cloud API, enabling developers to authenticate, manage files and folders, and perform operations on Box accounts programmatically.

However, be aware that the archived repository will not receive updates for new Box API features or security patches—monitor for actively maintained alternatives…

Apache-2.0pure Pythonabandoned
1.2Mdownloads / mo
Box2D With conditions
PyPI · Graphics · released Apr 2020

Box2D is a Python binding to the Box2D C++ physics engine, providing 2D rigid-body simulation for games and physics-based applications with support for multiple shape and joint types.

However, the last release was in 2020 and maintenance is minimal—if you require active development, bug fixes for modern Python versions, or ongoing support, consider…

permissive licensecompiled wheeldormant
97.1Kdownloads / mo
boxmot Worth it
PyPI · Software Development · released Jul 2026

BoxMOT provides pluggable multi-object tracking modules that work with bounding box detections from any model, supporting both axis-aligned and oriented bounding boxes through a unified Python API and CLI.

AGPL-3.0-or-laterpure Python
162.9Kdownloads / mo
boxsdk Worth it
PyPI · Python Modules · released Aug 2026

Provides a Python client library for interacting with Box's cloud content management API, supporting authentication, file operations, and folder management.

Apache-2.0pure Python
4.7Mdownloads / mo
bpemb With conditions
PyPI · Linguistic · released Oct 2024

BPEmb provides pre-trained subword embeddings in 275 languages based on Byte-Pair Encoding, enabling subword segmentation and embedding lookup for neural NLP models.

However, the 682-day gap since the last release means no bug fixes or updates are forthcoming; verify that the remote model repository remains accessible before…

MITpure Pythondormant
124.6Kdownloads / mo
bpy With conditions
PyPI · Graphics · released Jul 2026

Exposes Blender's 3D creation suite—modeling, rendering, animation, simulation, and compositing—as a Python module for programmatic use in pipelines, services, and research.

copyleftcompiled wheel
215.3Kdownloads / mo
bpylist2 With conditions
PyPI · Utilities · released Sep 2023

Reads and writes Apple's binary plist format and NSKeyedArchiver archives, enabling serialization and deserialization of Cocoa objects in Python.

MITpure Pythonaging
344.3Kdownloads / mo
bpython Worth it
PyPI · Terminals · released Oct 2025

bpython is an enhanced Python interactive interpreter that replaces the standard REPL with syntax highlighting, autocompletion, parameter hints, and session editing features.

Install it if you spend time in the interactive interpreter and want better visibility into your code and function signatures.

permissive licensepure Python · 3.9+
540.4Kdownloads / mo
bpyutils Skip
PyPI · Utilities · released Sep 2022

Provides a collection of common Python utilities accessible both as an importable module and a command-line tool.

MITpure Pythonabandoned
934.6Kdownloads / mo
bqplot Worth it
PyPI · Graphics · released May 2026

bqplot is a 2-D interactive plotting library for Jupyter notebooks that treats every plot component as an interactive widget, enabling integration with other Jupyter widgets to build interactive visualizations.

Install it if you need to build interactive visualizations or dashboards inside Jupyter notebooks.

permissive licensepure Python · 3.6+
415.7Kdownloads / mo
bqscales With conditions
PyPI · Graphics · released Dec 2025

bqscales implements a grammar-of-graphics layer for creating interactive visualizations in Jupyter notebooks using ipywidgets and numpy.

It is a specialized tool for a specific use case, so install only if that matches your workflow.

permissive licensepure Python · 3.6+
210.2Kdownloads / mo
braceexpand With conditions
PyPI · Utilities · released May 2021

Expands bash-style brace patterns into sequences of strings, supporting integer ranges, character ranges, nested patterns, and custom increments.

MITpure Pythonabandoned
3.6Mdownloads / mo
bracex Worth it
PyPI · Python Modules · released Jul 2026

Bracex expands Bash-style brace patterns into lists of strings, enabling generation of multiple related filenames or paths from a single compact template.

Install it if you need Bash-compatible brace expansion in Python—it's a narrow, well-defined tool that does one thing reliably.

MITpure Python · 3.10+
46.4Mdownloads / mo
brainstem With conditions
PyPI · Software Development · released Jul 2026

Provides Python bindings to control and interact with Acroname BrainStem hardware devices (USB hubs, relays, DAQ modules, and other embedded controllers) over USB or Ethernet connections.

license unclearpure Python
719.9Kdownloads / mo
braintree With conditions
PyPI · WWW/HTTP · released Aug 2026

Provides Python bindings to the Braintree payment gateway, enabling server-side integration with Braintree's payment processing and merchant services.

MITpure Python
2.5Mdownloads / mo
braintrust With conditions
PyPI · Artificial Intelligence · released Aug 2026

Braintrust is a Python SDK for logging, tracing, and evaluating AI applications, providing tools to instrument and assess model behavior against defined metrics.

MITpure Python · 3.10.0+
7.8Mdownloads / mo
braintrust-api Worth it
PyPI · Python Modules · released Nov 2024

Provides a Python client library for the Braintrust REST API with type-safe request and response handling, supporting both synchronous and asynchronous operations.

Apache-2.0pure Python · 3.8+
218.1Kdownloads / mo
braintrust-core With conditions
PyPI · Software Development · released May 2025

Provides shared core dependencies for packages in the Braintrust ecosystem, reducing duplication across related libraries.

license unclearpure Python · 3.8.0+aging
2.8Mdownloads / mo
braintrust-langchain Skip
PyPI · Artificial Intelligence · released Apr 2026

Provides a LangChain callback handler to log LangChain executions to Braintrust for tracing and evaluation—now deprecated in favor of the integration built into the main braintrust package.

MITpure Python · 3.10+
2.3Mdownloads / mo