Go to file
2024-10-27 12:35:10 -04:00
git_script latest pushes 2024-07-19 18:11:56 -04:00
src latest pushes 2024-10-10 20:52:27 -04:00
.gitignore latest pushes 2024-10-10 20:52:27 -04:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-10-27 12:35:10 -04:00
LICENSE latest pushes 2024-07-19 18:11:56 -04:00
README.md latest pushes 2024-10-10 21:13:05 -04:00
setup.py latest pushes 2024-10-10 20:52:27 -04:00

Bellande Operating System Package Manager (BOSPM)

  • BOSPM Stands for Bellande Operating System Package Manager

Install pip with sudo or bell

  • sudo pip install bospm
  • bell pip install bospm

BOSPM

Bellande's Package

BellandeOS

  • BOSPM is a cross-platform package manager built entirely in Python. It works on Windows, macOS, Linux, and BellandeOS without relying on any external package managers

Repository

The BOSPM project is hosted on GitHub: https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager

BOSPM Terminal Commands Usage

After installation, you can use bospm commands directly from the terminal:

  • bospm create <package_name> [ ...] [--os ] [--arch ] Create a new package
  • bospm install <package_name> [--os ] [--arch ] Install a package
  • bospm uninstall <package_name> Uninstall a package
  • bospm list List installed packages
  • bospm available [--source <github|website>] List available packages
  • bospm update <package_name> [] [--os ] [--arch ] Update a package

Upgrade (if not upgraded)

  • $ pip install --upgrade bospm

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

(BOSPM) Bellande Operating System Package Manager is distributed under the GNU General Public License v3.0, see LICENSE and NOTICE for more information.