$npx skillfedfor your agent

Packages starting with 'J'

267 packages · page 5 of 7

Packages

jsonpath-python Worth it
PyPI · Python Modules · released May 2026

Extracts, filters, sorts, and updates values in JSON data using JSONPath expressions, with zero third-party dependencies and pure Python string parsing.

Install it if you need practical JSONPath querying; if you require strict RFC 9535 compliance, verify the feature set first.

MITpure Python · 3.8+
27.1Mdownloads / mo
jsonpath-rfc9535 With conditions
PyPI · Text Processing · released Nov 2025

Queries JSON data using RFC 9535 JSONPath expressions, returning matched values with their locations and parent references.

However, note the 257-day gap since last release—maintenance appears inactive, so consider this if you need active bug fixes or feature development.

MITpure Python · 3.8+aging
483.7Kdownloads / mo
jsonpath-rw Skip
PyPI · Text Processing · released Apr 2015

Parses and executes JSONPath expressions against JSON data, returning matched values and their full paths within the document structure.

No, not for new projects.

Apache-2.0builds from sourceabandoned
4.1Mdownloads / mo
jsonpath-rw-ext Skip
PyPI · Text Processing · released Jul 2019

Extends JSONPath RW with additional query operations: len, sorted, filter, arithmetic, sub, and split functions for querying and transforming JSON data.

Apache-2.0pure Pythonabandoned
1.4Mdownloads / mo
jsonpickle With conditions
PyPI · Utilities · released May 2026

jsonpickle converts complex Python objects to and from JSON, enabling human-readable serialization of data structures including numpy arrays and pandas DataFrames.

However, treat deserialization of untrusted data as a security risk equivalent to pickle—only deserialize data you control or have verified.

permissive licensepure Python · 3.8+
20.9Mdownloads / mo
jsonpointer Worth it
PyPI · Libraries · released Mar 2026

Resolves JSON Pointers according to RFC 6901, allowing you to identify and access specific nodes within a JSON document using pointer syntax.

Install it if you need RFC 6901 JSON Pointer support; the small footprint and active maintenance make it a safe, straightforward choice.

BSD-3-Clausepure Python · 3.10+
186.3Mdownloads / mo
jsonquerylang With conditions
PyPI · Text Processing · released Dec 2025

Executes queries against JSON data using a specialized query language, supporting filtering, sorting, field selection, and custom functions through both text and JSON syntax.

However, verify that the query syntax and custom function API meet your needs before committing to it in production, and be prepared for slower issue resolution.

ISCpure Pythonaging
205.0Kdownloads / mo
jsonref With conditions
PyPI · released Jan 2023

jsonref dereferences JSON Reference objects transparently, replacing $ref pointers with the data they point to while maintaining lazy evaluation and supporting recursive references.

permissive licensepure Python · 3.7+aging
95.3Mdownloads / mo
jsonrpcclient With conditions
PyPI · Internet · released Feb 2023

Generates JSON-RPC request objects and parses JSON-RPC responses in Python, handling the protocol structure without external dependencies.

license unclearpure Python · 3.6+aging
139.1Kdownloads / mo
jsons With conditions
PyPI · Software Development · released Jun 2022

Converts Python objects (dataclasses, attrs classes, and plain objects) to JSON-serializable dicts and strings, and deserializes them back to typed instances.

Install it if your project's Python version and dependencies are stable; avoid it if you need active maintenance or cutting-edge typing support.

MITpure Python · 3.5+dormant
1.5Mdownloads / mo
jsonschema Worth it
PyPI · JSON · released Jan 2026

jsonschema validates Python data structures against JSON Schema specifications, raising exceptions when validation fails or iterating through all errors found.

Install it if you need to validate JSON or JSON-like data structures.

MITpure Python · 3.10+
596.9Mdownloads / mo
jsonschema-gentypes Worth it
PyPI · Code Generators · released Nov 2025

Generates Python TypedDict types from JSON Schema definitions, with support for OpenAPI3 schemas and automatic code formatting.

BSD-2-Clausepure Python · 3.10+
75.4Kdownloads / mo
jsonschema-path Worth it
PyPI · Libraries · released May 2026

Provides object-oriented path-based access to JSON Schema documents, with support for traversing schema structures and resolving references on demand.

Apache-2.0pure Python
102.2Mdownloads / mo
jsonschema-pydantic With conditions
PyPI · Software Development · released Feb 2024

Converts JSON Schema definitions into Pydantic model classes, enabling you to generate type-safe data validation models directly from schema specifications.

However, verify Python and Pydantic version compatibility first, and be aware that no active support is available.

license unclearpure Pythondormant
202.1Kdownloads / mo
jsonschema-pydantic-converter With conditions
PyPI · Python Modules · released Mar 2026

Converts JSON Schema definitions to Pydantic v2 models at runtime, enabling dynamic validation and serialization of data against JSON Schema specifications.

However, it is in Alpha status (first release 2025-11-12), so expect potential API changes and test thoroughly before using in production.

Apache-2.0pure Python · 3.10+
314.0Kdownloads / mo
jsonschema-rs Worth it
PyPI · JSON · released Aug 2026

jsonschema-rs validates JSON data against JSON Schema documents using a Rust-backed implementation for high performance, supporting drafts 4 through 2020-12 with customizable format validators and keywords.

Install it if you validate JSON frequently or need to support multiple schema drafts.

MITcompiled wheel · 3.10+
6.2Mdownloads / mo
jsonschema-spec With conditions
PyPI · Libraries · released Aug 2023

Provides an object-oriented interface to traverse and dereference JSONSchema documents, treating them as navigable paths with automatic resolution of $ref pointers.

Apache-2.0pure Python
924.8Kdownloads / mo
jsonschema-specifications Worth it
PyPI · JSON · released Sep 2025

Provides JSON Schema metaschemas, vocabularies, and specification files packaged as a Python-accessible Registry for runtime schema validation and reference resolution.

Install it if you are building validation tooling or using a validator that depends on it; it adds negligible friction.

MITpure Python · 3.9+aging
540.3Mdownloads / mo
jsonschema-typed-v2 With conditions
PyPI · Testing · released Aug 2020

Generates Python TypedDict type annotations automatically from JSON Schema definitions, enabling static type checking of JSON data structures through mypy.

However, maintenance is dormant (last release 2020-08-11), and the package depends on mypy's unstable plugin API—newer mypy versions may break it without warning.

MITpure Python · 3.7+dormant
172.5Kdownloads / mo
jsonschema2md Worth it
PyPI · Documentation · released Aug 2025

Converts JSON Schema files to human-readable Markdown documentation, with support for multiple languages and customizable output formatting.

permissive licensecompiled wheel · 3.9+
1.5Mdownloads / mo
jsonseq With conditions
PyPI · Text Processing · released Jul 2019

Encodes and decodes JSON text sequences according to RFC 7464, allowing streaming of multiple JSON objects delimited by record separators and newlines.

However, verify compatibility with your target Python version and be prepared to maintain a fork if critical issues arise, since the last release was 2019-07-31.

MITpure Pythonabandoned
800.1Kdownloads / mo
jsonslicer With conditions
PyPI · Text Processing · released Oct 2022

Parses JSON streams and large files without loading them entirely into memory, using a path-based iterator interface to extract specific nested objects.

MITbuilds from sourceabandoned
315.4Kdownloads / mo
jsonstreams With conditions
PyPI · Utilities · released Mar 2021

Writes JSON documents in a streaming format without building the entire data structure in memory first, using a context-manager-based interface for arrays and objects.

However, the dormant maintenance status (last release 2021-03-16) means no active support; use it only for stable, straightforward JSON streaming tasks where you…

MITpure Pythondormant
169.6Kdownloads / mo
jstyleson Skip
PyPI · Text Processing · released Jun 2016

Parses JSON strings that contain JavaScript-style comments (single-line, multi-line, and inline) and trailing commas, which the standard library json module cannot handle.

MITbuilds from sourceabandoned
541.4Kdownloads / mo
jubilant Worth it
PyPI · Testing · released Jul 2026

Jubilant wraps the Juju CLI with a type-annotated Python interface, primarily for writing charm integration tests without websocket failures or async complexity.

Install it if you write Juju charm tests or automate Juju deployments in Python.

Apache-2.0pure Python · 3.10+
177.0Kdownloads / mo
judgeval Worth it
PyPI · Monitoring · released Aug 2026

Judgeval is an SDK for tracing and evaluating LLM-powered agents in production, capturing function inputs/outputs and token usage via OpenTelemetry, then running prompt-based judges to score agent behaviors and surface regressions.

Install it if you need production tracing and behavior-based evaluation for agents.

Apache-2.0pure Python · 3.10+
269.0Kdownloads / mo
judoscale With conditions
PyPI · Monitoring · released Jun 2026

Judoscale is a Python adapter that integrates with the Judoscale autoscaler to capture request queue time metrics from web frameworks and job queue time metrics from background job processors.

Install only if you have a Judoscale subscription and are running one of the supported frameworks; it is not useful standalone.

MITpure Python
121.9Kdownloads / mo
juju With conditions
PyPI · Distributed Computing · released Jul 2025

A Python library providing asynchronous bindings to the Juju orchestration platform, enabling programmatic deployment and management of applications and infrastructure through an object-oriented API.

However, the repository is archived and abandoned, with no commits since 2026-07-22 and no releases in 399 days.

Apache-2.0pure Python · 3.8.6+abandoned
233.2Kdownloads / mo
juliacall With conditions
PyPI · Scientific/Engineering · released Jun 2026

Call Julia code from Python and Python code from Julia with automatic type conversion, array wrapping, and a symmetric interface between the two languages.

MITpure Python
199.4Kdownloads / mo
juliapkg With conditions
PyPI · Build Tools · released Aug 2026

Manages Julia language installation and package dependencies from Python, automatically resolving and isolating Julia environments per Python virtual environment or Conda setup.

MITpure Python · 3.9+
196.4Kdownloads / mo
julius Worth it
PyPI · Scientific/Engineering · released Jun 2026

Julius provides differentiable, GPU-accelerated digital signal processing for audio and 1D signals using PyTorch, including resampling, FFT convolutions, and frequency-domain filtering.

Install it if you need signal processing as part of a neural network or GPU pipeline; skip it if you only do offline audio analysis on CPU.

MITpure Python · 3.9.0+
2.7Mdownloads / mo
jumpssh With conditions
PyPI · Software Development · released Nov 2020

JumpSSH runs commands on remote servers through SSH gateways, supporting multi-hop connections and file operations without uploading scripts to remote hosts.

However, verify that it works with your target Python version and that paramiko updates are sufficient for your security requirements, given that jumpssh itself has…

MITpure Pythondormant
104.2Kdownloads / mo
junit-xml With conditions
PyPI · Testing · released Feb 2020

Generates JUnit XML test result documents compatible with Jenkins and Bamboo, allowing Python test suites to produce machine-readable reports for CI/CD systems.

MITpure Pythondormant
12.8Mdownloads / mo
junit-xml-2 With conditions
PyPI · Testing · released Sep 2020

Generates JUnit XML test result reports from Python test data, enabling integration with CI/CD systems and test reporting tools that consume JUnit format.

However, only adopt it if you've confirmed that no actively maintained alternative meets your needs—abandonment means no bug fixes, security patches, or feature…

MITpure Pythonabandoned
205.8Kdownloads / mo
junit2html Worth it
PyPI · Testing · released Jun 2026

Converts JUnit or XUnit XML test result files into a single-file HTML report for viewing test outcomes in a browser.

permissive licensepure Python · 3.8+
2.3Mdownloads / mo
junitparser Worth it
PyPI · Text Processing · released Jun 2026

Parse, create, and manipulate JUnit/xUnit test result XML files, including merging multiple reports and supporting extended schemas like xunit2.

Install it if you need to parse, generate, or manipulate JUnit/xUnit XML test reports.

Apache-2.0pure Python · 3.10+
14.1Mdownloads / mo
junos-eznc Worth it
PyPI · Libraries · released Jun 2026

Junos PyEZ is a Python library for remotely managing and automating Junos devices via NETCONF, enabling both interactive scripting and programmatic control without requiring deep Junos XML API knowledge.

Install it if you need to programmatically manage Junos devices; skip it if you have no Junos devices or prefer CLI-only management.

Apache-2.0pure Python · 3.8+
519.9Kdownloads / mo
jupysql With conditions
PyPI · Database · released Mar 2025

Adds SQL execution to Jupyter and IPython notebooks via `%sql` and `%%sql` magic commands, letting you query databases directly in cells and integrate results with Python.

Apache-2.0pure Python
156.1Kdownloads / mo
jupysql-plugin With conditions
PyPI · Front-Ends · released Sep 2024

A JupyterLab 4 extension that integrates JupySQL into the notebook environment, enabling SQL query execution and data exploration directly within JupyterLab.

However, proceed with caution: dormancy means the extension may not be compatible with very recent JupyterLab updates.

BSD-3-Clausepure Python · 3.7+dormant
142.3Kdownloads / mo
jupyter With conditions
PyPI · Scientific/Engineering · released Aug 2024

Jupyter is a metapackage that installs the core Jupyter components—Notebook, JupyterLab, IPython Kernel, and related tools—in a single command for interactive computing and data science workflows.

BSD-3-Clausepure Pythondormant
18.0Mdownloads / mo