Packages
Adds dynamic string interpolation to YAML configuration files, allowing values to reference other parts of the configuration tree using Python format string syntax.
However, maintenance is dormant (last update 2024-04-09), so adopt it only if you can tolerate no active support.
Generates varied text prompts for image generators like Stable Diffusion by parsing templates with variants, wildcards, and Jinja2 expressions into multiple concrete prompts.
However, the dormant maintenance status means you should verify compatibility with your current image generator version and be prepared to fork or find alternatives…
Provides a Python client for interacting with Microsoft Dynamics 365 CRM via its Web API, supporting OAuth2 authentication and CRUD operations on contacts, accounts, opportunities, leads, and campaigns.
Provides Python bindings for ROBOTIS Dynamixel actuator control via serial packet communication, enabling direct hardware control of Dynamixel motors and servos.
Converts between DynamoDB's native JSON format (with type descriptors) and standard JSON, via library functions or a command-line tool.
Install only if you have legacy code that explicitly depends on it or are working with raw DynamoDB JSON in a controlled, non-production environment.
Encrypts and decrypts DynamoDB items client-side before transmission, using boto3 as a transparent wrapper with support for attribute-level encryption and cryptographic key management.
Install it if you need client-side encryption for DynamoDB items.
Converts Python objects to and from DynamoDB's native JSON format, handling type conversions for strings, numbers, booleans, nulls, nested structures, and special types like Decimal and datetime.
However, maintenance is dormant (no release in 818 days), so verify that it remains compatible with your Python and boto3 versions before adopting.
DyNet38 is a Python binding for DyNet, a C++ neural network library designed for efficient computation on CPU or GPU with support for dynamic network structures that vary per training instance.
However, the aging maintenance status (934 days since last release) and small repository star count (4) suggest limited active development and community; consider…
Dyntastic is a DynamoDB object-relational mapper built on Pydantic and boto3 that lets you define tables as Pydantic models and perform CRUD, query, scan, batch, and transactional operations against DynamoDB.