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
Repository
A simple CLI utility to create uniform commits
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
PyCommit
A simple CLI utility to create uniform commits.
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
- Repositories: 4
- Profile: https://github.com/Antoine-Meloche
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
Top Committers
| Name | 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
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
- Homepage: https://github.com/Antoine-Meloche/PyCommit
- Documentation: https://pycommit.readthedocs.io/
- License: GPL-3.0
-
Latest release: 0.1.0
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- GitPython ==3.1.29
- GitPython ==3.1.26