Beispiel #1
0
def ls(ctx):
    """List all available datasets.
    """
    click.echo('Listing of available data sources on the marketplace:',
               sys.stdout)
    marketplace = Marketplace()
    marketplace.list()
Beispiel #2
0
 def test_list(self):
     marketplace = Marketplace()
     marketplace.list()
     pass
Beispiel #3
0
 def test_list(self):
     marketplace = Marketplace()
     marketplace.list()
     pass
Beispiel #4
0
def ls(ctx):
    click.echo('Listing of available data sources on the marketplace:',
               sys.stdout)
    marketplace = Marketplace()
    marketplace.list()