cnvmsg


Namecnvmsg JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryConventional Message handling
upload_time2023-06-11 12:43:46
maintainer
docs_urlNone
authorryzhovalex
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ConventionalMessage
Conventional Message handling.

> ⚠️ WARNING: Poorly tested, error-prone. Works well only with perfectly matched strings.

## What is Conventional Message?
A specification for domain-agnostic message which helps in better describing of the context:
```
%<condition>% [<status>] <project>/<type>(<module>)!: <text> #<...tags>
```

Inspired by [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [Angular commits](https://gist.github.com/brianclements/841ea7bffdb01346392c) and is compliant *in some forms* to it.

## Conventional Message Examples
Full:
```
%after closing #8b78% [maybe] orwynn/refactor(bootscript): Rearrange bootscript structure #awaiting #nextrelease
```

General feature:
```
orwynn/feat(di): advanced sharing container
```

Condition:
```
%if noone called% call service for further information
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cnvmsg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "ryzhovalex",
    "author_email": "thed4rkof@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/61/4a8647d500912fd7dac90d02ac2c171e603d42de56fda1e660364bc290c3/cnvmsg-0.1.0.tar.gz",
    "platform": null,
    "description": "# ConventionalMessage\nConventional Message handling.\n\n> \u26a0\ufe0f WARNING: Poorly tested, error-prone. Works well only with perfectly matched strings.\n\n## What is Conventional Message?\nA specification for domain-agnostic message which helps in better describing of the context:\n```\n%<condition>% [<status>] <project>/<type>(<module>)!: <text> #<...tags>\n```\n\nInspired by [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [Angular commits](https://gist.github.com/brianclements/841ea7bffdb01346392c) and is compliant *in some forms* to it.\n\n## Conventional Message Examples\nFull:\n```\n%after closing #8b78% [maybe] orwynn/refactor(bootscript): Rearrange bootscript structure #awaiting #nextrelease\n```\n\nGeneral feature:\n```\norwynn/feat(di): advanced sharing container\n```\n\nCondition:\n```\n%if noone called% call service for further information\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Conventional Message handling",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d6b7de026712fd7faa34ee7cea9795fbc28349fe3458839b4c192fee4df36e9",
                "md5": "91574c3d80237fbb32621cf93632f5b8",
                "sha256": "a84f8c5304745cae01cb993e6170dfe1abcbf995c0ca079aea875ced0922441e"
            },
            "downloads": -1,
            "filename": "cnvmsg-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91574c3d80237fbb32621cf93632f5b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 8536,
            "upload_time": "2023-06-11T12:43:44",
            "upload_time_iso_8601": "2023-06-11T12:43:44.914581Z",
            "url": "https://files.pythonhosted.org/packages/0d/6b/7de026712fd7faa34ee7cea9795fbc28349fe3458839b4c192fee4df36e9/cnvmsg-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1614a8647d500912fd7dac90d02ac2c171e603d42de56fda1e660364bc290c3",
                "md5": "1f50360240d6ba236042a1c4363fd2ad",
                "sha256": "fb114ad76dd68e84bcd98e4f02ad9c551cfa2b1d3486fd506ca15f5b701ee34b"
            },
            "downloads": -1,
            "filename": "cnvmsg-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1f50360240d6ba236042a1c4363fd2ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 6441,
            "upload_time": "2023-06-11T12:43:46",
            "upload_time_iso_8601": "2023-06-11T12:43:46.354518Z",
            "url": "https://files.pythonhosted.org/packages/e1/61/4a8647d500912fd7dac90d02ac2c171e603d42de56fda1e660364bc290c3/cnvmsg-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-11 12:43:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cnvmsg"
}
        
Elapsed time: 0.07420s