Functions for parsing command-line arguments that combine file paths and network addresses, commonly used in server applications. Version 2.0.1. Stable, low release cadence.
pip install path-and-addressNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a string combining a path and address into its components.
Use a raw string or escape the colon if necessary. Alternatively, manually split on last colon.
Use PathAddress class from top-level module. For simple splitting, still use parse() function imported from top-level.
No dependency data recorded yet.