Skip to content

Commit df84c85

Browse files
committed
sync dynamic files
1 parent cbbe261 commit df84c85

5 files changed

Lines changed: 32 additions & 18 deletions

File tree

.devcontainer/tasks_global.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ typecheck() {
1212
}
1313

1414
project() {
15-
conda run --name pypackit --live-stream -vv project "$@"
15+
conda run --name pypackit --live-stream -vv proman "$@"
1616
}

.devcontainer/tasks_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ typecheck() {
1818
}
1919

2020
project() {
21-
conda run --cwd /workspace --name pypackit --live-stream -vv project "$@"
21+
conda run --cwd /workspace --name pypackit --live-stream -vv proman "$@"
2222
}

.github/.repodynamics/metadata.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7359,7 +7359,7 @@
73597359
"alias": "project",
73607360
"name": "Project Management",
73617361
"process": [
7362-
"project",
7362+
"proman",
73637363
"$@"
73647364
],
73657365
"summary": "Main project management CLI."
@@ -21019,7 +21019,7 @@
2101921019
},
2102021020
"pkg_config": {
2102121021
"pypkg_ci_pyproject": ".manager/pyproject.toml",
21022-
"pypkg_ci_typing": ".manager/src/pypackit/py.typed",
21022+
"pypkg_ci_typing": ".manager/src/proman/py.typed",
2102321023
"pypkg_main_conda_recipe_meta_global": "pkg/conda-recipe/global/meta.yaml",
2102421024
"pypkg_main_conda_recipe_meta_local": "pkg/conda-recipe/local/meta.yaml",
2102521025
"pypkg_main_pyproject": "pkg/pyproject.toml",
@@ -21040,7 +21040,7 @@
2104021040
"pypackit_testsuite/data/__init__.py": "test/src/pypackit_testsuite/data/__init__.py",
2104121041
"pypackit_testsuite/data/config/__init__.py": "test/src/pypackit_testsuite/data/config/__init__.py",
2104221042
"pypackit_testsuite/data_tests.py": "test/src/pypackit_testsuite/data_tests.py",
21043-
"pypkg_ci_cli": "/home/runner/work/PyPackIT/PyPackIT/repo_base/.manager/src/pypackit/__main__.py"
21043+
"pypkg_ci_cli": "/workspace/.manager/src/proman/__main__.py"
2104421044
}
2104521045
},
2104621046
"gui_names": [],
@@ -21657,7 +21657,7 @@
2165721657
"main": {
2165821658
"conda": true,
2165921659
"description": "Main command line interface for PyPackIT.",
21660-
"name": "project",
21660+
"name": "proman",
2166121661
"parser": {
2166221662
"arguments": [
2166321663
{
@@ -22052,26 +22052,38 @@
2205222052
}
2205322053
]
2205422054
}
22055+
},
22056+
{
22057+
"args": [
22058+
"gha"
22059+
],
22060+
"defaults": {
22061+
"endpoint": "gha.run_cli"
22062+
},
22063+
"id": "gha",
22064+
"kwargs": {
22065+
"help": "Run CI/CD pipelines in GitHub Actions."
22066+
}
2205522067
}
2205622068
]
2205722069
}
2205822070
},
2205922071
"pypi": true,
22060-
"ref": "pypackit.__main__:cli"
22072+
"ref": "proman.__main__:cli"
2206122073
}
2206222074
},
2206322075
"python": {
2206422076
"main": {
2206522077
"conda": true,
2206622078
"description": "Main Python API entry of the package.",
22067-
"name": "pypackit",
22079+
"name": "proman",
2206822080
"pypi": true,
22069-
"ref": "pypackit:__init__"
22081+
"ref": "proman:__init__"
2207022082
}
2207122083
}
2207222084
},
22073-
"import_name": "pypackit",
22074-
"name": "PyPackIT",
22085+
"import_name": "proman",
22086+
"name": "ProMan",
2207522087
"os": {
2207622088
"linux-64": {
2207722089
"data": {
@@ -22117,16 +22129,16 @@
2211722129
}
2211822130
},
2211922131
"path": {
22120-
"import": ".manager/src/pypackit",
22121-
"import_rel": "src/pypackit",
22132+
"import": ".manager/src/proman",
22133+
"import_rel": "src/proman",
2212222134
"root": ".manager",
2212322135
"source": ".manager/src",
2212422136
"source_rel": "src"
2212522137
},
2212622138
"pypi": {
2212722139
"publishable": true,
2212822140
"url": {
22129-
"home": "https://pypi.org/project/PyPackIT"
22141+
"home": "https://pypi.org/project/ProMan"
2213022142
}
2213122143
},
2213222144
"pyproject": {
@@ -22166,10 +22178,10 @@
2216622178
"trove-classifiers >=2025.3.13.13",
2216722179
"versionman ==0.1.1"
2216822180
],
22169-
"name": "PyPackIT",
22181+
"name": "ProMan",
2217022182
"requires-python": ">=3.10",
2217122183
"scripts": {
22172-
"project": "pypackit.__main__:cli"
22184+
"project": "proman.__main__:cli"
2217322185
},
2217422186
"version": "0.1.0"
2217522187
},

.manager/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ dependencies = [
3434
"trove-classifiers >=2025.3.13.13",
3535
"versionman ==0.1.1",
3636
]
37-
name = "PyPackIT"
37+
name = "ProMan"
3838
requires-python = ">=3.10"
3939
version = "0.1.0"
4040

4141
[project.scripts]
42-
project = "pypackit.__main__:cli"
42+
project = "proman.__main__:cli"
4343

4444
[tool.setuptools]
4545
include-package-data = true

.manager/src/proman/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def get_recursive(parts, current_object):
6565
subparser_pypi.add_argument("-p", "--pkg", help="Package ID, i.e., the `pypkg_` key suffix in configuration files.", default="main")
6666
subparser_pypi.add_argument("-o", "--output", help="Output directory to write the rendered HTML file.", type=str, default=".local/temp/readme-pypi")
6767
subparser_pypi.set_defaults(endpoint="render.pypi.run_cli")
68+
subparser_gha = subparsers_main.add_parser("gha", help="Run CI/CD pipelines in GitHub Actions.")
69+
subparser_gha.set_defaults(endpoint="gha.run_cli")
6870
# Process inputs
6971
args = parser.parse_args()
7072
import json

0 commit comments

Comments
 (0)