bconsole


Namebconsole JSON
Version 0.0.26 PyPI version JSON
download
home_pagehttps://github.com/betakors/bconsole
SummaryA logging library that provides helper classes and functions to colorize and manipulate terminal output easily.
upload_time2025-07-27 03:10:07
maintainerNone
docs_urlNone
authorBetaKors
requires_python<4.0,>=3.13
licenseMIT
keywords terminal terminal-colors logging logger colorama
VCS
bugtrack_url
requirements colorama unidecode
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bconsole

A logging library that also provides helper classes and functions to easily add color and manipulate the terminal.

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

## Usage

See [bconsole/core.py](https://github.com/BetaKors/bconsole/tree/main/bconsole/core.py) for documentation on core functionality and [bconsole/examples/](https://github.com/BetaKors/bconsole/tree/main/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.13",
    "maintainer_email": null,
    "keywords": "terminal, terminal-colors, logging, logger, colorama",
    "author": "BetaKors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b1/69/54187c78f7a34f87843ec89499d81071750efc6b38dd7e326c2aac1819a7/bconsole-0.0.26.tar.gz",
    "platform": null,
    "description": "# bconsole\n\nA logging library that also provides helper classes and functions to easily add color and manipulate the terminal.\n\nRequires [colorama](https://pypi.org/project/colorama/) for windows compatibility\n\n## Usage\n\nSee [bconsole/core.py](https://github.com/BetaKors/bconsole/tree/main/bconsole/core.py) for documentation on core functionality and [bconsole/examples/](https://github.com/BetaKors/bconsole/tree/main/bconsole/examples) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A logging library that provides helper classes and functions to colorize and manipulate terminal output easily.",
    "version": "0.0.26",
    "project_urls": {
        "Homepage": "https://github.com/betakors/bconsole",
        "Repository": "https://github.com/betakors/bconsole"
    },
    "split_keywords": [
        "terminal",
        " terminal-colors",
        " logging",
        " logger",
        " colorama"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f511bdbb52f88fe8fec8378805beb529acc050c3f374a24a1270532bd33ad28",
                "md5": "cfb2e6aede010012f41d13ebf237c6a6",
                "sha256": "836a258e706dca625941587da87ad44612b69a92e2e985c5ffbf0c7962faab10"
            },
            "downloads": -1,
            "filename": "bconsole-0.0.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfb2e6aede010012f41d13ebf237c6a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.13",
            "size": 18796,
            "upload_time": "2025-07-27T03:10:05",
            "upload_time_iso_8601": "2025-07-27T03:10:05.308746Z",
            "url": "https://files.pythonhosted.org/packages/6f/51/1bdbb52f88fe8fec8378805beb529acc050c3f374a24a1270532bd33ad28/bconsole-0.0.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b16954187c78f7a34f87843ec89499d81071750efc6b38dd7e326c2aac1819a7",
                "md5": "85ddea532bac90b0b30d3b39ed331bfd",
                "sha256": "91826fa6459d56e415700338dac1c2552238b5c5c3388dcaf2d525075c7ed6a3"
            },
            "downloads": -1,
            "filename": "bconsole-0.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "85ddea532bac90b0b30d3b39ed331bfd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.13",
            "size": 15535,
            "upload_time": "2025-07-27T03:10:07",
            "upload_time_iso_8601": "2025-07-27T03:10:07.669396Z",
            "url": "https://files.pythonhosted.org/packages/b1/69/54187c78f7a34f87843ec89499d81071750efc6b38dd7e326c2aac1819a7/bconsole-0.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 03:10:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "betakors",
    "github_project": "bconsole",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "colorama",
            "specs": [
                [
                    ">=",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "unidecode",
            "specs": [
                [
                    ">=",
                    "1.3.6"
                ]
            ]
        }
    ],
    "lcname": "bconsole"
}
        
Elapsed time: 1.33312s