pycommit

A simple CLI utility to create uniform commits

https://github.com/antoine-meloche/pycommit

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords from Contributors

interactive mesh interpretability profiles sequences generic projection standardization optim embedded
Last synced: 7 months ago · JSON representation ·

Repository

A simple CLI utility to create uniform commits

Basic Info
  • Host: GitHub
  • Owner: Antoine-Meloche
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 52.7 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 2
Created over 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

PyCommit

A simple CLI utility to create uniform commits.

Py Commit Logo Py Commit Logo

Table of Contents

Usage

Track/stage changes in working directory

PyCommit equivalent to 'git add .' to add all untracked files or unstaged changes to the current commit.

pycommit add

or

pycommit a

Commit staged changes

PyCommit equivalent to 'git commit -m "Title" -m "Message"' to commit the staged changes to the current repository (local only).

pycommit commit

or

pycommit c

Push commit to remote

PyCommit equivalent to 'git push -u "remote" "branch"' to push the commit to a remote.

pycommit push

or

pycommit p

All in one

PyCommit equivalent to 'git add . && git commit -m "Title" -m "Message" && git push -u "remote" "branch"'

pycommit

Changing path of repo

PyCommit command argument '-p' is used to load a repo that is not in the current running directory.

pycommit -p /path/to/repo

Installation

Install from releases

Linux release

Available packages:

| Packaging type | status| |:--------------:|:-----:| | AUR | ✘ | | Fedora (rpm) | ✘ | | Flatpak | ✘ | | AppImage | ✘ | | Snap | ✘ |

For more information visit the Linux Releases Wiki Page

Pip release

python -m pip install gitpython PyCommit

Install from source

Refer to the Install from source section in the wiki.

Owner

  • Name: Antoine Meloche
  • Login: Antoine-Meloche
  • Kind: user
  • Location: Canada

I'm a 17 year old student who loves programming and learning.

Citation (CITATION.cff)

cff-version: 1.2.0
title: PyCommit
message: 'Please use the below information to cite this software'
type: software
authors:
  - given-names: Antoine
    family-names: Meloche
    email: antmeloche@gmail.com
    orcid: 'https://orcid.org/0000-0001-7126-0051'
identifiers:
  - type: doi
    value: 10.5281/zenodo.5842463
repository-code: 'https://github.com/Antoine-Meloche/PyCommit.git'
url: 'https://github.com/Antoine-Meloche/PyCommit'
abstract: A simple CLI utility to create uniform commits
keywords:
  - python
  - git
  - commit
license: GPL-3.0

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 19
  • Total Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.158
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Antoine Meloche 5****e 16
dependabot[bot] 4****] 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 16 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 20 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
pypi.org: pycommit

A simple CLI to create uniform commits

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 20 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.8%
Stargazers count: 27.8%
Forks count: 29.8%
Average: 33.8%
Downloads: 79.6%
Maintainers (1)
Last synced: 8 months ago

Dependencies

requirements.txt pypi
  • GitPython ==3.1.29
setup.py pypi
  • GitPython ==3.1.26