Skip to main content

Configure your GitHub repository from a file, without having to click around in the UI.

Project description

https://travis-ci.org/jacquerie/github-file.svg?branch=master https://coveralls.io/repos/github/jacquerie/github-file/badge.svg?branch=master

About

Configure your GitHub repository from a file, without having to click around in the UI.

Install

github-file is on PyPI, so all you have to do is:

$ pip install github-file

Usage

Currently github-file implements one subcommand:

$ github-file update

This will update the configuration of your repository on GitHub so that it matches what is described in a file called (by default) Githubfile in the .github folder. Here’s an example of such a file:

[core]
owner = jacquerie
repo = github-file
description = Configure your GitHub repository from a file,
    without having to click around in the UI.

[features]
has_issues = true
has_wiki = false

The meaning of these options is explained in GitHub’s API documentation at https://developer.github.com/v3/repos/#edit, although not all options are currently available. Here’s what’s currently configurable:

  • description

  • homepage

  • private

  • has_issues

  • has_wiki

Author

Jacopo Notarstefano (@Jaconotar)

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github-file-0.1.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page