Skip to content

parisk/kuma-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuma-py

Python wrapper for Kuma; the Django app behind MDN

Usage

import kuma

client = kuma.Client()
web_api = client.docs.web.api

for page in web_api.subpages:
    print '%s\n%s\n' % (page, page.summary)

About

Python wrapper for Kuma; the Django app behind MDN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages