python-gitmojis 1.0.0__py3-none-any.whl → 1.1.0__py3-none-any.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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: python-gitmojis
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: 😜 The official Gitmoji Guide in Python projects 🐍
5
5
  Author-email: Kamil Paduszyński <paduszyk@gmail.com>
6
6
  Keywords: emoji,git,gitmoji
@@ -12,26 +12,15 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
15
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
18
  Requires-Python: >=3.10
17
19
  Description-Content-Type: text/markdown
18
20
  License-File: LICENSE
19
- Requires-Dist: click
20
- Requires-Dist: requests
21
- Provides-Extra: dev
22
- Requires-Dist: nox ; extra == 'dev'
23
- Requires-Dist: pre-commit ; extra == 'dev'
24
- Provides-Extra: lint
25
- Requires-Dist: black ; extra == 'lint'
26
- Requires-Dist: mypy ; extra == 'lint'
27
- Requires-Dist: ruff ; extra == 'lint'
28
- Requires-Dist: types-requests ; extra == 'lint'
29
- Provides-Extra: test
30
- Requires-Dist: pytest ; extra == 'test'
31
- Requires-Dist: pytest-click ; extra == 'test'
32
- Requires-Dist: pytest-cov ; extra == 'test'
33
- Requires-Dist: pytest-custom-exit-code ; extra == 'test'
34
- Requires-Dist: pytest-mock ; extra == 'test'
21
+ Requires-Dist: click<9.0.0,>=8.4.2
22
+ Requires-Dist: requests<3.0.0,>=2.34.2
23
+ Dynamic: license-file
35
24
 
36
25
  # python-gitmojis
37
26
 
@@ -44,6 +33,11 @@ Requires-Dist: pytest-mock ; extra == 'test'
44
33
  [![mypy](https://img.shields.io/badge/type--checked-mypy-blue?style=flat-square)][mypy]
45
34
  [![black](https://img.shields.io/badge/code%20style-black-black?style=flat-square)][black]
46
35
 
36
+ [![pypi-status](https://img.shields.io/pypi/status/python-gitmojis?style=flat-square&logo=pypi&logoColor=white)][pypi]
37
+ [![pypi-version](https://img.shields.io/pypi/v/python-gitmojis?style=flat-square&logo=pypi&logoColor=white)][pypi]
38
+ [![pypi-python-version](https://img.shields.io/pypi/pyversions/python-gitmojis?style=flat-square&logo=python&logoColor=white)][pypi]
39
+ [![pypi-license](https://img.shields.io/pypi/l/python-gitmojis?style=flat-square&label=license)][pypi]
40
+
47
41
  ## Summary
48
42
 
49
43
  This package provides a few simple utilities to apply the official
@@ -56,7 +50,7 @@ commit and pull request messages seem feasible as well.
56
50
 
57
51
  - Handle individual Gitmojis and their lists using Python classes. 👔
58
52
  - Fetch Gitmoji data directly from the official [Gitmoji API][gitmoji-api]. 😜
59
- - Graceful degradation: If the API is unavailable, fall back to backup data. 🛟
53
+ - Graceful degradation: If the API is unavailable, fall back to backup data. 🦺
60
54
 
61
55
  ## Installation
62
56
 
@@ -259,4 +253,5 @@ Released under the [MIT License][license].
259
253
  [nox]: https://github.com/wntrblm/nox
260
254
  [pep-557]: https://peps.python.org/pep-0557/
261
255
  [pre-commit.ci]: https://results.pre-commit.ci/latest/github/paduszyk/python-gitmojis/main
256
+ [pypi]: https://pypi.org/project/python-gitmojis/
262
257
  [ruff]: https://github.com/astral-sh/ruff
@@ -7,9 +7,9 @@ gitmojis/model.py,sha256=u_PbVBslbWDMl6zcuQ_nwp9bhtozewOeDRBlY_sCYIo,1974
7
7
  gitmojis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  gitmojis/cli/__init__.py,sha256=mkPm04uX4jBP8Lm6uwBH82LL7zwQj3uuzQuPTvHvLcY,1015
9
9
  gitmojis/cli/commands.py,sha256=AxJoE0cee8UzROdFbZWSJ74jTWW3-PqVX3kK-bPU_HU,754
10
- python_gitmojis-1.0.0.dist-info/LICENSE,sha256=iHR_1MUUh3pnFPRppAd20LhTqDl820fDdizEWXNGSII,1075
11
- python_gitmojis-1.0.0.dist-info/METADATA,sha256=JS1ahw2KSQp6GqUcYHI7vcQa2wEceDOk0TkjooPy8gQ,9765
12
- python_gitmojis-1.0.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
13
- python_gitmojis-1.0.0.dist-info/entry_points.txt,sha256=ikh4RpFvqZT85TD0aUtoOT7C6LbaKNV0RU-iPNXCv1g,52
14
- python_gitmojis-1.0.0.dist-info/top_level.txt,sha256=hEF9XSDmvmTWl3k8rl92pxO-pG7vEC9EqHjXQkoyY_k,9
15
- python_gitmojis-1.0.0.dist-info/RECORD,,
10
+ python_gitmojis-1.1.0.dist-info/licenses/LICENSE,sha256=DGTOQe3hoUVVVxkAQq6G5colipirMi1t39vhJ0FIkFE,1080
11
+ python_gitmojis-1.1.0.dist-info/METADATA,sha256=Kck2cEB4hvLeRpaWKirSYWmRGZSKZLenZx9duY7dEAs,9903
12
+ python_gitmojis-1.1.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
13
+ python_gitmojis-1.1.0.dist-info/entry_points.txt,sha256=ikh4RpFvqZT85TD0aUtoOT7C6LbaKNV0RU-iPNXCv1g,52
14
+ python_gitmojis-1.1.0.dist-info/top_level.txt,sha256=hEF9XSDmvmTWl3k8rl92pxO-pG7vEC9EqHjXQkoyY_k,9
15
+ python_gitmojis-1.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: setuptools (83.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Kamil Paduszyński
3
+ Copyright (c) 2023-2026 Kamil Paduszyński
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal