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 details)
File details
Details for the file roadmap-py-1.0.2.tar.gz.
File metadata
- Download URL: roadmap-py-1.0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb911681a859d9293dda12e6409fb72dd53726692b9efcb7cc80b1e60265047d
|
|
| MD5 |
84f9cab014fd2ef1571df558c363511f
|
|
| BLAKE2b-256 |
2841e91807ae5b817fd4e34fbd51889359f1e35c60fed5df35d2ef78cdb358bf
|