piltext


Namepiltext JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryCreates PNG from text using Pillow
upload_time2024-09-29 13:42:41
maintainerNone
docs_urlNone
authorNone
requires_python>3.8.0
licenseMIT License Copyright (c) 2024 Holger Nahrstaedt 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 pillow png pil
VCS
bugtrack_url
requirements Pillow
Travis-CI No Travis.
coveralls test coverage
            # piltext

## License
[MIT](https://choosealicense.com/licenses/mit/)


## Pre-commit-config

### Installation

```
$ pip install pre-commit
```

### Using homebrew:
```
$ brew install pre-commit
```

```
$ pre-commit --version
pre-commit 2.10.0
```

### Install the git hook scripts

```
$ pre-commit install
```

### Run against all the files
```
pre-commit run --all-files
pre-commit run --show-diff-on-failure --color=always --all-files
```

### Update package rev in pre-commit yaml
```bash
pre-commit autoupdate
pre-commit run --show-diff-on-failure --color=always --all-files

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "piltext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.8.0",
    "maintainer_email": null,
    "keywords": "Pillow, png, PIL",
    "author": null,
    "author_email": "Holger Nahrstaedt <nahrstaedt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/92/dc/dc58aa3b217fea721986e4c91e3c16177da591fa54935cd3db46eaa5f348/piltext-0.1.0.tar.gz",
    "platform": null,
    "description": "# piltext\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Pre-commit-config\n\n### Installation\n\n```\n$ pip install pre-commit\n```\n\n### Using homebrew:\n```\n$ brew install pre-commit\n```\n\n```\n$ pre-commit --version\npre-commit 2.10.0\n```\n\n### Install the git hook scripts\n\n```\n$ pre-commit install\n```\n\n### Run against all the files\n```\npre-commit run --all-files\npre-commit run --show-diff-on-failure --color=always --all-files\n```\n\n### Update package rev in pre-commit yaml\n```bash\npre-commit autoupdate\npre-commit run --show-diff-on-failure --color=always --all-files\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Holger Nahrstaedt  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": "Creates PNG from text using Pillow",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/holgern/piltext"
    },
    "split_keywords": [
        "pillow",
        " png",
        " pil"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f003413e91655d13dd4c93140ba7239311804a6d76b0741fbeb0af6419980c7",
                "md5": "ed7cbaf430919d839fb1e5c628bc00f5",
                "sha256": "861bd6ff59f9e94e4449194c7847a7abe484099d24fdf9605cb7961cd9785fb4"
            },
            "downloads": -1,
            "filename": "piltext-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ed7cbaf430919d839fb1e5c628bc00f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.8.0",
            "size": 7595,
            "upload_time": "2024-09-29T13:42:39",
            "upload_time_iso_8601": "2024-09-29T13:42:39.466966Z",
            "url": "https://files.pythonhosted.org/packages/9f/00/3413e91655d13dd4c93140ba7239311804a6d76b0741fbeb0af6419980c7/piltext-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92dcdc58aa3b217fea721986e4c91e3c16177da591fa54935cd3db46eaa5f348",
                "md5": "2d5955289e6894df04f10ef5846485c6",
                "sha256": "058bbe95255cafb3cd0f5d64fd0bbc07ba075e44ea3f20c8bf20ce87160b42b5"
            },
            "downloads": -1,
            "filename": "piltext-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2d5955289e6894df04f10ef5846485c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.8.0",
            "size": 272876,
            "upload_time": "2024-09-29T13:42:41",
            "upload_time_iso_8601": "2024-09-29T13:42:41.491465Z",
            "url": "https://files.pythonhosted.org/packages/92/dc/dc58aa3b217fea721986e4c91e3c16177da591fa54935cd3db46eaa5f348/piltext-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 13:42:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "holgern",
    "github_project": "piltext",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "Pillow",
            "specs": []
        }
    ],
    "lcname": "piltext"
}
        
Elapsed time: 0.47030s