slackbuilds/python/URLObject
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/URLObject: Added (utility class for manipulating URLs). 2019-10-23 23:10:04 +07:00
URLObject.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
URLObject.info python/URLObject: Added (utility class for manipulating URLs). 2019-10-23 23:10:04 +07:00
slack-desc python/URLObject: Added (utility class for manipulating URLs). 2019-10-23 23:10:04 +07:00

README

URLObject is a utility class for manipulating URLs.
The latest incarnation of this library builds upon the ideas of its predecessor,
but aims for a clearer API, focusing on proper method names over operator overrides.
It's also being developed from the ground up in a test-driven manner,
and has full Sphinx documentation.