|
7359 | 7359 | "alias": "project", |
7360 | 7360 | "name": "Project Management", |
7361 | 7361 | "process": [ |
7362 | | - "project", |
| 7362 | + "proman", |
7363 | 7363 | "$@" |
7364 | 7364 | ], |
7365 | 7365 | "summary": "Main project management CLI." |
|
21019 | 21019 | }, |
21020 | 21020 | "pkg_config": { |
21021 | 21021 | "pypkg_ci_pyproject": ".manager/pyproject.toml", |
21022 | | - "pypkg_ci_typing": ".manager/src/pypackit/py.typed", |
| 21022 | + "pypkg_ci_typing": ".manager/src/proman/py.typed", |
21023 | 21023 | "pypkg_main_conda_recipe_meta_global": "pkg/conda-recipe/global/meta.yaml", |
21024 | 21024 | "pypkg_main_conda_recipe_meta_local": "pkg/conda-recipe/local/meta.yaml", |
21025 | 21025 | "pypkg_main_pyproject": "pkg/pyproject.toml", |
|
21040 | 21040 | "pypackit_testsuite/data/__init__.py": "test/src/pypackit_testsuite/data/__init__.py", |
21041 | 21041 | "pypackit_testsuite/data/config/__init__.py": "test/src/pypackit_testsuite/data/config/__init__.py", |
21042 | 21042 | "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" |
21044 | 21044 | } |
21045 | 21045 | }, |
21046 | 21046 | "gui_names": [], |
|
21657 | 21657 | "main": { |
21658 | 21658 | "conda": true, |
21659 | 21659 | "description": "Main command line interface for PyPackIT.", |
21660 | | - "name": "project", |
| 21660 | + "name": "proman", |
21661 | 21661 | "parser": { |
21662 | 21662 | "arguments": [ |
21663 | 21663 | { |
@@ -22052,26 +22052,38 @@ |
22052 | 22052 | } |
22053 | 22053 | ] |
22054 | 22054 | } |
| 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 | + } |
22055 | 22067 | } |
22056 | 22068 | ] |
22057 | 22069 | } |
22058 | 22070 | }, |
22059 | 22071 | "pypi": true, |
22060 | | - "ref": "pypackit.__main__:cli" |
| 22072 | + "ref": "proman.__main__:cli" |
22061 | 22073 | } |
22062 | 22074 | }, |
22063 | 22075 | "python": { |
22064 | 22076 | "main": { |
22065 | 22077 | "conda": true, |
22066 | 22078 | "description": "Main Python API entry of the package.", |
22067 | | - "name": "pypackit", |
| 22079 | + "name": "proman", |
22068 | 22080 | "pypi": true, |
22069 | | - "ref": "pypackit:__init__" |
| 22081 | + "ref": "proman:__init__" |
22070 | 22082 | } |
22071 | 22083 | } |
22072 | 22084 | }, |
22073 | | - "import_name": "pypackit", |
22074 | | - "name": "PyPackIT", |
| 22085 | + "import_name": "proman", |
| 22086 | + "name": "ProMan", |
22075 | 22087 | "os": { |
22076 | 22088 | "linux-64": { |
22077 | 22089 | "data": { |
@@ -22117,16 +22129,16 @@ |
22117 | 22129 | } |
22118 | 22130 | }, |
22119 | 22131 | "path": { |
22120 | | - "import": ".manager/src/pypackit", |
22121 | | - "import_rel": "src/pypackit", |
| 22132 | + "import": ".manager/src/proman", |
| 22133 | + "import_rel": "src/proman", |
22122 | 22134 | "root": ".manager", |
22123 | 22135 | "source": ".manager/src", |
22124 | 22136 | "source_rel": "src" |
22125 | 22137 | }, |
22126 | 22138 | "pypi": { |
22127 | 22139 | "publishable": true, |
22128 | 22140 | "url": { |
22129 | | - "home": "https://pypi.org/project/PyPackIT" |
| 22141 | + "home": "https://pypi.org/project/ProMan" |
22130 | 22142 | } |
22131 | 22143 | }, |
22132 | 22144 | "pyproject": { |
@@ -22166,10 +22178,10 @@ |
22166 | 22178 | "trove-classifiers >=2025.3.13.13", |
22167 | 22179 | "versionman ==0.1.1" |
22168 | 22180 | ], |
22169 | | - "name": "PyPackIT", |
| 22181 | + "name": "ProMan", |
22170 | 22182 | "requires-python": ">=3.10", |
22171 | 22183 | "scripts": { |
22172 | | - "project": "pypackit.__main__:cli" |
| 22184 | + "project": "proman.__main__:cli" |
22173 | 22185 | }, |
22174 | 22186 | "version": "0.1.0" |
22175 | 22187 | }, |
|
0 commit comments