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)
)
Release files for roadmap-py 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| roadmap-py-1.0.2.tar.gz | 6.7 kB | Details |
Release files / roadmap-py-1.0.2.tar.gz
| Download URL | roadmap-py-1.0.2.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb911681a859d9293dda12e6409fb72dd53726692b9efcb7cc80b1e60265047d
|
|
BLAKE2b-256 checksum How to use checksums |
2841e91807ae5b817fd4e34fbd51889359f1e35c60fed5df35d2ef78cdb358bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|