soandso


Namesoandso JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA collection of delightfully arbitrary utilities
upload_time2025-09-11 16:50:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords utilities tools fun arbitrary
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # soandso

A delightfully arbitrary collection of Python utilities that do things, other things, and something else entirely.

## Installation
```bash
pip install soandso
```

## Usage
```python
from soandso import do_a_thing, do_another_thing, do_something_else
from soandso import make_it_fancy, count_stuff, generate_nonsense

# Do a thing
result = do_a_thing("laundry")
print(result)  # "Successfully did laundry! ✨"

# Do another thing with intensity
result = do_another_thing(8)
print(result)  # {'thing_done': True, 'intensity_level': 8, ...}

# Do something else with a list
items = ["apple", "banana", "cherry"]
result = do_something_else(items)
print(result)  # ["🎭 apple (processed)", ...]

# Make text fancy
fancy = make_it_fancy("hello world", "sparkles")
print(fancy)  # "✨ ⭐ HELLO WORLD ⭐ ✨"

# Count stuff
counts = count_stuff("hello world")
print(counts)  # {'total': 11, 'without_spaces': 10, ...}

# Generate nonsense
nonsense = generate_nonsense(5)
print(nonsense)  # "flibber jabberwocky snurfle blimp woosh"
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "soandso",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "utilities, tools, fun, arbitrary",
    "author": null,
    "author_email": "Kohan Mathers <mathers.kohan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f5/8b/120a16b3b31592bdca1f4bfb05ed87dd6083653d33cb751cbe44d069d664/soandso-1.0.0.tar.gz",
    "platform": null,
    "description": "# soandso\r\n\r\nA delightfully arbitrary collection of Python utilities that do things, other things, and something else entirely.\r\n\r\n## Installation\r\n```bash\r\npip install soandso\r\n```\r\n\r\n## Usage\r\n```python\r\nfrom soandso import do_a_thing, do_another_thing, do_something_else\r\nfrom soandso import make_it_fancy, count_stuff, generate_nonsense\r\n\r\n# Do a thing\r\nresult = do_a_thing(\"laundry\")\r\nprint(result)  # \"Successfully did laundry! \u2728\"\r\n\r\n# Do another thing with intensity\r\nresult = do_another_thing(8)\r\nprint(result)  # {'thing_done': True, 'intensity_level': 8, ...}\r\n\r\n# Do something else with a list\r\nitems = [\"apple\", \"banana\", \"cherry\"]\r\nresult = do_something_else(items)\r\nprint(result)  # [\"\ud83c\udfad apple (processed)\", ...]\r\n\r\n# Make text fancy\r\nfancy = make_it_fancy(\"hello world\", \"sparkles\")\r\nprint(fancy)  # \"\u2728 \u2b50 HELLO WORLD \u2b50 \u2728\"\r\n\r\n# Count stuff\r\ncounts = count_stuff(\"hello world\")\r\nprint(counts)  # {'total': 11, 'without_spaces': 10, ...}\r\n\r\n# Generate nonsense\r\nnonsense = generate_nonsense(5)\r\nprint(nonsense)  # \"flibber jabberwocky snurfle blimp woosh\"\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of delightfully arbitrary utilities",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "utilities",
        " tools",
        " fun",
        " arbitrary"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca6320137f60354eff01a60dc690384313d59094983531d934593c422afb85c5",
                "md5": "176c16eaedb0e54bb5865dede9a65f96",
                "sha256": "fdb1f4a7155dd8dc5df4dfc6d8612098720ccf7e6d3af8423be7f51e450e8699"
            },
            "downloads": -1,
            "filename": "soandso-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "176c16eaedb0e54bb5865dede9a65f96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5858,
            "upload_time": "2025-09-11T16:50:03",
            "upload_time_iso_8601": "2025-09-11T16:50:03.716055Z",
            "url": "https://files.pythonhosted.org/packages/ca/63/20137f60354eff01a60dc690384313d59094983531d934593c422afb85c5/soandso-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f58b120a16b3b31592bdca1f4bfb05ed87dd6083653d33cb751cbe44d069d664",
                "md5": "830721ec54ae1732d40ad258a7cbd628",
                "sha256": "6abac1eccdd3ecae8e7522b95c8a6189062fea49dce5fab4491927354fb8c902"
            },
            "downloads": -1,
            "filename": "soandso-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "830721ec54ae1732d40ad258a7cbd628",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5420,
            "upload_time": "2025-09-11T16:50:05",
            "upload_time_iso_8601": "2025-09-11T16:50:05.036544Z",
            "url": "https://files.pythonhosted.org/packages/f5/8b/120a16b3b31592bdca1f4bfb05ed87dd6083653d33cb751cbe44d069d664/soandso-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-11 16:50:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "soandso"
}
        
Elapsed time: 4.42077s