Name | ignorepy JSON |
Version |
0.1
JSON |
| download |
home_page | None |
Summary | Generate a .gitignore file from command line tags using gitignore.io |
upload_time | 2025-07-08 16:30:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ignorepy
Generate a .gitignore file from command line tags using gitignore.io
## 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 options.
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": null,
"name": "ignorepy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Calvin Sprouse <calvinsprouse@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/11/82/683f1cb73bef2ec69357447b50a89904e3f9d1085c656b5b3aef13c9b4b1/ignorepy-0.1.tar.gz",
"platform": null,
"description": "# ignorepy\nGenerate a .gitignore file from command line tags using gitignore.io\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\n``` bash\nignorepy tag1 tag2 tag3 -s\n```\n\nand the tags will be saved as default options.\nThen the program can be called with\n\n``` bash\nignorepy\n```\n\nand the default tags will be automatically loaded.\n\nAdditionally pass `-f`\n\n``` bash\nignorepy tag1 tag2 tag3 -f\n```\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": null,
"summary": "Generate a .gitignore file from command line tags using gitignore.io ",
"version": "0.1",
"project_urls": {
"Homepage": "https://github.com/CalvinSprouse/ignorepy",
"Issues": "https://github.com/CalvinSprouse/ignorepy/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a50372dff06698807881fa4b3225e526cda60c6f875c864a65ae5ecc5f0bddb3",
"md5": "edb83e7240ea83a1b05a116292bcee4c",
"sha256": "1a9de7e017d33a2e4676e219325f4f9c60c17a7446e9f26253c07b03152c08ab"
},
"downloads": -1,
"filename": "ignorepy-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "edb83e7240ea83a1b05a116292bcee4c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4412,
"upload_time": "2025-07-08T16:30:31",
"upload_time_iso_8601": "2025-07-08T16:30:31.338819Z",
"url": "https://files.pythonhosted.org/packages/a5/03/72dff06698807881fa4b3225e526cda60c6f875c864a65ae5ecc5f0bddb3/ignorepy-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1182683f1cb73bef2ec69357447b50a89904e3f9d1085c656b5b3aef13c9b4b1",
"md5": "bbfac5da18ca78d2833bd7bd7e964ecb",
"sha256": "06851bd87f72676426ebb35fe1889756a6657575e4c0de76829cfd0696421c44"
},
"downloads": -1,
"filename": "ignorepy-0.1.tar.gz",
"has_sig": false,
"md5_digest": "bbfac5da18ca78d2833bd7bd7e964ecb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 5895,
"upload_time": "2025-07-08T16:30:32",
"upload_time_iso_8601": "2025-07-08T16:30:32.277455Z",
"url": "https://files.pythonhosted.org/packages/11/82/683f1cb73bef2ec69357447b50a89904e3f9d1085c656b5b3aef13c9b4b1/ignorepy-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-08 16:30:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CalvinSprouse",
"github_project": "ignorepy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ignorepy"
}