petpet


Namepetpet JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryCreate funny petpet gifs!
upload_time2024-10-05 16:15:54
maintainerNone
docs_urlNone
authorlndrdev
requires_python>=3.9
licenseMIT
keywords petpet gif fun
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # petpet

**Create Petpet GIFs!**

## Usage

To create a Petpet GIF, use the following Python code:

```python
import petpet

petpet.make(
    source="[Path to your image file (.png/.jpg/.jpeg)]",
    dest="[Path where the GIF will be saved]"
)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "petpet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "petpet, gif, fun",
    "author": "lndrdev",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c3/0a/f2714580109b62aac113fd866a82046c78cd2d1cbb3f41420f066923dd52/petpet-2.0.1.tar.gz",
    "platform": null,
    "description": "# petpet\r\n\r\n**Create Petpet GIFs!**\r\n\r\n## Usage\r\n\r\nTo create a Petpet GIF, use the following Python code:\r\n\r\n```python\r\nimport petpet\r\n\r\npetpet.make(\r\n    source=\"[Path to your image file (.png/.jpg/.jpeg)]\",\r\n    dest=\"[Path where the GIF will be saved]\"\r\n)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Create funny petpet gifs!",
    "version": "2.0.1",
    "project_urls": null,
    "split_keywords": [
        "petpet",
        " gif",
        " fun"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfc378d9ba8e9537790d2ce3dc128f0e836a7a19a9bf0fc701fdf4713466ae72",
                "md5": "bf1216934dce27ab974fe6392c82d9c6",
                "sha256": "a01af4c180e01973411c699fc73b606dc2960de50464e420ce04cec199f7d5fa"
            },
            "downloads": -1,
            "filename": "petpet-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf1216934dce27ab974fe6392c82d9c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5020,
            "upload_time": "2024-10-05T16:15:52",
            "upload_time_iso_8601": "2024-10-05T16:15:52.987797Z",
            "url": "https://files.pythonhosted.org/packages/cf/c3/78d9ba8e9537790d2ce3dc128f0e836a7a19a9bf0fc701fdf4713466ae72/petpet-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c30af2714580109b62aac113fd866a82046c78cd2d1cbb3f41420f066923dd52",
                "md5": "888dd087cae8e3002f0a576494d8d257",
                "sha256": "a302fc21ea98284908d5cb1fe2df7eb947f9188c33af67cfbd08b9a0754f37ed"
            },
            "downloads": -1,
            "filename": "petpet-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "888dd087cae8e3002f0a576494d8d257",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4606,
            "upload_time": "2024-10-05T16:15:54",
            "upload_time_iso_8601": "2024-10-05T16:15:54.293429Z",
            "url": "https://files.pythonhosted.org/packages/c3/0a/f2714580109b62aac113fd866a82046c78cd2d1cbb3f41420f066923dd52/petpet-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 16:15:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "petpet"
}
        
Elapsed time: 0.35920s