conversor-horas-trabalho 0.1.1__tar.gz → 0.1.2__tar.gz
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.
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/PKG-INFO +7 -4
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/pyproject.toml +8 -8
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/LICENSE +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/README.md +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/__init__.py +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/cli.py +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/converte_horas.py +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/converte_horas_semanais.py +0 -0
- {conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/total_horas_mes.py +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: conversor-horas-trabalho
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary:
|
|
5
5
|
License: FreeFreeWare
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Author: Gabriel Nadai
|
|
7
8
|
Author-email: denadai123@gmail.com
|
|
8
9
|
Requires-Python: >=3.10,<4.0
|
|
@@ -14,9 +15,11 @@ Classifier: Programming Language :: Python :: 3
|
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
20
|
Classifier: Topic :: Education
|
|
18
|
-
Requires-Dist: rich (>=
|
|
19
|
-
Requires-Dist: typer (>=0.
|
|
21
|
+
Requires-Dist: rich (>=14.3.2,<15.0.0)
|
|
22
|
+
Requires-Dist: typer (>=0.21.1,<0.22.0)
|
|
20
23
|
Project-URL: Bug Tracker, https://github.com/ogabrielnadai/conversor-horas-trabalho/issues
|
|
21
24
|
Project-URL: Código, https://github.com/ogabrielnadai/conversor-horas-trabalho
|
|
22
25
|
Project-URL: Documentação, https://conversor-horas-trabalho.readthedocs.io/pt-br/latest/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "conversor-horas-trabalho"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.2"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = ["Gabriel Nadai <denadai123@gmail.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -24,8 +24,8 @@ conversor-hora-trabalho = 'conversor_horas_trabalho.cli:app'
|
|
|
24
24
|
|
|
25
25
|
[tool.poetry.dependencies]
|
|
26
26
|
python = "^3.10"
|
|
27
|
-
typer = "^0.
|
|
28
|
-
rich = "^
|
|
27
|
+
typer = "^0.21.1"
|
|
28
|
+
rich = "^14.3.2"
|
|
29
29
|
|
|
30
30
|
[tool.poetry.group.dev.dependencies]
|
|
31
31
|
pytest = "^8.3.3"
|
|
@@ -35,11 +35,11 @@ isort = "^5.13.2"
|
|
|
35
35
|
taskipy = "^1.13.0"
|
|
36
36
|
|
|
37
37
|
[tool.poetry.group.doc.dependencies]
|
|
38
|
-
mkdocs-material = "^9.
|
|
39
|
-
mkdocstrings = "^0.
|
|
40
|
-
mkdocstrings-python = "^
|
|
41
|
-
jinja2 = "^3.1.
|
|
42
|
-
mkdocs-macros-plugin = "^1.
|
|
38
|
+
mkdocs-material = "^9.7.1"
|
|
39
|
+
mkdocstrings = "^1.0.2"
|
|
40
|
+
mkdocstrings-python = "^2.0.1"
|
|
41
|
+
jinja2 = "^3.1.6"
|
|
42
|
+
mkdocs-macros-plugin = "^1.5.0"
|
|
43
43
|
|
|
44
44
|
[build-system]
|
|
45
45
|
requires = ["poetry-core"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{conversor_horas_trabalho-0.1.1 → conversor_horas_trabalho-0.1.2}/conversor_horas_trabalho/cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|