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
Release history Release notifications | RSS feed
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)