os-forge


Nameos-forge JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryMulti-Platform System Hardening Tool for Windows, Ubuntu, and CentOS
upload_time2025-10-07 10:35:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords security hardening compliance cis benchmark windows linux ubuntu centos automation cybersecurity infrastructure audit remediation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            OS Forge
========

Minimal commands to install and use on Linux and Windows.

Installation
------------

```bash
pip install os-forge
```

CLI Help
--------

```bash
os-forge --help
```

Common Commands
---------------

```bash
# Show system info
os-forge info

# Run checks (no changes)
os-forge check --level basic --dry-run

# Start API server
os-forge server

# Generate reports
os-forge report
os-forge pdf-report
```

Windows
-------

Use from an elevated PowerShell or Command Prompt:

```powershell
pip install os-forge
os-forge --help
os-forge info
```

Notes
-----

- Commands and behavior are the same on Linux and Windows.
- For full documentation, run `os-forge --help`.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "os-forge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "security, hardening, compliance, cis, benchmark, windows, linux, ubuntu, centos, automation, cybersecurity, infrastructure, audit, remediation",
    "author": null,
    "author_email": "Aayushman <aayushman2702@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/94/97/d7b54f00d0ce41a8d9ba5043bc5051b0cea413a52484fd7c2dbe7030e570/os_forge-0.1.3.tar.gz",
    "platform": null,
    "description": "OS Forge\n========\n\nMinimal commands to install and use on Linux and Windows.\n\nInstallation\n------------\n\n```bash\npip install os-forge\n```\n\nCLI Help\n--------\n\n```bash\nos-forge --help\n```\n\nCommon Commands\n---------------\n\n```bash\n# Show system info\nos-forge info\n\n# Run checks (no changes)\nos-forge check --level basic --dry-run\n\n# Start API server\nos-forge server\n\n# Generate reports\nos-forge report\nos-forge pdf-report\n```\n\nWindows\n-------\n\nUse from an elevated PowerShell or Command Prompt:\n\n```powershell\npip install os-forge\nos-forge --help\nos-forge info\n```\n\nNotes\n-----\n\n- Commands and behavior are the same on Linux and Windows.\n- For full documentation, run `os-forge --help`.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Multi-Platform System Hardening Tool for Windows, Ubuntu, and CentOS",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "security",
        " hardening",
        " compliance",
        " cis",
        " benchmark",
        " windows",
        " linux",
        " ubuntu",
        " centos",
        " automation",
        " cybersecurity",
        " infrastructure",
        " audit",
        " remediation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea6731ac152305807981da29879f7d97fddcba2c69affcd485803802e2671831",
                "md5": "c4c84fd289515817a92a08ece9549d90",
                "sha256": "91240ffd2fc4fa41528e66b44584ad03a95ffb3d73a69a5cfd8fa1cb6a356abe"
            },
            "downloads": -1,
            "filename": "os_forge-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4c84fd289515817a92a08ece9549d90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 101973,
            "upload_time": "2025-10-07T10:35:07",
            "upload_time_iso_8601": "2025-10-07T10:35:07.410319Z",
            "url": "https://files.pythonhosted.org/packages/ea/67/31ac152305807981da29879f7d97fddcba2c69affcd485803802e2671831/os_forge-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9497d7b54f00d0ce41a8d9ba5043bc5051b0cea413a52484fd7c2dbe7030e570",
                "md5": "f6db9fda5181e7df0dc1ac3d5ab45553",
                "sha256": "895763dc614031756013d4f26d1cd4dc067e0a322c766404034dadbf9b10c9f3"
            },
            "downloads": -1,
            "filename": "os_forge-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f6db9fda5181e7df0dc1ac3d5ab45553",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 222182,
            "upload_time": "2025-10-07T10:35:13",
            "upload_time_iso_8601": "2025-10-07T10:35:13.337077Z",
            "url": "https://files.pythonhosted.org/packages/94/97/d7b54f00d0ce41a8d9ba5043bc5051b0cea413a52484fd7c2dbe7030e570/os_forge-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 10:35:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "os-forge"
}
        
Elapsed time: 1.74988s