mytypo


Namemytypo JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/worthrd/mytypo
SummaryChecks typos in one lines comments
upload_time2022-12-09 14:54:08
maintainer
docs_urlNone
authorRecep Daban
requires_python
license
keywords textblob nlp linguistics nltk pattern
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mytypo

This is a project that finds miss spelled words in comments in a python file. It can be used single *.py file or director like:

```mytypo foo.py```

or

```mytypo foo/bar/baz```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/worthrd/mytypo",
    "name": "mytypo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "textblob,nlp,linguistics,nltk,pattern",
    "author": "Recep Daban",
    "author_email": "recep.daban@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/67/3b/716e3cca222a847774d6f85f8a7b0876bfae778321c1065ab57ed1a451cb/mytypo-0.1.0.tar.gz",
    "platform": null,
    "description": "# mytypo\n\nThis is a project that finds miss spelled words in comments in a python file. It can be used single *.py file or director like:\n\n```mytypo foo.py```\n\nor\n\n```mytypo foo/bar/baz```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Checks typos in one lines comments",
    "version": "0.1.0",
    "split_keywords": [
        "textblob",
        "nlp",
        "linguistics",
        "nltk",
        "pattern"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a2f94ec82070433a60b513e969dd07af",
                "sha256": "d029c554343eb294baeba1304c12d196a2b8f514a2ac02711ff4c568f1e5b40a"
            },
            "downloads": -1,
            "filename": "mytypo-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2f94ec82070433a60b513e969dd07af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3566,
            "upload_time": "2022-12-09T14:54:07",
            "upload_time_iso_8601": "2022-12-09T14:54:07.105590Z",
            "url": "https://files.pythonhosted.org/packages/93/72/8563bbe0a7fde8ef2abfb6b96cacaae917db83ff45b05207f7e529eb1a49/mytypo-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "14667edcff4e772f808690b9634af9a1",
                "sha256": "8228a05d12c295cc8265acbc06bea563a11af252778cfd4c1f408f259afc7504"
            },
            "downloads": -1,
            "filename": "mytypo-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "14667edcff4e772f808690b9634af9a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3702,
            "upload_time": "2022-12-09T14:54:08",
            "upload_time_iso_8601": "2022-12-09T14:54:08.558524Z",
            "url": "https://files.pythonhosted.org/packages/67/3b/716e3cca222a847774d6f85f8a7b0876bfae778321c1065ab57ed1a451cb/mytypo-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-09 14:54:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "worthrd",
    "github_project": "mytypo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mytypo"
}
        
Elapsed time: 0.01750s