dotgitignore


Namedotgitignore JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryA command-line utility tool to fetch .gitignore files for multiple languages.
upload_time2024-05-10 09:22:04
maintainerNone
docs_urlNone
authorAiglon Doré & Rainbow
requires_pythonNone
licenseGNU GPL-3
keywords gitignore git ignore
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Gitignore

A Python script that generates a `.gitignore` file for a given programming language.

## Usage

```bash
python -m dotgitignore <language> ...
```

## How to install
    
```bash
pip install dotgitignore
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dotgitignore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "gitignore git ignore",
    "author": "Aiglon Dor\u00e9 & Rainbow",
    "author_email": "contact@mathquantlab.com",
    "download_url": "https://files.pythonhosted.org/packages/16/c7/4f8da7530ac9274ac4890c443cee31dd84136f6bdd80e2c7135201af8838/dotgitignore-1.0.tar.gz",
    "platform": null,
    "description": "# Gitignore\n\nA Python script that generates a `.gitignore` file for a given programming language.\n\n## Usage\n\n```bash\npython -m dotgitignore <language> ...\n```\n\n## How to install\n    \n```bash\npip install dotgitignore\n```\n",
    "bugtrack_url": null,
    "license": "GNU GPL-3",
    "summary": "A command-line utility tool to fetch .gitignore files for multiple languages.",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "gitignore",
        "git",
        "ignore"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d0c3522222e17e871a9024af80b3133390994bf488b6200b4b91d2eb876ca8b",
                "md5": "7ba7402a41c92ec0c0e3061e02a00bba",
                "sha256": "60ef463a80cc92f5815f38dc67aecb65ce41eb878ad9f99564c004c2d4bf8dbf"
            },
            "downloads": -1,
            "filename": "dotgitignore-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ba7402a41c92ec0c0e3061e02a00bba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12654,
            "upload_time": "2024-05-10T09:22:02",
            "upload_time_iso_8601": "2024-05-10T09:22:02.191506Z",
            "url": "https://files.pythonhosted.org/packages/1d/0c/3522222e17e871a9024af80b3133390994bf488b6200b4b91d2eb876ca8b/dotgitignore-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16c74f8da7530ac9274ac4890c443cee31dd84136f6bdd80e2c7135201af8838",
                "md5": "12e7e9a3bc09557d0184a04f568ca304",
                "sha256": "24fd15ef46a00cba444ec2155486ee0075ebf1e1705be3fc233da6143cadb4ff"
            },
            "downloads": -1,
            "filename": "dotgitignore-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "12e7e9a3bc09557d0184a04f568ca304",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12883,
            "upload_time": "2024-05-10T09:22:04",
            "upload_time_iso_8601": "2024-05-10T09:22:04.332082Z",
            "url": "https://files.pythonhosted.org/packages/16/c7/4f8da7530ac9274ac4890c443cee31dd84136f6bdd80e2c7135201af8838/dotgitignore-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 09:22:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dotgitignore"
}
        
Elapsed time: 0.63191s