happy-kostadin


Namehappy-kostadin JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-02-24 08:24:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords checker crlf lf line-ending
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Happy Kostadin

If you have files with CRLF line endings it can create problems. 

## Install

```bash
pip install happy-kostadin
```

## Using

Happy_kostadin is a CLI tool. Navigate to the project you want to check and run the following:

```bash
happy_kostadin
```

If you want to specify a path you can specify it

```bash
happy_kostadin your\path\here
```

For legacy reasons you can also do this with the `-p` and `--path` flag.

```bash
happy_kostadin -p your\path\here
happy_kostadin --path your\path\here
```

### Select what files to include

happy_kostadin uses the `pyproject.toml` in the folder it ran from.
If in there there is the following it will only look for files ending the allowed post-fixes.

```toml
[tool.happy_kostadin]
allowed-post-fixes = [
  ".py",
  ".md",
  ".gitignore",
]
```

If this not present all files will scanned.

# Credits

- Tom Nijhof

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "happy-kostadin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "checker, crlf, lf, line-ending",
    "author": null,
    "author_email": "Tom Nijhof <tomsspamadress@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c4/d8/39dbd97f0e60b9104e114f8505adb7cb21f3b70016ea334280e8c983a59b/happy_kostadin-0.0.6.tar.gz",
    "platform": null,
    "description": "# Happy Kostadin\n\nIf you have files with CRLF line endings it can create problems. \n\n## Install\n\n```bash\npip install happy-kostadin\n```\n\n## Using\n\nHappy_kostadin is a CLI tool. Navigate to the project you want to check and run the following:\n\n```bash\nhappy_kostadin\n```\n\nIf you want to specify a path you can specify it\n\n```bash\nhappy_kostadin your\\path\\here\n```\n\nFor legacy reasons you can also do this with the `-p` and `--path` flag.\n\n```bash\nhappy_kostadin -p your\\path\\here\nhappy_kostadin --path your\\path\\here\n```\n\n### Select what files to include\n\nhappy_kostadin uses the `pyproject.toml` in the folder it ran from.\nIf in there there is the following it will only look for files ending the allowed post-fixes.\n\n```toml\n[tool.happy_kostadin]\nallowed-post-fixes = [\n  \".py\",\n  \".md\",\n  \".gitignore\",\n]\n```\n\nIf this not present all files will scanned.\n\n# Credits\n\n- Tom Nijhof\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "checker",
        " crlf",
        " lf",
        " line-ending"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b74ba88c9927367f679e222ab02447aa8577229db256674253da04150aaee23",
                "md5": "bf3725905d3fb72274a9bb10576f444c",
                "sha256": "c7c1b4e13d582d8fb39b9aec3d08a5b5112391ddc94a3a0ceb0c3192d4ecaee9"
            },
            "downloads": -1,
            "filename": "happy_kostadin-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf3725905d3fb72274a9bb10576f444c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7873,
            "upload_time": "2025-02-24T08:24:25",
            "upload_time_iso_8601": "2025-02-24T08:24:25.635764Z",
            "url": "https://files.pythonhosted.org/packages/8b/74/ba88c9927367f679e222ab02447aa8577229db256674253da04150aaee23/happy_kostadin-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4d839dbd97f0e60b9104e114f8505adb7cb21f3b70016ea334280e8c983a59b",
                "md5": "0194aa36fcc620c58f8b7b1291d291ec",
                "sha256": "3aca715a798edc15f325d82707e9f08204823c9b79120c754e2838ad95a201c0"
            },
            "downloads": -1,
            "filename": "happy_kostadin-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "0194aa36fcc620c58f8b7b1291d291ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9777,
            "upload_time": "2025-02-24T08:24:27",
            "upload_time_iso_8601": "2025-02-24T08:24:27.241007Z",
            "url": "https://files.pythonhosted.org/packages/c4/d8/39dbd97f0e60b9104e114f8505adb7cb21f3b70016ea334280e8c983a59b/happy_kostadin-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-24 08:24:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "happy-kostadin"
}
        
Elapsed time: 0.80720s