happy-kostadin


Namehappy-kostadin JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-10-15 19:33:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
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
```

## Use as check

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
```

## Use as formatter

Happy_kostadin can also be used as formatter with the flag `-f` or `--fix`

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

### 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/e0/eb/5e5116532836b4e855a8dce84228c7b8baeb887e26fcbc6c383d5470bb80/happy_kostadin-0.1.1.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## Use as check\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## Use as formatter\n\nHappy_kostadin can also be used as formatter with the flag `-f` or `--fix`\n\n```bash\nhappy_kostadin your\\path\\here --fix\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": "Apache-2.0",
    "summary": null,
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "checker",
        " crlf",
        " lf",
        " line-ending"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd0edfd16fb2d4b6a05a0880fad5d1824464a83f246ba593cc998e2a0d60aa1f",
                "md5": "038b35d7544cbb40424d3fe87159a192",
                "sha256": "6fa77bc34f03b6c7df2a8f53c83818b840bdb9cf9985ca8f6dbebf33ac59e5c6"
            },
            "downloads": -1,
            "filename": "happy_kostadin-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "038b35d7544cbb40424d3fe87159a192",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9764,
            "upload_time": "2025-10-15T19:33:43",
            "upload_time_iso_8601": "2025-10-15T19:33:43.322001Z",
            "url": "https://files.pythonhosted.org/packages/dd/0e/dfd16fb2d4b6a05a0880fad5d1824464a83f246ba593cc998e2a0d60aa1f/happy_kostadin-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0eb5e5116532836b4e855a8dce84228c7b8baeb887e26fcbc6c383d5470bb80",
                "md5": "65ab242ba8d9ef56ac82de691947c773",
                "sha256": "70660873674463fc5fe2a49f162c3e8980e27e4a6cff1e9574ec2db71c5b3390"
            },
            "downloads": -1,
            "filename": "happy_kostadin-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "65ab242ba8d9ef56ac82de691947c773",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11983,
            "upload_time": "2025-10-15T19:33:44",
            "upload_time_iso_8601": "2025-10-15T19:33:44.165146Z",
            "url": "https://files.pythonhosted.org/packages/e0/eb/5e5116532836b4e855a8dce84228c7b8baeb887e26fcbc6c383d5470bb80/happy_kostadin-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-15 19:33:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "happy-kostadin"
}
        
Elapsed time: 1.21137s