$npx skillfedfor your agent

Packages starting with 'Z'

120 packages · page 3 of 3

Packages

zope.filerepresentation With conditions
PyPI · WWW/HTTP · released Sep 2025

Defines interfaces for representing objects as files and directories, enabling file-system synchronization, FTP, PUT, and WebDAV operations.

license unclearpure Python · 3.9+aging
144.7Kdownloads / mo
zope.globalrequest With conditions
PyPI · Application Frameworks · released Sep 2025

Provides a function to retrieve the currently active request object in Zope-based web frameworks without passing it through function parameters.

license unclearpure Python · 3.9+aging
125.0Kdownloads / mo
zope.hookable With conditions
PyPI · Software Development · released Nov 2025

zope.hookable provides a mechanism to create callable objects that can be dynamically replaced at runtime, allowing all references to them to see the change immediately.

ZPL-2.1compiled wheel · 3.10+
1.0Mdownloads / mo
zope.i18n With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides internationalization and localization APIs for Python applications, including locale objects, gettext-based message catalogs, and locale discovery for web requests.

license unclearpure Python · 3.9+aging
175.0Kdownloads / mo
zope.i18nmessageid With conditions
PyPI · WWW/HTTP · released Nov 2025

Provides message factory objects that tag unicode strings with internationalization metadata (source domain and optional default translation) for use in translation workflows.

However, verify the ZPL-2.1 license compatibility with your project first, as the license treatment is marked unclear.

ZPL-2.1compiled wheel · 3.10+
873.9Kdownloads / mo
zope.index With conditions
PyPI · Database · released Nov 2025

zope.index provides indexing structures for Zope catalogs, including field, keyword, topic, and text indices with support for lexicon, splitter, and normalizer customization.

However, verify the ZPL-2.1 license implications for your project first, as license treatment is marked unclear.

ZPL-2.1compiled wheel · 3.10+
76.3Kdownloads / mo
zope.interface With conditions
PyPI · released May 2026

Provides a Python implementation of object interfaces for declaring and validating API contracts, enabling design-by-contract programming patterns.

ZPL-2.1compiled wheel · 3.10+
66.4Mdownloads / mo
zope.lifecycleevent With conditions
PyPI · Software Development · released Sep 2025

Defines event objects and API functions for tracking object lifecycle events—creation, modification, and removal—in loosely-coupled systems using the zope.event dispatch mechanism.

license unclearpure Python · 3.9+aging
165.7Kdownloads / mo
zope.location With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides a structural location system for Zope 3 objects using ``__name__`` and ``__parent__`` attributes to track object hierarchy and identity within an application.

license unclearpure Python · 3.9+aging
183.9Kdownloads / mo
zope.pagetemplate With conditions
PyPI · WWW/HTTP · released Nov 2025

zope.pagetemplate provides a templating system that separates presentation logic from application code using Template Attribute Language (TAL) and TALES expressions, allowing designers to edit templates in visual tools.

However, it is a specialized tool with a narrow user base outside Zope; most modern web projects use Jinja2, Django templates, or similar.

license unclearpure Python · 3.10+
138.2Kdownloads / mo
zope.processlifetime With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides event interfaces and implementations for server process lifecycle events (startup, database opening, etc.) designed to work with zope.event.

Install only if you are already using Zope; it has no value outside that ecosystem.

license unclearpure Python · 3.9+
142.8Kdownloads / mo
zope.proxy With conditions
PyPI · Software Development · released Apr 2026

zope.proxy provides transparent wrapper objects that intercept and control access to wrapped objects, implemented as a C extension for performance and to support advanced features like lying about __class__.

ZPL-2.1compiled wheel · 3.10+
396.1Kdownloads / mo
zope.ptresource With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides a resource class that processes Zope Page Templates and returns the rendered output, registered for .pt, .zpt, and .html file extensions.

license unclearpure Python · 3.9+aging
128.4Kdownloads / mo
zope.publisher With conditions
PyPI · WWW/HTTP · released Jun 2026

zope.publisher handles HTTP request and response objects for publishing Python objects on the web, with support for HTTP/WebDAV, browsers, XML-RPC, and FTP clients via a WSGI-compatible interface.

Not recommended for new projects outside the Zope ecosystem—modern alternatives like Werkzeug or Starlette are more widely adopted.

ZPL-2.1pure Python · 3.10+
182.3Kdownloads / mo
zope.schema With conditions
PyPI · Python Modules · released Oct 2025

Defines structured data schemas for Python objects using interface-based field definitions with validation, constraints, and metadata.

However, the aging maintenance status and unclear license treatment warrant review before adoption in new projects outside the Zope community.

license unclearpure Python · 3.9+aging
994.6Kdownloads / mo
zope.security With conditions
PyPI · WWW/HTTP · released Nov 2025

Provides a generic security framework for implementing access control and permission policies on Python objects, with support for principals, permissions, and declarative security checks.

However, it carries medium install friction and depends on the full Zope ecosystem, so it is best suited to projects already committed to that architecture.

ZPL-2.1compiled wheel · 3.10+
197.3Kdownloads / mo
zope.sequencesort With conditions
PyPI · WWW/HTTP · released Sep 2025

Sorts sequences by multiple keys with support for locale-based comparisons and per-key sort directions.

However, if you're building new code outside the Zope ecosystem, Python's built-in sorted() with custom key functions may be simpler.

license unclearpure Python · 3.9+aging
127.9Kdownloads / mo
zope.site With conditions
PyPI · WWW/HTTP · released Sep 2025

Provides a local and persistent site manager implementation for the Zope component architecture, enabling registration of local utilities and adapters organized in site management folders.

license unclearpure Python · 3.9+aging
143.5Kdownloads / mo
zope.size With conditions
PyPI · Software Development · released Sep 2025

Provides a standard interface and adapter for retrieving object sizes, with a fallback to 'not available' when the object lacks a getSize method.

However, verify that ZPL-2.1 is compatible with your project's license requirements before committing, and note that the aging maintenance status means updates are…

license unclearpure Python · 3.9+aging
148.2Kdownloads / mo
zope.sqlalchemy With conditions
PyPI · Python Modules · released Nov 2025

Integrates SQLAlchemy sessions with Zope's transaction manager, allowing database operations to participate in Zope's distributed transaction protocol.

Install only if you understand both SQLAlchemy and Zope transactions; it is not a general-purpose ORM integration and adds no abstraction layer.

license unclearpure Python · 3.10+aging
344.5Kdownloads / mo
zope.structuredtext With conditions
PyPI · Software Development · released Sep 2025

Parses and renders Zope structured text (STX), a plain-text markup dialect where document structure is signaled primarily by indentation.

However, verify ZPL-2.1 license compatibility first (marked unclear in metadata).

license unclearpure Python · 3.9+
129.0Kdownloads / mo
zope.tal With conditions
PyPI · WWW/HTTP · released Sep 2025

zope.tal implements the Template Attribute Language (TAL) and Macro Expansion for TAL (METAL), enabling dynamic markup injection into Zope Page Templates through custom namespace and attribute directives.

license unclearpure Python · 3.9+aging
138.0Kdownloads / mo
zope.tales With conditions
PyPI · WWW/HTTP · released Sep 2025

zope.tales provides an expression language for evaluating dynamic expressions in template contexts, designed to work with zope.tal and zope.pagetemplate for server-side page template rendering.

license unclearpure Python · 3.9+aging
135.5Kdownloads / mo
zope.testbrowser With conditions
PyPI · WWW/HTTP · released Sep 2025

zope.testbrowser provides a programmable web browser for automated testing of web applications and sites, with support for form interaction, cookie handling, and HTTP methods.

license unclearpure Python · 3.9+
129.4Kdownloads / mo
zope.testing Worth it
PyPI · Python Modules · released Jul 2026

Provides testing utilities and frameworks for Python, including doctest support, form parsing, logging verification, and setup/teardown automation.

ZPL-2.1pure Python · 3.10+
257.0Kdownloads / mo
zope.testrunner With conditions
PyPI · Python Modules · released Jul 2026

A test runner for Python projects with support for test layers, filtering by package/module/name, coverage measurement, profiling, and parallel execution.

However, verify the ZPL-2.1 license terms for your use case, and consider whether its layer-based organization and command-line interface fit your testing workflow…

ZPL-2.1pure Python · 3.10+
116.9Kdownloads / mo
zope.traversing With conditions
PyPI · Software Development · released Sep 2025

Resolves object paths by traversing an object hierarchy and computing URLs via the @@absolute_url view, with support for traversal namespaces like ++view++ and ++skin++.

license unclearpure Python · 3.9+
154.0Kdownloads / mo
zope.viewlet With conditions
PyPI · WWW/HTTP · released Sep 2025

zope.viewlet provides a pluggable framework for building modular web user interfaces by allowing templates to define regions (viewlet managers) where content (viewlets) can be dynamically inserted.

However, the aging maintenance status (336 days since release) and the unclear license treatment warrant verification before adoption in new projects.

license unclearpure Python · 3.9+aging
128.5Kdownloads / mo
zopfli With conditions
PyPI · Compression · released Jun 2026

Zopfli is a Python binding for Google's Zopfli compression library, providing higher-density compression for zlib and gzip formats than standard algorithms, with tunable iteration and block-splitting parameters.

Apache-2.0compiled wheel · 3.10+
36.4Mdownloads / mo
zss Skip
PyPI · Scientific/Engineering · released Mar 2018

Computes the edit distance between two tree structures using the Zhang-Shasha algorithm, with support for custom node formats and distance metrics.

license unclearbuilds from sourceabandoned
306.7Kdownloads / mo
zstandard Worth it
PyPI · released Sep 2025

Provides Python bindings to the Zstandard compression library, exposing both C extension and CFFI interfaces for compressing and decompressing data with access to the full feature set of the underlying C API.

Install it if you need Zstandard compression in Python and want access to the full C API feature set; the medium install friction is offset by broad wheel…

BSD-3-Clausecompiled wheel · 3.9+
193.8Mdownloads / mo
zstd With conditions
PyPI · Utilities · released Jun 2025

Provides Python bindings to the Zstandard (Zstd) compression library, enabling compression and decompression of data using the Zstd algorithm.

permissive licensecompiled wheel
9.5Mdownloads / mo
zthreading Skip
PyPI · Application Frameworks · released Jun 2022

Provides event-driven communication and task management for Python threads and asyncio, with decorators for signal handling and call batching.

license unclearpure Python · 3.6+abandoned
695.3Kdownloads / mo
zuban With conditions
PyPI · Python Modules · released Jul 2026

Zuban is a Rust-based Python language server and type checker offering Mypy-compatible and PyRight-like checking modes, with LSP support for diagnostics, completions, goto, references, rename, hover, and document highlights.

AGPL-3.0-onlycompiled wheel · 3.7+
240.4Kdownloads / mo
zuko Worth it
PyPI · Artificial Intelligence · released Mar 2026

Zuko implements normalizing flows in PyTorch as trainable neural modules, enabling conditional probability distributions and transformations that can be sent to GPU and optimized with standard PyTorch workflows.

Install it if you need conditional probability distributions or flow-based generative models in PyTorch.

MITpure Python · 3.10+
76.3Kdownloads / mo
zulip With conditions
PyPI · Chat · released Sep 2025

Python client library for sending and receiving messages through the Zulip messaging API, with support for bots, logging integration, and command-line message dispatch.

Apache-2.0pure Python · 3.9+
606.4Kdownloads / mo
zwave-js-server-python Worth it
PyPI · Home Automation · released Jul 2026

Python client library for communicating with zwave-js-server over WebSocket, providing Driver, Controller, and Node classes that mirror the Z-Wave JS event and state structure.

Install it if you need to communicate with a zwave-js-server instance from Python; it is the standard client for that purpose.

Apache-2.0pure Python · 3.12+
89.5Kdownloads / mo
zxcvbn Worth it
PyPI · Python Modules · released Feb 2025

Estimates password strength by analyzing patterns, common words, and user data, returning a score from 0 to 4 plus actionable feedback and crack-time estimates.

Install it if you need realistic password strength estimation with actionable feedback rather than simple regex or entropy rules.

MITpure Python
5.8Mdownloads / mo
zxing-cpp Worth it
PyPI · Graphics · released Jul 2026

Reads and writes barcodes and QR codes in images using Python bindings to the zxing-cpp C++ library.

Apache-2.0compiled wheel · 3.9+
860.7Kdownloads / mo
zyte-api With conditions
PyPI · WWW/HTTP · released Jul 2026

Python client library and command-line tool for Zyte API, providing both synchronous and asynchronous interfaces to send web scraping and data extraction requests.

BSD-3-Clausepure Python · 3.10+
200.3Kdownloads / mo