Tools that enhance the gitmoji (https://gitmoji.dev/) experience.
Project description
Contents
Overview
dbrownell_CommitEmojis offers command line tools useful when creating git commit messages based on gitmoji.
How to use dbrownell_CommitEmojis
Display
| Scenario | Command |
|---|---|
| Without installation | uvx --from dbrownell_CommitEmojis commit_emojis Display |
| When installed as a package dependency | uv run commit_emojis Display |
Transform
| Scenario | Command |
|---|---|
| Without installation | uvx --from dbrownell_CommitEmojis commit_emojis Transform <commit message> |
| When installed as a package dependency | uv run commit_emojis Transform <commit message> |
Examples for <commit message> are:
| Input | Output |
|---|---|
| :+project: Initial checkin | 🎉 [+project] Initial checkin |
| :+feature: A new feature was added | ✨ [+feature] A new feature was added |
See Display for a list of all supported emoji and alias values.
Installation
| Installation Method | Command |
|---|---|
| Via uv | uv add dbrownell_CommitEmojis |
| Via pip | pip install dbrownell_CommitEmojis |
Verifying Signed Artifacts
Artifacts are signed and verified using py-minisign and the public key in the file ./minisign_key.pub.
To verify that an artifact is valid, visit the latest release and download the .minisign signature file that corresponds to the artifact, then run the following command, replacing <filename> with the name of the artifact to be verified:
uv run --with py-minisign python -c "import minisign; minisign.PublicKey.from_file('minisign_key.pub').verify_file('<filename>'); print('The file has been verified.')"
Development
Please visit Contributing and Development for information on contributing to this project.
Additional Information
Additional information can be found at these locations.
| Title | Document | Description |
|---|---|---|
| Code of Conduct | CODE_OF_CONDUCT.md | Information about the norms, rules, and responsibilities we adhere to when participating in this open source community. |
| Contributing | CONTRIBUTING.md | Information about contributing to this project. |
| Development | DEVELOPMENT.md | Information about development activities involved in making changes to this project. |
| Governance | GOVERNANCE.md | Information about how this project is governed. |
| Maintainers | MAINTAINERS.md | Information about individuals who maintain this project. |
| Security | SECURITY.md | Information about how to privately report security issues associated with this project. |
License
dbrownell_CommitEmojis is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbrownell_commitemojis-0.3.4.tar.gz.
File metadata
- Download URL: dbrownell_commitemojis-0.3.4.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15f0c94165becf5aa9e8b77551e9643c55073218126ecd4fcf25a40c0831948
|
|
| MD5 |
f672b8413d52dd39b46504cd1929591c
|
|
| BLAKE2b-256 |
0bf3294c27a412d2c1be4c18c705a29699b8203f533b235fc906d921944184b2
|
File details
Details for the file dbrownell_commitemojis-0.3.4-py3-none-any.whl.
File metadata
- Download URL: dbrownell_commitemojis-0.3.4-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2a69e1756c648e0652132c118a2051b7e6d76bde16f7e3ea11614d7cecda8dc
|
|
| MD5 |
fbab0bde92796440bd223cf96dd5df73
|
|
| BLAKE2b-256 |
532ae1159e36a423c3a18834dacc6de97a2949ae94f6838bf1162bc009254b80
|