git-cliff 2.2.1__py3-none-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,110 @@
1
+ Metadata-Version: 2.3
2
+ Name: git-cliff
3
+ Version: 2.2.1
4
+ Classifier: Intended Audience :: Developers
5
+ Classifier: Topic :: Software Development
6
+ Classifier: Programming Language :: Rust
7
+ Classifier: Programming Language :: Python :: Implementation :: CPython
8
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
9
+ Summary: A highly customizable changelog generator ⛰️
10
+ Keywords: changelog,generator,conventional,commit
11
+ Home-Page: https://github.com/orhun/git-cliff
12
+ Author: git-cliff contributors <git-cliff@protonmail.com>
13
+ Author-email: git-cliff contributors <git-cliff@protonmail.com>
14
+ License: MIT OR Apache-2.0
15
+ Requires-Python: >=3.7
16
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
17
+ Project-URL: Source Code, https://github.com/orhun/git-cliff
18
+
19
+ <p align="center">
20
+ <a href="https://git-cliff.org">
21
+ <img src="https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-logo.png" width="300"></a>
22
+ <br>
23
+ <a href="https://github.com/orhun/git-cliff/releases">
24
+ <img src="https://img.shields.io/github/v/release/orhun/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=GitHub&logoColor=white">
25
+ </a>
26
+ <a href="https://crates.io/crates/git-cliff/">
27
+ <img src="https://img.shields.io/crates/v/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=Rust&logoColor=white">
28
+ </a>
29
+ <a href="https://codecov.io/gh/orhun/git-cliff">
30
+ <img src="https://img.shields.io/codecov/c/gh/orhun/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=Codecov&logoColor=white">
31
+ </a>
32
+ <br>
33
+ <a href="https://github.com/orhun/git-cliff/actions?query=workflow%3A%22Continuous+Integration%22">
34
+ <img src="https://img.shields.io/github/actions/workflow/status/orhun/git-cliff/ci.yml?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=GitHub%20Actions&logoColor=BEC5C9">
35
+ </a>
36
+ <a href="https://github.com/orhun/git-cliff/actions?query=workflow%3A%22Continuous+Deployment%22">
37
+ <img src="https://img.shields.io/github/actions/workflow/status/orhun/git-cliff/cd.yml?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=GitHub%20Actions&logoColor=BEC5C9&label=deploy">
38
+ </a>
39
+ <a href="https://hub.docker.com/r/orhunp/git-cliff">
40
+ <img src="https://img.shields.io/github/actions/workflow/status/orhun/git-cliff/docker.yml?style=flat&labelColor=1C2C2E&color=BEC5C9&label=docker&logo=Docker&logoColor=BEC5C9">
41
+ </a>
42
+ <a href="https://docs.rs/git-cliff-core/">
43
+ <img src="https://img.shields.io/docsrs/git-cliff-core?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=Rust&logoColor=BEC5C9">
44
+ </a>
45
+ <br>
46
+ <a href="https://matrix.to/#/#git-cliff:matrix.org">
47
+ <img src="https://img.shields.io/matrix/git-cliff:matrix.org?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=matrix&logoColor=BEC5C9&label=join%20matrix">
48
+ </a>
49
+ <a href="https://discord.gg/W3mAwMDWH4">
50
+ <img src="https://img.shields.io/discord/1093977388892819553?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=discord&logoColor=BEC5C9&label=join%20discord">
51
+ </a>
52
+ </p>
53
+
54
+ <h4 align="center">
55
+ <a href="https://git-cliff.org/docs">Documentation</a> |
56
+ <a href="https://git-cliff.org">Website</a>
57
+ </h4>
58
+
59
+ **git-cliff** can generate [changelog](https://en.wikipedia.org/wiki/Changelog) files from the [Git](https://git-scm.com/) history by utilizing [conventional commits](https://git-cliff.org/docs/configuration/git#conventional_commits) as well as regex-powered [custom parsers](https://git-cliff.org/docs/configuration/git#commit_parsers). The [changelog template](https://git-cliff.org/docs/category/templating) can be customized with a [configuration file](https://git-cliff.org/docs/configuration) to match the desired format.
60
+
61
+ ![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)
62
+
63
+ ## Documentation
64
+
65
+ Learn how to use **git-cliff** from the [documentation](https://git-cliff.org/docs).
66
+
67
+ - [Installation](https://git-cliff.org/docs/installation/)
68
+ - [Usage](https://git-cliff.org/docs/usage/examples)
69
+ - [Configuration](https://git-cliff.org/docs/configuration)
70
+ - [Templating](https://git-cliff.org/docs/category/templating)
71
+
72
+ ## In The Media
73
+
74
+ - [Turning Git commits into changelog with git-cliff](https://www.youtube.com/watch?v=RWh8qbiLRts) - RustLab 2023 (Talk)
75
+ - [An Interview with Orhun of git-cliff](https://console.substack.com/p/console-141) - Console #141 (Newsletter)
76
+
77
+ ## Editor Support
78
+
79
+ - [git-cliff.el](https://github.com/liuyinz/git-cliff.el) - Generate, update and release changelog in Emacs
80
+
81
+ ## Similar/Related Projects
82
+
83
+ - [git-journal](https://github.com/saschagrunert/git-journal) - The Git Commit Message and Changelog Generation Framework
84
+ - [clog-cli](https://github.com/clog-tool/clog-cli) - Generate beautiful changelogs from your Git commit history
85
+ - [relnotes](https://crates.io/crates/relnotes) - A tool to automatically generate release notes for your project.
86
+ - [cocogitto](https://github.com/oknozor/cocogitto) - A set of CLI tools for the conventional commit and semver specifications.
87
+ - [cliff-jumper](https://github.com/favware/cliff-jumper) - A NodeJS CLI tool that combines git-cliff and
88
+ [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump)
89
+ to semantically bump a NodeJS package and generate a git-cliff powered changelog.
90
+ - [release-plz](https://github.com/MarcoIeni/release-plz) - Release Rust packages from CI.
91
+ - [git-changelog-command-line](https://github.com/tomasbjerre/git-changelog-command-line) - Generate changelog and determine next version with conventional commits.
92
+
93
+ ## Contributors
94
+
95
+ Thanks goes to these wonderful people ✨
96
+
97
+ <a href="https://github.com/orhun/git-cliff/graphs/contributors">
98
+ <img src="https://contrib.rocks/image?repo=orhun/git-cliff" />
99
+ </a>
100
+
101
+ Made with [contrib.rocks](https://contrib.rocks).
102
+
103
+ ## License
104
+
105
+ Licensed under either of [Apache License Version 2.0](./LICENSE-APACHE) or [The MIT License](./LICENSE-MIT) at your option.
106
+
107
+ ## Copyright
108
+
109
+ Copyright © 2021-2024, [git-cliff contributors](mailto:git-cliff@protonmail.com)
110
+
@@ -0,0 +1,6 @@
1
+ git_cliff-2.2.1.dist-info/METADATA,sha256=DIcqPfH9hoRw_5cOpqsw1Fxvw-f9xYTzhkFgfpKvXIU,6252
2
+ git_cliff-2.2.1.dist-info/WHEEL,sha256=fJYHk8v8Y3kkB5fuJMvKTFdKGdxkhMiLj7pW69aHbsA,89
3
+ git_cliff-2.2.1.data/scripts/git-cliff-completions.exe,sha256=hVg3v0EoNsFvH1fR9SN-gngyhfQ4KfKX2r-CCiKpayM,1571840
4
+ git_cliff-2.2.1.data/scripts/git-cliff-mangen.exe,sha256=HY1op17P9OpMC_qckVX5cPupSPr5uHrtVIK-KHKsmj0,1496576
5
+ git_cliff-2.2.1.data/scripts/git-cliff.exe,sha256=ea62XOuUWawm6BNRlhp8Z_iffRmZqPtMq9nloyPmVl8,10694144
6
+ git_cliff-2.2.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.5.1)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win32