{"library":"pyuri","title":"pyuri","description":"pyuri is a Python library for proper URI parsing and manipulation. It fully conforms to RFC 3986 and provides a clean API for working with URIs. Current version 0.3.1 is stable but in maintenance mode; releases are infrequent.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyuri"],"cli":null},"imports":["from pyuri import URI"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyuri import URI\n\nuri = URI('http://example.com/path?q=test')\nprint(uri.scheme)  # http\nprint(uri.host)    # example.com\nprint(uri.path)    # /path\nprint(uri.query)   # q=test\nprint(uri.authority)  # example.com","lang":"python","description":"Parse and access components of a URI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}