tint-zaqar


Nametint-zaqar JSON
Version 0.0.2a0 PyPI version JSON
download
home_pageNone
SummaryA lightweight Python library that adds color and style to your terminal output.
upload_time2025-10-19 12:44:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords color terminal ansi cli styling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- -*- coding: utf-8 -*-  -->
# Tint

> A lightweight Python library that adds **color** and **style** to your terminal output.
> Clean syntax. Vivid visuals. No clutter - just pure expression.

## Install

```bash
pip install tint-zaqar
```
## Usage
```python
from tint import red, green, blue, bold

print(red("Error!"))
print(green("Success!"))
print(bold("Important message"))
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tint-zaqar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "color, terminal, ansi, cli, styling",
    "author": null,
    "author_email": "zaqar <hakobyanzaqar3@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/d7/ad06cdbbafc0de4072f1b2aa7257dae1fc8292f42b0953c25277cce9da3f/tint_zaqar-0.0.2a0.tar.gz",
    "platform": null,
    "description": "<!-- -*- coding: utf-8 -*-  -->\r\n# Tint\r\n\r\n> A lightweight Python library that adds **color** and **style** to your terminal output.\r\n> Clean syntax. Vivid visuals. No clutter - just pure expression.\r\n\r\n## Install\r\n\r\n```bash\r\npip install tint-zaqar\r\n```\r\n## Usage\r\n```python\r\nfrom tint import red, green, blue, bold\r\n\r\nprint(red(\"Error!\"))\r\nprint(green(\"Success!\"))\r\nprint(bold(\"Important message\"))\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight Python library that adds color and style to your terminal output.",
    "version": "0.0.2a0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/tint",
        "Repository": "https://github.com/yourusername/tint"
    },
    "split_keywords": [
        "color",
        " terminal",
        " ansi",
        " cli",
        " styling"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea55985231773875e3a9ed603ba7b49598c6ee8e1a776a01e558339ab8c2944f",
                "md5": "2496feb170d4df64feaf77acf635ee2d",
                "sha256": "c6c4f70554ebdcf125a29370f05f323b6885964ab1bdb1100ba484464d8595e8"
            },
            "downloads": -1,
            "filename": "tint_zaqar-0.0.2a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2496feb170d4df64feaf77acf635ee2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3370,
            "upload_time": "2025-10-19T12:44:17",
            "upload_time_iso_8601": "2025-10-19T12:44:17.659399Z",
            "url": "https://files.pythonhosted.org/packages/ea/55/985231773875e3a9ed603ba7b49598c6ee8e1a776a01e558339ab8c2944f/tint_zaqar-0.0.2a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fcd7ad06cdbbafc0de4072f1b2aa7257dae1fc8292f42b0953c25277cce9da3f",
                "md5": "658c0c3d40577329e5fbf8a1ae535607",
                "sha256": "60da946962dd5c8d918f31a50d387a88924e27b5d806e21de25cd8caa2058152"
            },
            "downloads": -1,
            "filename": "tint_zaqar-0.0.2a0.tar.gz",
            "has_sig": false,
            "md5_digest": "658c0c3d40577329e5fbf8a1ae535607",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3219,
            "upload_time": "2025-10-19T12:44:18",
            "upload_time_iso_8601": "2025-10-19T12:44:18.959337Z",
            "url": "https://files.pythonhosted.org/packages/fc/d7/ad06cdbbafc0de4072f1b2aa7257dae1fc8292f42b0953c25277cce9da3f/tint_zaqar-0.0.2a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-19 12:44:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "tint",
    "github_not_found": true,
    "lcname": "tint-zaqar"
}
        
Elapsed time: 2.26679s