allgitstatus 0.1.0__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.
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: allgitstatus
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Add your description here
|
|
5
|
+
Author: David Brownell
|
|
6
|
+
Author-email: David Brownell <github@davidbrownell.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Classifier: Operating System :: MacOS
|
|
9
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
10
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Requires-Python: >=3.13
|
|
14
|
+
Project-URL: Documentation, https://github.com/davidbrownell/AllGitStatus
|
|
15
|
+
Project-URL: Homepage, https://github.com/davidbrownell/AllGitStatus
|
|
16
|
+
Project-URL: Repository, https://github.com/davidbrownell/AllGitStatus
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
**Project:**
|
|
20
|
+
[](https://github.com/davidbrownell/AllGitStatus/blob/master/LICENSE)
|
|
21
|
+
|
|
22
|
+
**Package:**
|
|
23
|
+
[](https://pypi.org/project/allgitstatus/)
|
|
24
|
+
[](https://pypi.org/project/allgitstatus/)
|
|
25
|
+
[](https://pypistats.org/packages/allgitstatus)
|
|
26
|
+
|
|
27
|
+
**Development:**
|
|
28
|
+
[](https://github.com/astral-sh/uv)
|
|
29
|
+
[](https://github.com/davidbrownell/AllGitStatus/actions/workflows/CICD.yml)
|
|
30
|
+
[](https://github.com/davidbrownell/AllGitStatus/actions)
|
|
31
|
+
[](https://github.com/davidbrownell/AllGitStatus/commits/main/)
|
|
32
|
+
|
|
33
|
+
<!-- Content above this delimiter will be copied to the generated README.md file. DO NOT REMOVE THIS COMMENT, as it will cause regeneration to fail. -->
|
|
34
|
+
|
|
35
|
+
## Contents
|
|
36
|
+
- [Overview](#overview)
|
|
37
|
+
- [Installation](#installation)
|
|
38
|
+
- [Development](#development)
|
|
39
|
+
- [Additional Information](#additional-information)
|
|
40
|
+
- [License](#license)
|
|
41
|
+
|
|
42
|
+
## Overview
|
|
43
|
+
TODO: Complete this section
|
|
44
|
+
|
|
45
|
+
### How to use `AllGitStatus`
|
|
46
|
+
TODO: Complete this section
|
|
47
|
+
|
|
48
|
+
<!-- Content below this delimiter will be copied to the generated README.md file. DO NOT REMOVE THIS COMMENT, as it will cause regeneration to fail. -->
|
|
49
|
+
|
|
50
|
+
## Installation
|
|
51
|
+
|
|
52
|
+
| Installation Method | Command |
|
|
53
|
+
| --- | --- |
|
|
54
|
+
| Via [uv](https://github.com/astral-sh/uv) | `uv add allgitstatus` |
|
|
55
|
+
| Via [pip](https://pip.pypa.io/en/stable/) | `pip install allgitstatus` |
|
|
56
|
+
|
|
57
|
+
### Verifying Signed Artifacts
|
|
58
|
+
Artifacts are signed and verified using [py-minisign](https://github.com/x13a/py-minisign) and the public key in the file `./minisign_key.pub`.
|
|
59
|
+
|
|
60
|
+
To verify that an artifact is valid, visit [the latest release](https://github.com/davidbrownell/AllGitStatus/releases/latest) 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:
|
|
61
|
+
|
|
62
|
+
```shell
|
|
63
|
+
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.')"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Development
|
|
67
|
+
Please visit [Contributing](https://github.com/davidbrownell/AllGitStatus/blob/main/CONTRIBUTING.md) and [Development](https://github.com/davidbrownell/AllGitStatus/blob/main/DEVELOPMENT.md) for information on contributing to this project.
|
|
68
|
+
|
|
69
|
+
## Additional Information
|
|
70
|
+
Additional information can be found at these locations.
|
|
71
|
+
|
|
72
|
+
| Title | Document | Description |
|
|
73
|
+
| --- | --- | --- |
|
|
74
|
+
| Code of Conduct | [CODE_OF_CONDUCT.md](https://github.com/davidbrownell/AllGitStatus/blob/main/CODE_OF_CONDUCT.md) | Information about the norms, rules, and responsibilities we adhere to when participating in this open source community. |
|
|
75
|
+
| Contributing | [CONTRIBUTING.md](https://github.com/davidbrownell/AllGitStatus/blob/main/CONTRIBUTING.md) | Information about contributing to this project. |
|
|
76
|
+
| Development | [DEVELOPMENT.md](https://github.com/davidbrownell/AllGitStatus/blob/main/DEVELOPMENT.md) | Information about development activities involved in making changes to this project. |
|
|
77
|
+
| Governance | [GOVERNANCE.md](https://github.com/davidbrownell/AllGitStatus/blob/main/GOVERNANCE.md) | Information about how this project is governed. |
|
|
78
|
+
| Maintainers | [MAINTAINERS.md](https://github.com/davidbrownell/AllGitStatus/blob/main/MAINTAINERS.md) | Information about individuals who maintain this project. |
|
|
79
|
+
| Security | [SECURITY.md](https://github.com/davidbrownell/AllGitStatus/blob/main/SECURITY.md) | Information about how to privately report security issues associated with this project. |
|
|
80
|
+
|
|
81
|
+
## License
|
|
82
|
+
`AllGitStatus` is licensed under the <a href="https://choosealicense.com/licenses/MIT/" target="_blank">MIT</a> license.
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
**Project:**
|
|
2
|
+
[](https://github.com/davidbrownell/AllGitStatus/blob/master/LICENSE)
|
|
3
|
+
|
|
4
|
+
**Package:**
|
|
5
|
+
[](https://pypi.org/project/allgitstatus/)
|
|
6
|
+
[](https://pypi.org/project/allgitstatus/)
|
|
7
|
+
[](https://pypistats.org/packages/allgitstatus)
|
|
8
|
+
|
|
9
|
+
**Development:**
|
|
10
|
+
[](https://github.com/astral-sh/uv)
|
|
11
|
+
[](https://github.com/davidbrownell/AllGitStatus/actions/workflows/CICD.yml)
|
|
12
|
+
[](https://github.com/davidbrownell/AllGitStatus/actions)
|
|
13
|
+
[](https://github.com/davidbrownell/AllGitStatus/commits/main/)
|
|
14
|
+
|
|
15
|
+
<!-- Content above this delimiter will be copied to the generated README.md file. DO NOT REMOVE THIS COMMENT, as it will cause regeneration to fail. -->
|
|
16
|
+
|
|
17
|
+
## Contents
|
|
18
|
+
- [Overview](#overview)
|
|
19
|
+
- [Installation](#installation)
|
|
20
|
+
- [Development](#development)
|
|
21
|
+
- [Additional Information](#additional-information)
|
|
22
|
+
- [License](#license)
|
|
23
|
+
|
|
24
|
+
## Overview
|
|
25
|
+
TODO: Complete this section
|
|
26
|
+
|
|
27
|
+
### How to use `AllGitStatus`
|
|
28
|
+
TODO: Complete this section
|
|
29
|
+
|
|
30
|
+
<!-- Content below this delimiter will be copied to the generated README.md file. DO NOT REMOVE THIS COMMENT, as it will cause regeneration to fail. -->
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
| Installation Method | Command |
|
|
35
|
+
| --- | --- |
|
|
36
|
+
| Via [uv](https://github.com/astral-sh/uv) | `uv add allgitstatus` |
|
|
37
|
+
| Via [pip](https://pip.pypa.io/en/stable/) | `pip install allgitstatus` |
|
|
38
|
+
|
|
39
|
+
### Verifying Signed Artifacts
|
|
40
|
+
Artifacts are signed and verified using [py-minisign](https://github.com/x13a/py-minisign) and the public key in the file `./minisign_key.pub`.
|
|
41
|
+
|
|
42
|
+
To verify that an artifact is valid, visit [the latest release](https://github.com/davidbrownell/AllGitStatus/releases/latest) 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:
|
|
43
|
+
|
|
44
|
+
```shell
|
|
45
|
+
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.')"
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Development
|
|
49
|
+
Please visit [Contributing](https://github.com/davidbrownell/AllGitStatus/blob/main/CONTRIBUTING.md) and [Development](https://github.com/davidbrownell/AllGitStatus/blob/main/DEVELOPMENT.md) for information on contributing to this project.
|
|
50
|
+
|
|
51
|
+
## Additional Information
|
|
52
|
+
Additional information can be found at these locations.
|
|
53
|
+
|
|
54
|
+
| Title | Document | Description |
|
|
55
|
+
| --- | --- | --- |
|
|
56
|
+
| Code of Conduct | [CODE_OF_CONDUCT.md](https://github.com/davidbrownell/AllGitStatus/blob/main/CODE_OF_CONDUCT.md) | Information about the norms, rules, and responsibilities we adhere to when participating in this open source community. |
|
|
57
|
+
| Contributing | [CONTRIBUTING.md](https://github.com/davidbrownell/AllGitStatus/blob/main/CONTRIBUTING.md) | Information about contributing to this project. |
|
|
58
|
+
| Development | [DEVELOPMENT.md](https://github.com/davidbrownell/AllGitStatus/blob/main/DEVELOPMENT.md) | Information about development activities involved in making changes to this project. |
|
|
59
|
+
| Governance | [GOVERNANCE.md](https://github.com/davidbrownell/AllGitStatus/blob/main/GOVERNANCE.md) | Information about how this project is governed. |
|
|
60
|
+
| Maintainers | [MAINTAINERS.md](https://github.com/davidbrownell/AllGitStatus/blob/main/MAINTAINERS.md) | Information about individuals who maintain this project. |
|
|
61
|
+
| Security | [SECURITY.md](https://github.com/davidbrownell/AllGitStatus/blob/main/SECURITY.md) | Information about how to privately report security issues associated with this project. |
|
|
62
|
+
|
|
63
|
+
## License
|
|
64
|
+
`AllGitStatus` is licensed under the <a href="https://choosealicense.com/licenses/MIT/" target="_blank">MIT</a> license.
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "allgitstatus"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
# ^^^^^
|
|
5
|
+
# Wheel names will be generated according to this value. Do not manually modify this value; instead
|
|
6
|
+
# update it according to committed changes by running this command from the root of the repository:
|
|
7
|
+
#
|
|
8
|
+
# uv run python -m AutoGitSemVer.scripts.UpdatePythonVersion ./pyproject.toml ./src
|
|
9
|
+
|
|
10
|
+
description = "Add your description here"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
authors = [
|
|
13
|
+
{ name = "David Brownell", email = "github@davidbrownell.com" }
|
|
14
|
+
]
|
|
15
|
+
requires-python = ">= 3.13"
|
|
16
|
+
dependencies = []
|
|
17
|
+
classifiers = [
|
|
18
|
+
"Operating System :: MacOS",
|
|
19
|
+
"Operating System :: Microsoft :: Windows",
|
|
20
|
+
"Operating System :: POSIX :: Linux",
|
|
21
|
+
"Programming Language :: Python",
|
|
22
|
+
"Programming Language :: Python :: 3.13",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[project.license]
|
|
26
|
+
text = "MIT"
|
|
27
|
+
|
|
28
|
+
[project.urls]
|
|
29
|
+
Homepage = "https://github.com/davidbrownell/AllGitStatus"
|
|
30
|
+
Documentation = "https://github.com/davidbrownell/AllGitStatus"
|
|
31
|
+
Repository = "https://github.com/davidbrownell/AllGitStatus"
|
|
32
|
+
|
|
33
|
+
[build-system]
|
|
34
|
+
requires = ["uv_build>=0.8.12,<0.9.0"]
|
|
35
|
+
build-backend = "uv_build"
|
|
36
|
+
|
|
37
|
+
[dependency-groups]
|
|
38
|
+
dev = [
|
|
39
|
+
"autogitsemver>=0.9.1",
|
|
40
|
+
"pre-commit>=4.3.0",
|
|
41
|
+
"py-minisign>=0.12.0",
|
|
42
|
+
"pytest>=8.4.1",
|
|
43
|
+
"pytest-cov>=6.2.1",
|
|
44
|
+
"ruff>=0.12.10",
|
|
45
|
+
]
|
|
46
|
+
|
|
47
|
+
[tool.pytest.ini_options]
|
|
48
|
+
addopts = "--verbose -vv --capture=no --cov=allgitstatus --cov-report html --cov-report term --cov-report xml:coverage.xml --cov-fail-under=95.0"
|
|
49
|
+
|
|
50
|
+
[tool.ruff]
|
|
51
|
+
line-length = 110
|
|
52
|
+
|
|
53
|
+
[tool.ruff.lint]
|
|
54
|
+
exclude = ["tests/**"]
|
|
55
|
+
|
|
56
|
+
select = ["ALL"]
|
|
57
|
+
|
|
58
|
+
ignore = [
|
|
59
|
+
"ANN002", # Missing type annotation for `*args`
|
|
60
|
+
"ANN003", # Missing type annotation for `**kwargs`
|
|
61
|
+
"BLE001", # Do not catch blind exception: `Exception`
|
|
62
|
+
"COM812", # Trailing comma missing
|
|
63
|
+
"D105", # Missing docstring in magic method
|
|
64
|
+
"D107", # Missing docstring in `__init__` method
|
|
65
|
+
"D202", # No blank lines allowed after function docstring
|
|
66
|
+
"E501", # Line too long
|
|
67
|
+
"FIX002", # Line contains TODO, consider resolving the issue
|
|
68
|
+
"I001", # Import block is un-sorted or un-formatted
|
|
69
|
+
"N802", # Function name `xxx` should be lowercase
|
|
70
|
+
"N999", # Invalid module name
|
|
71
|
+
"RSE102", # Unnecessary parentheses on raise exception
|
|
72
|
+
"S101", # Use of assert detected
|
|
73
|
+
"TC006", # Add quotes to type expression in `typing.cast()`
|
|
74
|
+
"TD002", # Missing author in TODO
|
|
75
|
+
"TD003", # Missing issue link for this TODO
|
|
76
|
+
"TRY002", # Create your own exception
|
|
77
|
+
"TRY300", # Consider moving this statement to an `else` block
|
|
78
|
+
"UP032", # Use f-string instead of `format` call
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
[tool.ruff.lint.mccabe]
|
|
82
|
+
max-complexity = 15
|
|
83
|
+
|
|
84
|
+
[tool.ruff.lint.pylint]
|
|
85
|
+
max-args = 10
|
|
86
|
+
max-branches = 20
|
|
87
|
+
max-returns = 20
|
|
88
|
+
|
|
89
|
+
[tool.uv.build-backend]
|
|
90
|
+
module-name = "allgitstatus"
|
|
File without changes
|