chromatic-python


Namechromatic-python JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryANSI art image processing and colored terminal text
upload_time2024-12-14 05:52:33
maintainerNone
docs_urlNone
authorcrypt0lith
requires_python>=3.12
licenseMIT License Copyright (c) 2024 crypt0lith Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ansi ascii art font image terminal parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chromatic-python
---
🚧 docs currently under construction 🚧

### Installation
---
Install the package using `pip`:
```bash
pip install chromatic-python
```

Confirm `chromatic` installed correctly:
```pycon
python -c "import chromatic; print chromatic.__version__"
0.1.0
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "chromatic-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "ansi, ascii, art, font, image, terminal, parser",
    "author": "crypt0lith",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/76/1c/bb4e6a2da8beee1a0c2d8cee849519a1dadb62c5ac79c014d66827f9515b/chromatic_python-0.1.1.tar.gz",
    "platform": null,
    "description": "# chromatic-python\r\n---\r\n\ud83d\udea7 docs currently under construction \ud83d\udea7\r\n\r\n### Installation\r\n---\r\nInstall the package using `pip`:\r\n```bash\r\npip install chromatic-python\r\n```\r\n\r\nConfirm `chromatic` installed correctly:\r\n```pycon\r\npython -c \"import chromatic; print chromatic.__version__\"\r\n0.1.0\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 crypt0lith  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "ANSI art image processing and colored terminal text",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "ansi",
        " ascii",
        " art",
        " font",
        " image",
        " terminal",
        " parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2479f4e92872a447444ece4a826f1a9b3156310532596687a467a89a3da70456",
                "md5": "46d97738a00cdcb3e275b143e0249d30",
                "sha256": "f548364d7529d41edea834d05369e320b722033fed2c363b5b4a12165b0ff900"
            },
            "downloads": -1,
            "filename": "chromatic_python-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46d97738a00cdcb3e275b143e0249d30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 970956,
            "upload_time": "2024-12-14T05:52:30",
            "upload_time_iso_8601": "2024-12-14T05:52:30.729468Z",
            "url": "https://files.pythonhosted.org/packages/24/79/f4e92872a447444ece4a826f1a9b3156310532596687a467a89a3da70456/chromatic_python-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "761cbb4e6a2da8beee1a0c2d8cee849519a1dadb62c5ac79c014d66827f9515b",
                "md5": "c09766dfaffcd4b357bde29b1bfabcc4",
                "sha256": "0b2fc57e5f3fd1366ecc6830f4e20da052b4527418883375b5a1c8d030420d32"
            },
            "downloads": -1,
            "filename": "chromatic_python-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c09766dfaffcd4b357bde29b1bfabcc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 969503,
            "upload_time": "2024-12-14T05:52:33",
            "upload_time_iso_8601": "2024-12-14T05:52:33.822046Z",
            "url": "https://files.pythonhosted.org/packages/76/1c/bb4e6a2da8beee1a0c2d8cee849519a1dadb62c5ac79c014d66827f9515b/chromatic_python-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 05:52:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "chromatic-python"
}
        
Elapsed time: 0.55215s