pink_accents


Namepink_accents JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryAccent system based on string pattern matching
upload_time2024-02-23 19:30:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords accents pattern-replacements regex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pink-accents

Accent system based on string pattern matching.

This is a silly accent system inspired by Space Station 13 accents, based on popular stereotypes. There is no intent in offending anyone or any culture. Maybe this thing has other uses, we'll see.
In it's core it's basically a re.sub call.

This was a part of PINK Discord bot originally: https://github.com/Fogapod/pink

Examples of accents can be found in `examples` folder.

### Console interface

```sh
usage: pink_accents [-h] [-p ACCENT_PATH] [-V] [accent ...]

Interactive accent session.

Starts interactive session if used without arguments.
Lists accents if no accents provided.

positional arguments:
  accent                accent with severity

options:
  -h, --help            show this help message and exit
  -p ACCENT_PATH, --accent-path ACCENT_PATH
                        where to look for accents, defaults to local example folder
  -V, --version         show program's version number and exit
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pink_accents",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Fogapod <fogaprod@gmail.com>",
    "keywords": "accents,pattern-replacements,regex",
    "author": null,
    "author_email": "Fogapod <fogaprod@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7c/06/87f92d08e8536f371ffa8dcbd1a6c5753eaaea373bd204b5f957c19d800f/pink_accents-0.1.1.tar.gz",
    "platform": null,
    "description": "# pink-accents\n\nAccent system based on string pattern matching.\n\nThis is a silly accent system inspired by Space Station 13 accents, based on popular stereotypes. There is no intent in offending anyone or any culture. Maybe this thing has other uses, we'll see.\nIn it's core it's basically a re.sub call.\n\nThis was a part of PINK Discord bot originally: https://github.com/Fogapod/pink\n\nExamples of accents can be found in `examples` folder.\n\n### Console interface\n\n```sh\nusage: pink_accents [-h] [-p ACCENT_PATH] [-V] [accent ...]\n\nInteractive accent session.\n\nStarts interactive session if used without arguments.\nLists accents if no accents provided.\n\npositional arguments:\n  accent                accent with severity\n\noptions:\n  -h, --help            show this help message and exit\n  -p ACCENT_PATH, --accent-path ACCENT_PATH\n                        where to look for accents, defaults to local example folder\n  -V, --version         show program's version number and exit\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Accent system based on string pattern matching",
    "version": "0.1.1",
    "project_urls": {
        "repository": "https://github.com/Fogapod/pink-accents"
    },
    "split_keywords": [
        "accents",
        "pattern-replacements",
        "regex"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad2fe27dc9fc6fd7b72c0ceaff11769635b321601cf17177e36544a26a7c28c8",
                "md5": "bf91836bf02fdd512d12decb12aa16b3",
                "sha256": "749fb2105b5e11fa80ec06b8f334be8e553417ff3970b7dca920b6069337ec5e"
            },
            "downloads": -1,
            "filename": "pink_accents-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf91836bf02fdd512d12decb12aa16b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11228,
            "upload_time": "2024-02-23T19:30:16",
            "upload_time_iso_8601": "2024-02-23T19:30:16.326501Z",
            "url": "https://files.pythonhosted.org/packages/ad/2f/e27dc9fc6fd7b72c0ceaff11769635b321601cf17177e36544a26a7c28c8/pink_accents-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c0687f92d08e8536f371ffa8dcbd1a6c5753eaaea373bd204b5f957c19d800f",
                "md5": "2aa8a8fd188f1f6b2296aa1a68e391c2",
                "sha256": "992f8165473e7f0863529a2bf979692e355188f0e81020ca33cab272f7110e8a"
            },
            "downloads": -1,
            "filename": "pink_accents-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2aa8a8fd188f1f6b2296aa1a68e391c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 17196,
            "upload_time": "2024-02-23T19:30:14",
            "upload_time_iso_8601": "2024-02-23T19:30:14.407640Z",
            "url": "https://files.pythonhosted.org/packages/7c/06/87f92d08e8536f371ffa8dcbd1a6c5753eaaea373bd204b5f957c19d800f/pink_accents-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 19:30:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Fogapod",
    "github_project": "pink-accents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pink_accents"
}
        
Elapsed time: 0.18608s