Configure your GitHub repository from a file, without having to click around in the UI.
Project description
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
First, you will need to provide your GitHub credentials through the environment. Since github-file uses python-dotenv you can do so by creating a .env file with the following contents:
GITHUB_USER=your_username
GITHUB_PASS=your_password
Next, you will need to create a valid Githubfile. Here’s an example of one:
[core]
owner = jacquerie
repo = github-file
description = Configure your GitHub repository from a file,
without having to click around in the UI.
topics = github, configuration, file
[features]
has_issues = true
has_projects = false
has_wiki = false
[merges]
allow_squash_merge = false
allow_merge_commit = false
allow_rebase_merge = true
The meaning of these options is explained in GitHub’s API documentation, although not all the options are currently supported (in particular you currently can’t archive the repository or configure the default branch.)
Finally, running
$ github-file update -f Githubfile
will update the configuration of your GitHub repository so that it matches what is described in the file. Note that if you don’t provide a filename it will look by default in .github/Githubfile.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file github-file-0.5.2.tar.gz
.
File metadata
- Download URL: github-file-0.5.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22dcb17c4c9a76c6b781e9ee92029bdc4a79368e1c1ff252a80aedb85a03346d |
|
MD5 | 652b96bf04eb027d0577ecaa88e5c250 |
|
BLAKE2b-256 | cc487b7614d57275083ec9f4a1e3a8288d6f72fbbb3b42ff477698a65d4dbe5d |