Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-utils-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-utils-api

Small library to cover non provided methods by pygithub

  • 0.69.0
  • PyPI
  • Socket score

Maintainers
1

GitHub Utils API

Known Vulnerabilities Vulnerabilities Security Rating Quality Gate Status Reliability Rating Maintainability Rating Code Smells Lines of Code Technical Debt Duplicated Lines (%)

What is it?

This package is used to provide a simple python interface for interacting with GitHub. It is based on the official public Rest API documentation and private methods discovered by the community.

This project is documented at https://githubutilsapi.readthedocs.io/

How to Install?

From PyPI

$ pip install github-utils-api

From Source

  • Git clone repository
  • Use pip install -r requirements.txt to install the required packages
  • or pipenv install && pipenv install --dev

How to use?

Import this python package and code.

from githubutilsapi import GithubUtilsApi

How to contribute?

First of all, I am happy for any PR requests. Let's fork and provide your changes :)

  1. Fork this project
  2. Install required software Python3
  3. Make your changes
  4. Remember to generate documented methods
  5. Test your changes and create the pull request

License

This project is licensed under the terms of the MIT license.

For a copy, see https://opensource.org/licenses/MIT.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc