bospm


Namebospm JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager
SummaryBellande Operating System Package Manager
upload_time2024-07-19 22:09:40
maintainerNone
docs_urlNone
authorRonaldson Bellande
requires_pythonNone
licenseGNU General Public License v3 or later (GPLv3+)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bellande Operating System Package Manager (BOSPM)

## 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/Algorithm-Model-Research/bellande_operating_system_package_manager](https://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager)


## 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


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

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager",
    "name": "bospm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ronaldson Bellande",
    "author_email": "ronaldsonbellande@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/1f/972285ab8cd8b7e9e232d5f6841094d8e9ec5dffa5f16b899fc10cc160c2/bospm-0.1.0.tar.gz",
    "platform": "any",
    "description": "# Bellande Operating System Package Manager (BOSPM)\n\n## BellandeOS\n- 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\n\n## Repository\n\nThe BOSPM project is hosted on GitHub: [https://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager](https://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager)\n\n\n## BOSPM Terminal Commands Usage\nAfter installation, you can use bospm commands directly from the terminal:\n\n- bospm create <package_name> <version> <file1> [<file2> ...] [--os <os>] [--arch <arch>]  Create a new package\n- bospm install <package_name> <version> [--os <os>] [--arch <arch>]                       Install a package\n- bospm uninstall <package_name>                                                           Uninstall a package\n- bospm list                                                                               List installed packages\n- bospm available [--source <github|website>]                                              List available packages\n- bospm update <package_name> [<version>] [--os <os>] [--arch <arch>]                      Update a package\n\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "Bellande Operating System Package Manager",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Algorithm-Model-Research/bellande_operating_system_package_manager"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "711f972285ab8cd8b7e9e232d5f6841094d8e9ec5dffa5f16b899fc10cc160c2",
                "md5": "d2dff83c63c7336a726a172d868780ea",
                "sha256": "b1112cf7ab52a390fd5a3ef3d2e94871be6d019118e5d00795559e63e8bfda7e"
            },
            "downloads": -1,
            "filename": "bospm-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d2dff83c63c7336a726a172d868780ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4922,
            "upload_time": "2024-07-19T22:09:40",
            "upload_time_iso_8601": "2024-07-19T22:09:40.870864Z",
            "url": "https://files.pythonhosted.org/packages/71/1f/972285ab8cd8b7e9e232d5f6841094d8e9ec5dffa5f16b899fc10cc160c2/bospm-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-19 22:09:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Algorithm-Model-Research",
    "github_project": "bellande_operating_system_package_manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bospm"
}
        
Elapsed time: 0.41257s