{
"info": {
"author": "Alireza Savand",
"author_email": "alireza.savand@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities"
],
"description": "=======\r\ngignore\r\n=======\r\n\r\n.. contents:: Table of contents\r\n\r\nOverview\r\n--------\r\n\r\n`gignore `_ Get ``.gitignore``\r\nfiles from `github/gitignore `_.\r\n\r\nCLI\r\n---\r\n\r\n``gignore`` comes with a Command Line Interface and works just like any\r\nother unix based command line application.\r\n\r\nThe output of ``gignore`` will be echo out to command line and can be simply\r\npipe to other applications.\r\n\r\n\r\nUsage\r\n-----\r\n\r\n**CLI**\r\n\r\n::\r\n\r\n $ gignore Python\r\n # Byte-compiled / optimized / DLL files\r\n __pycache__/\r\n *.py[cod]\r\n ....\r\n\r\n\r\n**Backend**\r\n\r\n::\r\n\r\n >>> from gignore import Gignore\r\n >>> gig = Gignore('Python')\r\n >>> gig.get_gitignore_file()\r\n >>> print(gig.get_file_content())\r\n # Byte-compiled / optimized / DLL files\r\n __pycache__/\r\n *.py[cod]\r\n\r\n # C extensions\r\n *.so\r\n\r\n # Distribution / packaging\r\n .Python\r\n # ....\r\n >>>\r\n\r\n\r\n\r\nSupported Python Versions\r\n-------------------------\r\n\r\n``gignore`` currently can be run on multiple python versions:\r\n\r\n* Python 2 (2.7)\r\n* Python 3 (3.2, 3.3, 3.4)\r\n* PyPy\r\n\r\n\r\nInstallation\r\n------------\r\n``gignore`` is available on pypi\r\n\r\nhttp://pypi.python.org/pypi/gignore\r\n\r\nSo easily install it by ``pip``\r\n::\r\n \r\n $ pip install gignore\r\n\r\nOr by ``easy_install``\r\n::\r\n \r\n $ easy_install gignore\r\n\r\nAnother way is by cloning ``python-gignore``'s `git repo `_ ::\r\n \r\n $ git clone git://github.com/Alir3z4/python-gignore.git\r\n\r\nThen install it by running:\r\n::\r\n \r\n $ python setup.py install\r\n\r\n\r\nAuthors\r\n-------\r\n\r\n``gignore`` was originally created in the late 2014 at home,\r\nthe bedroom division of the Alireza's place somewhere on planet earth maybe.\r\n\r\nThe PRIMARY AUTHORS are (and/or have been):\r\n\r\n* Alireza Savand \r\n* Fran\u00e7ois\u200e\r\n\r\nAnd here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --\r\npeople who have submitted patches, reported bugs, added translations, helped\r\nanswer newbie questions, and generally made ``gignore`` that much better:\r\n\r\n* Alireza Savand \r\n\r\nA big THANK YOU goes to:\r\n\r\n* Fran\u00e7ois\u200e for convincing Alireza to start the project.\r\n* Guido van Rossum for creating Python.\r\n\r\n\r\n\r\nLicense\r\n-------\r\n\r\n``gignore`` is distributed under the terms of BSD license.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/Alir3z4/python-gignore",
"keywords": "",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "gignore",
"package_url": "https://pypi.org/project/gignore/",
"platform": "OS Independent",
"project_url": "https://pypi.org/project/gignore/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/Alir3z4/python-gignore"
},
"release_url": "https://pypi.org/project/gignore/2014.10.28/",
"requires_dist": null,
"requires_python": null,
"summary": "Get .gitignore files from github.com/github/gitignore",
"version": "2014.10.28"
},
"last_serial": 1288004,
"releases": {
"2014.10.28": [
{
"comment_text": "",
"digests": {
"md5": "e624ade589817e256fceb50079b7f903",
"sha256": "0daca3a9eb425bd0beebe7c9fdfd67a4f0f25549a7dfec2286abceb251c21cc8"
},
"downloads": -1,
"filename": "gignore-2014.10.28.tar.gz",
"has_sig": false,
"md5_digest": "e624ade589817e256fceb50079b7f903",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4722,
"upload_time": "2014-10-28T17:32:16",
"url": "https://files.pythonhosted.org/packages/95/5e/cb00de06f0429cd7bae8f05c5d4f7609cedd664b846df614e8df28756eff/gignore-2014.10.28.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "e624ade589817e256fceb50079b7f903",
"sha256": "0daca3a9eb425bd0beebe7c9fdfd67a4f0f25549a7dfec2286abceb251c21cc8"
},
"downloads": -1,
"filename": "gignore-2014.10.28.tar.gz",
"has_sig": false,
"md5_digest": "e624ade589817e256fceb50079b7f903",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4722,
"upload_time": "2014-10-28T17:32:16",
"url": "https://files.pythonhosted.org/packages/95/5e/cb00de06f0429cd7bae8f05c5d4f7609cedd664b846df614e8df28756eff/gignore-2014.10.28.tar.gz"
}
]
}