git-cliff 2.6.1__py3-none-win_amd64.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,113 @@
1
+ Metadata-Version: 2.3
2
+ Name: git-cliff
3
+ Version: 2.6.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><!-- </a> being on the same line as the <img> tag is intentional! -->
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"></a>
25
+ <a href="https://crates.io/crates/git-cliff/">
26
+ <img src="https://img.shields.io/crates/v/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=Rust&logoColor=white"></a>
27
+ <a href="https://codecov.io/gh/orhun/git-cliff">
28
+ <img src="https://img.shields.io/codecov/c/gh/orhun/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=Codecov&logoColor=white"></a>
29
+ <br>
30
+ <a href="https://github.com/orhun/git-cliff/actions?query=workflow%3A%22Continuous+Integration%22">
31
+ <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"></a>
32
+ <a href="https://github.com/orhun/git-cliff/actions?query=workflow%3A%22Continuous+Deployment%22">
33
+ <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"></a>
34
+ <a href="https://hub.docker.com/r/orhunp/git-cliff">
35
+ <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"></a>
36
+ <a href="https://docs.rs/git-cliff-core/">
37
+ <img src="https://img.shields.io/docsrs/git-cliff-core?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=Rust&logoColor=BEC5C9"></a>
38
+ <br>
39
+ </p>
40
+
41
+ <h4 align="center">
42
+ <a href="https://git-cliff.org/docs">Documentation</a> |
43
+ <a href="https://git-cliff.org">Website</a>
44
+ </h4>
45
+
46
+ **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.
47
+
48
+ ![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)
49
+
50
+ ## Documentation
51
+
52
+ Learn how to use **git-cliff** from the [documentation](https://git-cliff.org/docs).
53
+
54
+ - [Installation](https://git-cliff.org/docs/installation/)
55
+ - [Usage](https://git-cliff.org/docs/usage/examples)
56
+ - [Configuration](https://git-cliff.org/docs/configuration)
57
+ - [Templating](https://git-cliff.org/docs/category/templating)
58
+
59
+ ## In The Media
60
+
61
+ - [Turning Git commits into changelog with git-cliff](https://www.youtube.com/watch?v=RWh8qbiLRts) - RustLab 2023 (Talk)
62
+ - [An Interview with Orhun of git-cliff](https://console.substack.com/p/console-141) - Console #141 (Newsletter)
63
+ - [KaiCode Open Source Festival 2024](https://www.kaicode.org/2024.html) (Second place winner)
64
+
65
+ ## Editor Support
66
+
67
+ - [git-cliff.el](https://github.com/liuyinz/git-cliff.el) - Generate, update and release changelog in Emacs
68
+
69
+ ## Similar/Related Projects
70
+
71
+ - [git-journal](https://github.com/saschagrunert/git-journal) - The Git Commit Message and Changelog Generation Framework
72
+ - [clog-cli](https://github.com/clog-tool/clog-cli) - Generate beautiful changelogs from your Git commit history
73
+ - [relnotes](https://crates.io/crates/relnotes) - A tool to automatically generate release notes for your project.
74
+ - [cocogitto](https://github.com/oknozor/cocogitto) - A set of CLI tools for the conventional commit and semver specifications.
75
+ - [cliff-jumper](https://github.com/favware/cliff-jumper) - A NodeJS CLI tool that combines git-cliff and
76
+ [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump)
77
+ to semantically bump a NodeJS package and generate a git-cliff powered changelog.
78
+ - [release-plz](https://github.com/MarcoIeni/release-plz) - Release Rust packages from CI.
79
+ - [git-changelog-command-line](https://github.com/tomasbjerre/git-changelog-command-line) - Generate changelog and determine next version with conventional commits.
80
+ - [git-changelog](https://github.com/pawamoy/git-changelog): Automatic Changelog generator using Jinja2 templates.
81
+
82
+ ## Contributors
83
+
84
+ Thanks goes to these wonderful people ✨
85
+
86
+ <a href="https://github.com/orhun/git-cliff/graphs/contributors">
87
+ <img src="https://contrib.rocks/image?repo=orhun/git-cliff" />
88
+ </a>
89
+
90
+ Made with [contrib.rocks](https://contrib.rocks).
91
+
92
+ ## Socials
93
+
94
+ <a href="https://discord.gg/W3mAwMDWH4">
95
+ <img src="https://discord.com/api/guilds/1093977388892819553/embed.png?style=banner2"></a> <!-- </a> being on the same line as the <img> tag is intentional! -->
96
+ <br>
97
+ <a href="https://matrix.to/#/#git-cliff:matrix.org">
98
+ <img src="https://img.shields.io/matrix/git-cliff:matrix.org?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=matrix&logoColor=BEC5C9&label=join%20matrix"></a>
99
+ <a href="https://discord.gg/W3mAwMDWH4">
100
+ <img src="https://img.shields.io/discord/1093977388892819553?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=discord&logoColor=BEC5C9&label=join%20discord"></a>
101
+ <a href="https://twitter.com/git_cliff">
102
+ <img src="https://img.shields.io/twitter/follow/git_cliff?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=twitter&logoColor=BEC5C9"></a>
103
+ <a href="https://fosstodon.org/@git_cliff">
104
+ <img src="https://img.shields.io/mastodon/follow/111545487385097711?domain=https%3A%2F%2Ffosstodon.org&style=flat&labelColor=1C2C2E&color=BEC5C9&logo=mastodon&logoColor=BEC5C9"></a>
105
+
106
+ ## License
107
+
108
+ Licensed under either of [Apache License Version 2.0](./LICENSE-APACHE) or [The MIT License](./LICENSE-MIT) at your option.
109
+
110
+ ## Copyright
111
+
112
+ Copyright © 2021-2024, [git-cliff contributors](mailto:git-cliff@protonmail.com)
113
+
@@ -0,0 +1,6 @@
1
+ git_cliff-2.6.1.dist-info/METADATA,sha256=KZyPZQ_yZNHYScPWyN6x5spO6Qa2USt4lb4O4onj7ec,7108
2
+ git_cliff-2.6.1.dist-info/WHEEL,sha256=M4hxu9MBgTucOfxfpXjMbhSlCOKAIM9kW-bfPMsHAfo,93
3
+ git_cliff-2.6.1.data/scripts/git-cliff.exe,sha256=W_v8iDIi625IIK-tdXfuTs8jMpPADRkrZOk7rG_hgac,13383168
4
+ git_cliff-2.6.1.data/scripts/git-cliff-completions.exe,sha256=VHXTguF9tFbh8dxDyDaotvRPHVib8cY-pUtrRu44Kkk,2358784
5
+ git_cliff-2.6.1.data/scripts/git-cliff-mangen.exe,sha256=PefPAxWwIPTtWwzdbLrFjn3B5nUT-3b9p6Z8Clngbcs,2269696
6
+ git_cliff-2.6.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.7.4)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64