CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Analysis API #116

Open jgoizueta opened 5 years ago

jgoizueta commented 5 years ago

This provides an interface to the in-the-works Analysis API

jgoizueta commented 5 years ago

The higher level API is not Python 2 compatible at the moment

jgoizueta commented 5 years ago

For consistency with other APIs I think it'll be better to rename AnalysisContext as AnalysisClient, (which should be the most useful interface) and rename AnalysisClient to AnalysisApiClient or so (and perhaps make it private).