Skip to main content

Python bindings for the Roadmap API

Project description

Roadmap for Python

Version: v1.0.2

Summary

Official Python API client library for Roadmap's API.

Installation

pip install roadmap-py

Documentation

For a comprehensive list of examples, check out the API documentation.

Here are some examples:

Get the roadmap

from roadmap-py import roadmap

roadmap.init("email", "token")

roadmap.roadmaps.get_roadmap(
  "[roadmap id here]",
  lambda err, result: print(err, result)
)

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

roadmap-py-1.0.2.tar.gz (6.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