ignorepy


Nameignorepy JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryCreate .gitignore files from CLI.
upload_time2023-07-27 13:20:29
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords gitignore .gitignore cli git github
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ignorepy
Generate a .gitignore from the command line.

## Installation
Install with pip:

``` bash
pip install ignorepy
```

## Usage
After installing run:

``` bash
ignorepy tag1 tag2 tag3
```

A .gitignore file will be generated from [gitignore.io](https://www.toptal.com/developers/gitignore) with the specified tags and copied to the clipboard.

Additionally pass -s
``` bash
ignorepy tag1 tag2 tag3 -s
```

and the tags will be saved as default tag.
Then the program can be called with
``` bash
ignorepy
```
and the default tags will be automatically loaded.

Additionally pass -f
``` bash
ignorepy tag1 tag2 tag3 -f
```
and instead of being copied to the clipboard the .gitignore file will be written to .gitignore in the current working directory.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ignorepy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "gitignore,.gitignore,cli,git,github",
    "author": "",
    "author_email": "Calvin Sprouse <sprousecal@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d8/6b/bf1514143e3a4703bbf155989e33f1fdfff7f3a57365ccf624304c1de779/ignorepy-0.1.0.tar.gz",
    "platform": null,
    "description": "# ignorepy\nGenerate a .gitignore from the command line.\n\n## Installation\nInstall with pip:\n\n``` bash\npip install ignorepy\n```\n\n## Usage\nAfter installing run:\n\n``` bash\nignorepy tag1 tag2 tag3\n```\n\nA .gitignore file will be generated from [gitignore.io](https://www.toptal.com/developers/gitignore) with the specified tags and copied to the clipboard.\n\nAdditionally pass -s\n``` bash\nignorepy tag1 tag2 tag3 -s\n```\n\nand the tags will be saved as default tag.\nThen the program can be called with\n``` bash\nignorepy\n```\nand the default tags will be automatically loaded.\n\nAdditionally pass -f\n``` bash\nignorepy tag1 tag2 tag3 -f\n```\nand instead of being copied to the clipboard the .gitignore file will be written to .gitignore in the current working directory.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Create .gitignore files from CLI.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/CalvinSprouse/ignorepy/issues",
        "Homepage": "https://github.com/CalvinSprouse/ignorepy"
    },
    "split_keywords": [
        "gitignore",
        ".gitignore",
        "cli",
        "git",
        "github"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be6564f9804051758c71c09eb66cd172c852444a9eaac37a7ae12b79cf23abbd",
                "md5": "69c8da1bcff100f03a3ec6a614f89f53",
                "sha256": "69670fb08cabdd6a53f6bfa70272bc632e4847184347911560218aeeabf50a53"
            },
            "downloads": -1,
            "filename": "ignorepy-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69c8da1bcff100f03a3ec6a614f89f53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4905,
            "upload_time": "2023-07-27T13:20:27",
            "upload_time_iso_8601": "2023-07-27T13:20:27.528857Z",
            "url": "https://files.pythonhosted.org/packages/be/65/64f9804051758c71c09eb66cd172c852444a9eaac37a7ae12b79cf23abbd/ignorepy-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d86bbf1514143e3a4703bbf155989e33f1fdfff7f3a57365ccf624304c1de779",
                "md5": "af2b53e10340db25dc0a54dbba5a5f6b",
                "sha256": "81a902d01e1f259f3fef6c7b3808bdf275c7d80a3f14c926597b629c8aa196e2"
            },
            "downloads": -1,
            "filename": "ignorepy-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af2b53e10340db25dc0a54dbba5a5f6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4278,
            "upload_time": "2023-07-27T13:20:29",
            "upload_time_iso_8601": "2023-07-27T13:20:29.057622Z",
            "url": "https://files.pythonhosted.org/packages/d8/6b/bf1514143e3a4703bbf155989e33f1fdfff7f3a57365ccf624304c1de779/ignorepy-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 13:20:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CalvinSprouse",
    "github_project": "ignorepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ignorepy"
}
        
Elapsed time: 0.09289s