Skip to content

realestate-com-au/cartodb-dashboard-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

cartodb-dashboard-python

Python API for CartoDB Dashboard. Provides access to the following operations on the CartoDB API

  • Import table
  • Column data type changes
  • Delete table
  • Rename table

IMPORTANT: This module works against a non published API which is subject to change. It has been tested without issue against the following CartoDB versions:

Cartodb Dashboard Client Version CartoDB Version
< 0.2.1 2.3.0 - 2.9.1

Requirements:

  • Simplejson
  • httplib2
  • mako

Install

  • clone repo
  • cd to cloned directory
python setup.py install

Or you can install from PyPi

pip install cartodb_dashboard

Usage

client = CartoDbDashboard(cartodb_domain, cartodb_user, cartodb_password, cartodb_host+':'+cartodb_api_port,
cartodb_protocol, cartodb_version)
client.import_data('test/testdata/localities.zip')

Tests

  • clone repo
  • cd to cloned directory
python setup.py test

Publish to PyPi

You will need an account on PyPi to be able to publish a new version of this package.

Register and upload

python setup.py sdist register upload

Install locally

The new version should be available for install as per the "Install from PyPi" section above.

About

Python API for CartoDB Dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •