GithubHelp home page GithubHelp logo

dineshchandvarre / pygithub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pygithub/pygithub

0.0 0.0 0.0 12.51 MB

Typed interactions with the GitHub API v3

Home Page: https://pygithub.readthedocs.io/

License: GNU Lesser General Public License v3.0

Python 99.93% Shell 0.07%

pygithub's Introduction

PyGitHub

PyPI check readthedocs License Slack Open Source Helpers codecov Code style: black

PyGitHub is a Python library to access the GitHub API v3 and Github Enterprise API v3. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.

Install

$ pip install PyGithub

Simple Demo

from github import Github

# First create a Github instance:

# using username and password
g = Github("user", "password")

# or using an access token
g = Github("access_token")

# Github Enterprise with custom hostname
g = Github(base_url="https://{hostname}/api/v3", login_or_token="access_token")

# Then play with your Github objects:
for repo in g.get_user().get_repos():
    print(repo.name)

Documentation

More information can be found on the PyGitHub documentation site.

Development

Contributing

Long-term discussion and bug reports are maintained via GitHub Issues. Code review is done via GitHub Pull Requests.

For more information read CONTRIBUTING.md.

Maintainership

We're actively seeking maintainers that will triage issues and pull requests and cut releases. If you work on a project that leverages PyGitHub and have a vested interest in keeping the code alive and well, send an email to someone in the MAINTAINERS file.

pygithub's People

Contributors

jacquev6 avatar s-t-e-v-e-n-k avatar sfdye avatar akfish avatar jzelinskie avatar jayfk avatar martinqt avatar enix223 avatar thialfihar avatar allevin avatar adambaratz avatar nhomar avatar davidbrai avatar mfonville avatar jacquerie avatar ahhda avatar florentclarret avatar hugovk avatar res0nance avatar jasonwhite avatar sbesson avatar gshefer avatar edhollandal avatar sharkykh avatar timgates42 avatar ferada avatar mikeage avatar mstuttgart avatar zer0tonin avatar blatinier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.