This website requires JavaScript.
Explore
Help
Sign In
kevinveenbirkenbach
/
pkgmgr
Watch
1
Star
0
Fork
0
You've already forked pkgmgr
Code
Issues
Pull Requests
Actions
28
Packages
Projects
Releases
Wiki
Activity
Files
172c73486609379b8b7346133dbe5725a9a7483d
pkgmgr
/
main.py
6 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
solved file path bugs
2025-03-06 12:40:50 +01:00
#!/usr/bin/env python3
Package pkgmgr with multi-format manifests - Add pyproject.toml and setuptools config for pkgmgr packaging - Add Nix flake (devShell + pkgmgr package output) - Add Arch PKGBUILD for system packaging - Introduce pkgmgr.yml manifest for repo-level dependencies - Refactor CLI into pkgmgr/cli.py and make main.py a thin entrypoint - Extend install_repos to handle pkgmgr.yml, PKGBUILD, flake.nix, Ansible and Python manifests - Enhance status/update to show Nix/yay system status and upgrades - Improve .gitignore and document requirements.yml Created with AI (ChatGPT) – see conversation: https://chatgpt.com/share/6932f2ca-f560-800f-8bb0-52cb82f27e88
2025-12-05 15:57:45 +01:00
from
pkgmgr
.
cli
import
main
Bug solving
2025-03-06 12:45:53 +01:00
Create main.py
2025-03-04 13:17:57 +01:00
if
__name__
==
"
__main__
"
:
Package pkgmgr with multi-format manifests - Add pyproject.toml and setuptools config for pkgmgr packaging - Add Nix flake (devShell + pkgmgr package output) - Add Arch PKGBUILD for system packaging - Introduce pkgmgr.yml manifest for repo-level dependencies - Refactor CLI into pkgmgr/cli.py and make main.py a thin entrypoint - Extend install_repos to handle pkgmgr.yml, PKGBUILD, flake.nix, Ansible and Python manifests - Enhance status/update to show Nix/yay system status and upgrades - Improve .gitignore and document requirements.yml Created with AI (ChatGPT) – see conversation: https://chatgpt.com/share/6932f2ca-f560-800f-8bb0-52cb82f27e88
2025-12-05 15:57:45 +01:00
main
(
)
Reference in New Issue
Copy Permalink