This goes through all the datasets I know about. ::

    for dataset in pluplusch():
        print(dataset)

You can tune it a bit with the parameters. ::

    pluplusch(catalogs = ['https://data.cityofnewyork.us'], cache_dir = '.pluplusch', proxies = {})
