Registry / devops / pox

pox

JSON →
library0.3.7pypypi✓ verified 35d ago

Pox is a Python library offering simple utilities for exploring and manipulating local and remote filesystems, and for automated build processes. It is currently at version 0.3.7 and maintains an active development status with regular minor updates.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

import pox

This quickstart demonstrates how to import the pox library and retrieve its version, license, and citation information.

import pox # Get the library version print(f"Pox Version: {pox.version()}") # Display the license information print("\n--- License ---") print(pox.license()) # Display citation information print("\n--- Citation ---") print(pox.citation())
Debug
Known footguns
breakingPox dropped formal support for Python 3.7.
breakingThe minimum required Python version was increased from 3.7 to 3.8.
breakingThe minimum required Python version was further increased from 3.8 to 3.9.
breakingThe `pox` module does not expose a `version()` method as part of its public API, leading to an `AttributeError` when `pox.version()` is called.
breakingThe `pox.version()` method is not available or has been removed from the `pox` library's API, leading to an `AttributeError`.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources