{"library":"random-address","title":"random-address","description":"A Python library for generating real random addresses that geocode successfully. It scrapes addresses from online sources and validates them via geocoding. Version 1.3.0 (last released) supports Python >=3.6.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install random-address"],"cli":null},"imports":["from random_address import RandomAddress"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from random_address import RandomAddress\nra = RandomAddress()\naddress = ra.random_address()\nprint(address)","lang":"python","description":"Generate a random address.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}