bconsole


Namebconsole JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/betakors/bconsole
SummaryA simple module to make it a little less painful to use console applications.
upload_time2024-11-06 13:26:29
maintainerNone
docs_urlNone
authorBetaKors
requires_python<4.0,>=3.8
licenseMIT
keywords console console-helper console-application color colors colorama terminal terminal-colors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Console Helper

A simple console helper for python.

Requires [colorama](https://pypi.org/project/colorama/) for windows compatibility

## Usage

See bconsole/examples for examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/betakors/bconsole",
    "name": "bconsole",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "console, console-helper, console-application, color, colors, colorama, terminal, terminal-colors",
    "author": "BetaKors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e2/a0/17f77869f4a26892d7336df6b6d010d2fb9b46bddaeb612c6a55eb4a0f93/bconsole-0.0.2.tar.gz",
    "platform": null,
    "description": "# Console Helper\n\nA simple console helper for python.\n\nRequires [colorama](https://pypi.org/project/colorama/) for windows compatibility\n\n## Usage\n\nSee bconsole/examples for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple module to make it a little less painful to use console applications.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/betakors/bconsole",
        "Repository": "https://github.com/betakors/bconsole"
    },
    "split_keywords": [
        "console",
        " console-helper",
        " console-application",
        " color",
        " colors",
        " colorama",
        " terminal",
        " terminal-colors"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1316929ea7a7f4989a5cb69ee080948a36bd76a0b6622c12d08e5da50d8820d",
                "md5": "a1965b0ac3d6d9dfe5524ea84619f356",
                "sha256": "7f4cdc2e8a6283b087a60010ae63d94197bc41d48c45809558b2fae7db0f6f97"
            },
            "downloads": -1,
            "filename": "bconsole-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1965b0ac3d6d9dfe5524ea84619f356",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5519,
            "upload_time": "2024-11-06T13:26:27",
            "upload_time_iso_8601": "2024-11-06T13:26:27.766483Z",
            "url": "https://files.pythonhosted.org/packages/e1/31/6929ea7a7f4989a5cb69ee080948a36bd76a0b6622c12d08e5da50d8820d/bconsole-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2a017f77869f4a26892d7336df6b6d010d2fb9b46bddaeb612c6a55eb4a0f93",
                "md5": "8ed259b6877961959cbbbe5457d017a2",
                "sha256": "bb3773d1ad8941460eae8608edda769ca131c7059e37849fa87dda1ef492099d"
            },
            "downloads": -1,
            "filename": "bconsole-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8ed259b6877961959cbbbe5457d017a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4644,
            "upload_time": "2024-11-06T13:26:29",
            "upload_time_iso_8601": "2024-11-06T13:26:29.379463Z",
            "url": "https://files.pythonhosted.org/packages/e2/a0/17f77869f4a26892d7336df6b6d010d2fb9b46bddaeb612c6a55eb4a0f93/bconsole-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 13:26:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "betakors",
    "github_project": "bconsole",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bconsole"
}
        
Elapsed time: 0.41889s