salutator


Namesalutator JSON
Version 0.9.91 PyPI version JSON
download
home_pagehttps://github.com/juanmcloaiza/salutator
SummaryA simple package for greetings and goodbyes
upload_time2025-10-29 15:37:57
maintainerNone
docs_urlNone
authorJohn Doe
requires_python>=3.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Salutator

A small Python package for greetings and goodbyes.

## Installation

```bash

pip install salutator

```

## Example Usage

```python
from salutator import humans as h
from salutator import animals as a
from salutator import plants as p
from salutator import minerals as m


# Humans

hg = h.Greeter("John")
print(hg.name)   # John
hg.salute()      # Hello, John! Wishing you a fantastic day ahead!

hb = h.GoodByer("Penelope")
hb.salute()      # Goodbye, Penelope! Take care and see you soon!


# Animals

ag = a.Greeter("Fido")
ag.salute()      # Fido wags its tail excitedly in greeting!

ab = a.GoodByer("Whiskers")
ab.salute()      # Whiskers trots away happily with a final bark of farewell!


# Plants

pg = p.Greeter("Oak Tree")
pg.salute()      # The Oak Tree rustles its leaves softly in greeting.

pb = p.GoodByer("Pine")
pb.salute()      # The Pine sways gently as a goodbye in the breeze.


# Minerals

mg = m.Greeter("Quartz")
mg.salute()      # The Quartz gleams brightly under the light as if to say hello.

mb = m.GoodByer("Obsidian")
mb.salute()      # The Obsidian fades quietly into the shadows, bidding farewell.
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/juanmcloaiza/salutator",
    "name": "salutator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "John Doe",
    "author_email": "john@doe.com",
    "download_url": "https://files.pythonhosted.org/packages/54/7a/1057b30bf1fc43d98742d70d96fdf12a9cbf720907118cdcf0f834c21169/salutator-0.9.91.tar.gz",
    "platform": null,
    "description": "# Salutator\n\nA small Python package for greetings and goodbyes.\n\n## Installation\n\n```bash\n\npip install salutator\n\n```\n\n## Example Usage\n\n```python\nfrom salutator import humans as h\nfrom salutator import animals as a\nfrom salutator import plants as p\nfrom salutator import minerals as m\n\n\n# Humans\n\nhg = h.Greeter(\"John\")\nprint(hg.name)   # John\nhg.salute()      # Hello, John! Wishing you a fantastic day ahead!\n\nhb = h.GoodByer(\"Penelope\")\nhb.salute()      # Goodbye, Penelope! Take care and see you soon!\n\n\n# Animals\n\nag = a.Greeter(\"Fido\")\nag.salute()      # Fido wags its tail excitedly in greeting!\n\nab = a.GoodByer(\"Whiskers\")\nab.salute()      # Whiskers trots away happily with a final bark of farewell!\n\n\n# Plants\n\npg = p.Greeter(\"Oak Tree\")\npg.salute()      # The Oak Tree rustles its leaves softly in greeting.\n\npb = p.GoodByer(\"Pine\")\npb.salute()      # The Pine sways gently as a goodbye in the breeze.\n\n\n# Minerals\n\nmg = m.Greeter(\"Quartz\")\nmg.salute()      # The Quartz gleams brightly under the light as if to say hello.\n\nmb = m.GoodByer(\"Obsidian\")\nmb.salute()      # The Obsidian fades quietly into the shadows, bidding farewell.\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A simple package for greetings and goodbyes",
    "version": "0.9.91",
    "project_urls": {
        "Homepage": "https://github.com/juanmcloaiza/salutator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "311eee226b57affe69aee8417064740569b99ed028f50e138bfd7b5ead50c64c",
                "md5": "574f995153e4748df9d398dce65667d0",
                "sha256": "83116f950d76f20a68e2770db75c61c8f1907f43125145b1c2bbe08095a8c08b"
            },
            "downloads": -1,
            "filename": "salutator-0.9.91-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "574f995153e4748df9d398dce65667d0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28276,
            "upload_time": "2025-10-29T15:37:56",
            "upload_time_iso_8601": "2025-10-29T15:37:56.133697Z",
            "url": "https://files.pythonhosted.org/packages/31/1e/ee226b57affe69aee8417064740569b99ed028f50e138bfd7b5ead50c64c/salutator-0.9.91-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "547a1057b30bf1fc43d98742d70d96fdf12a9cbf720907118cdcf0f834c21169",
                "md5": "17a180a437d2e0a41584b4aab470b457",
                "sha256": "bf9c4dd38b97cb6432a3bc780f0a3e022f000d57b9bc13fc6820b23f73760848"
            },
            "downloads": -1,
            "filename": "salutator-0.9.91.tar.gz",
            "has_sig": false,
            "md5_digest": "17a180a437d2e0a41584b4aab470b457",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 46178,
            "upload_time": "2025-10-29T15:37:57",
            "upload_time_iso_8601": "2025-10-29T15:37:57.072073Z",
            "url": "https://files.pythonhosted.org/packages/54/7a/1057b30bf1fc43d98742d70d96fdf12a9cbf720907118cdcf0f834c21169/salutator-0.9.91.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 15:37:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juanmcloaiza",
    "github_project": "salutator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "salutator"
}
        
Elapsed time: 1.29574s