memizer


Namememizer JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryDisplays a meme
upload_time2024-07-26 12:15:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Miloš Roknić 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 meme memizer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # memizer

Displays a meme!

## Installation

```bash
pip install memizer
```

## Usage

### CLI command:

```bash
memize
```

### Python code:

```python
from memizer import display_meme

display_meme()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "memizer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "meme, memizer",
    "author": null,
    "author_email": "Milo\u0161 Rokni\u0107 <roknic.milos.994@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/92/e6ba4c0b47ad884c046646ce3ef89bff08d2e855b30b5cf32d1e5dbd2ed1/memizer-1.0.0.tar.gz",
    "platform": null,
    "description": "# memizer\n\nDisplays a meme!\n\n## Installation\n\n```bash\npip install memizer\n```\n\n## Usage\n\n### CLI command:\n\n```bash\nmemize\n```\n\n### Python code:\n\n```python\nfrom memizer import display_meme\n\ndisplay_meme()\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Milo\u0161 Rokni\u0107  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": "Displays a meme",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/roknicmilos/memizer"
    },
    "split_keywords": [
        "meme",
        " memizer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d9edcf72b1d705e8c448994a139c8af4cd37f182570e01bb929e2c1fc2dbb11",
                "md5": "e78dc548612e6c62c9bfe88e82e14119",
                "sha256": "57f10d058d26e9f5b905902b6123d80946b99aa649a1db0b932d42a77780890b"
            },
            "downloads": -1,
            "filename": "memizer-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e78dc548612e6c62c9bfe88e82e14119",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3270,
            "upload_time": "2024-07-26T12:15:52",
            "upload_time_iso_8601": "2024-07-26T12:15:52.940194Z",
            "url": "https://files.pythonhosted.org/packages/9d/9e/dcf72b1d705e8c448994a139c8af4cd37f182570e01bb929e2c1fc2dbb11/memizer-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f292e6ba4c0b47ad884c046646ce3ef89bff08d2e855b30b5cf32d1e5dbd2ed1",
                "md5": "a90e545aee7aa3b361da8a124bc2a65e",
                "sha256": "589c424cdeb9f68b0e3a22f8e1e4bb747d6ab4b970b5ae2c1de363487c2c4639"
            },
            "downloads": -1,
            "filename": "memizer-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a90e545aee7aa3b361da8a124bc2a65e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2317,
            "upload_time": "2024-07-26T12:15:54",
            "upload_time_iso_8601": "2024-07-26T12:15:54.480797Z",
            "url": "https://files.pythonhosted.org/packages/f2/92/e6ba4c0b47ad884c046646ce3ef89bff08d2e855b30b5cf32d1e5dbd2ed1/memizer-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-26 12:15:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "roknicmilos",
    "github_project": "memizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "memizer"
}
        
Elapsed time: 1.07438s