bellande_operating_system_p.../README.md

41 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2024-07-18 23:25:34 +00:00
# Bellande Operating System Package Manager (BOSPM)
2024-07-19 22:11:56 +00:00
- BOSPM Stands for Bellande Operating System Package Manager
2024-10-11 01:13:05 +00:00
## Install pip with sudo or bell
- `sudo pip install bospm`
- `bell pip install bospm`
2024-07-21 13:03:01 +00:00
## BOSPM
[![Bellande's Package](https://img.shields.io/badge/Bellande's%20Package-BOSPM-blue?style=for-the-badge&logo=python&color=blue)](https://pypi.org/project/bospm)
2024-07-19 22:11:56 +00:00
## 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
2024-12-12 02:19:49 +00:00
**The BOSPM project is hosted on Bellande Technologies Git and Github**
- The BOSPM project hosted on Bellande Technologies Git: [https://git.bellande-technologies.com/BAMRI/bellande_operating_system_package_manager](https://git.bellande-technologies.com/BAMRI/bellande_operating_system_package_manager)
- The BOSPM project hosted on GitHub: [https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager](https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager)
2024-07-19 22:11:56 +00:00
## BOSPM Terminal Commands Usage
After installation, you can use bospm commands directly from the terminal:
- bospm create <package_name> <version> <file1> [<file2> ...] [--os <os>] [--arch <arch>] Create a new package
- bospm install <package_name> <version> [--os <os>] [--arch <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> [<version>] [--os <os>] [--arch <arch>] Update a package
### Upgrade (if not upgraded)
- `$ pip install --upgrade bospm`
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
2024-10-02 11:48:30 +00:00
## License
2024-10-10 23:52:49 +00:00
(BOSPM) Bellande Operating System Package Manager is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager/blob/main/LICENSE) for more information.
2024-10-27 16:37:01 +00:00
## Code of Conduct
(BOSPM) Bellande Operating System Package Manager is distributed under the [CODE_OF_CONDUCT](https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager/blob/main/CODE_OF_CONDUCT.md) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_operating_system_package_manager/blob/main/CODE_OF_CONDUCT.md) for more information.