Skip to main content

API Client for Topogram - Geo-network mapping.

Project description

# Topogram Python API Client

![Read The Docs Build](https://readthedocs.org/projects/topogram/badge/?version=latest)

A python lib to communicate with Topogram

## How it works

Read the docs at [http://topogram.readthedocs.io/](http://topogram.readthedocs.io/)

from topogram-python-client import TopogramAPIClient

topogram = TopogramAPIClient(”http://localhost:3000”)

# create a new network topogram.create_topogram(“test”)

## command-line

topogram-client

## tests

You will need to run a test instance of [Topogram](http://github.com/topogram/topogram) with a different DB on the 3030 port.

export MONGO_URL=mongodb://localhost:27017/test_topogram; meteor –port 3030

Install the dev dependencies

pip install -r dev_requirements.txt

Then you can run the tests

nosetests –rednose tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topogram-api-client-1.0.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page