promtext-cli 0.1.dev4__tar.gz → 0.1.2.dev4__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.
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.copier-answers.yml +3 -1
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/PKG-INFO +1 -1
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/pyproject.toml +1 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.commitlintrc.yaml +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.forgejo/workflows/commitlint.yaml +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.forgejo/workflows/lint.yaml +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.forgejo/workflows/publish.yaml +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.gitignore +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/.pre-commit-config.yaml +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/README.md +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/promtext_cli/__init__.py +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/promtext_cli/main.py +0 -0
- {promtext_cli-0.1.dev4 → promtext_cli-0.1.2.dev4}/renovate.json +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Changes here will be overwritten by Copier.
|
|
2
|
-
_commit: 0.0.
|
|
2
|
+
_commit: 0.0.63
|
|
3
3
|
_src_path: https://codeberg.org/margau/copier-python-uv.git
|
|
4
4
|
forgejo_url: https://codeberg.org/margau/promtext-cli
|
|
5
5
|
ignore_pylint: true
|
|
@@ -9,3 +9,5 @@ project_description: Prometheus Textfile Tooling
|
|
|
9
9
|
project_name: promtext-cli
|
|
10
10
|
pypi_publish: true
|
|
11
11
|
pypi_publish_dev: true
|
|
12
|
+
scripts:
|
|
13
|
+
promtext: promtext_cli.main:promtext
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: promtext-cli
|
|
3
|
-
Version: 0.1.dev4
|
|
3
|
+
Version: 0.1.2.dev4
|
|
4
4
|
Summary: Prometheus Textfile Tooling
|
|
5
5
|
Project-URL: Documentation, https://codeberg.org/margau/promtext-cli/src/branch/main#readme
|
|
6
6
|
Project-URL: Issues, https://codeberg.org/margau/promtext-cli/issues
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|