Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

BYK/pyresto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyresto

Travis CI

Examples

GitHub

import pyresto.apis.github as GitHub

user = GitHub.User.get('berkerpeksag')
print 'Watchers: {0:d}'.format(sum(r.watchers for r in user.repos))

Bugzilla

from pyresto.apis.bugzilla import mozilla

mozilla.auth(username='<USERNAME>', password='<PASSWORD>')
bug = mozilla.Bug.get('774141')
print bug.id, bug.status, bug.summary
# 774141 NEW Add generic Bugzilla Python client API

Installation

To install Pyresto, simply:

pip install pyresto

Documentation

Documentation hosted on Read the Docs.

License

All files that are part of this project are covered by the following license, except where explicitly noted.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

A generic ORM framework for RESTful APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published