Socket
Socket
Sign inDemoInstall

topogram-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

topogram-api-client

API Client for Topogram - Geo-network mapping.


Maintainers
1

Topogram Python API Client

Read The Docs Build

A python lib to communicate with Topogram

How it works

from topogram-python-client import TopogramAPIClient

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

# create a new network
topogram.create_topogram("test")

See a complete example in examples folder

Documentation

Read the docs at http://topogram.readthedocs.io/

Install

pip install topogram-api-client

or using github

git clone https://github.com/topogram/topogram-api-client
cd topogram-api-client
python setup.py install

command-line

topogram-client

tests

You will need to run a test instance of 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc