<!--
SPDX-FileCopyrightText: 2023 Jeff Epler
SPDX-License-Identifier: GPL-3.0-only
-->
# Jeffs Image Generating Scripts (jigs)
## Purpose
I found I was writing a number of bespoke scripts for wrapping around
image generation pipelines like Stable Diffusion.
I wanted to toss them into git, so I did.
## Development status
The author (@jepler) occasionally develops and maintains this project, but
does not support it. Issues are not likely to be acted on. Compatibility
over time (e.g., API stability) is a non-goal.
Raw data
{
"_id": null,
"home_page": "",
"name": "jigs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "image-generation,stable-diffusion",
"author": "",
"author_email": "Jeff Epler <jepler@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/cf/95/d002a97dcea4ccd1fd04f150740d8ac028f972d9355fa796debde1807c8f/jigs-0.0.1.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2023 Jeff Epler\n\nSPDX-License-Identifier: GPL-3.0-only\n-->\n\n# Jeffs Image Generating Scripts (jigs)\n\n## Purpose\n\nI found I was writing a number of bespoke scripts for wrapping around\nimage generation pipelines like Stable Diffusion.\n\nI wanted to toss them into git, so I did.\n\n## Development status\n\nThe author (@jepler) occasionally develops and maintains this project, but\ndoes not support it. Issues are not likely to be acted on. Compatibility\nover time (e.g., API stability) is a non-goal.\n",
"bugtrack_url": null,
"license": "",
"summary": "Jeff's Image Generating Scripts",
"version": "0.0.1",
"project_urls": {
"homepage": "https://github.com/jepler/jigs",
"repository": "https://github.com/jepler/jigs"
},
"split_keywords": [
"image-generation",
"stable-diffusion"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0024446f6aaada069202254f3c5838fdd386b7bdf9a3f2947f1deb5beaf980b5",
"md5": "8158bd1068bc76f23d3b00055500c816",
"sha256": "a45c95998c3e7742bfb6b50bfbc9b9c8cce14c3f44dba6b486bbd6a0d4dbe805"
},
"downloads": -1,
"filename": "jigs-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8158bd1068bc76f23d3b00055500c816",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 13660,
"upload_time": "2024-03-05T22:45:06",
"upload_time_iso_8601": "2024-03-05T22:45:06.325061Z",
"url": "https://files.pythonhosted.org/packages/00/24/446f6aaada069202254f3c5838fdd386b7bdf9a3f2947f1deb5beaf980b5/jigs-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf95d002a97dcea4ccd1fd04f150740d8ac028f972d9355fa796debde1807c8f",
"md5": "28333fd42e4ccbf0d1bdc66fe5063b87",
"sha256": "3c65d40910e4f2eb904025bd27ef0e3ae94e09eb840d675ad7a98e79048b8a95"
},
"downloads": -1,
"filename": "jigs-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "28333fd42e4ccbf0d1bdc66fe5063b87",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 32209,
"upload_time": "2024-03-05T22:45:07",
"upload_time_iso_8601": "2024-03-05T22:45:07.273475Z",
"url": "https://files.pythonhosted.org/packages/cf/95/d002a97dcea4ccd1fd04f150740d8ac028f972d9355fa796debde1807c8f/jigs-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 22:45:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jepler",
"github_project": "jigs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "httpx",
"specs": []
},
{
"name": "click",
"specs": []
},
{
"name": "pillow",
"specs": []
},
{
"name": "rich",
"specs": []
}
],
"lcname": "jigs"
}