{ "info": { "author": "Niklas Rosenstein", "author_email": "rosensteinniklas@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# nr.gitignore\n\nA simple `.gitignore` pattern parser and matcher.\n\n### Example Usage\n\n```python\nimport os\nimport nr.gitignore\npatterns = nr.gitignore.parse()\nfor root, dirs, files in nr.gitignore.walk(patterns, '.'):\n # ...\n```\n\n```python\nimport nr.gitignore\nignore = nr.gitignore.IgnoreList()\nignore.parse(['__pycache__', 'dist'])\nassert ignore.match('./dist/module-1.0.0.tar.gz') == nr.gitignore.MATCH_IGNORE\n```\n\n---\n\n
Copyright © 2018 Niklas Rosenstein
", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.niklasrosenstein.com/NiklasRosenstein/python/nr.gitignore", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nr.gitignore", "package_url": "https://pypi.org/project/nr.gitignore/", "platform": "", "project_url": "https://pypi.org/project/nr.gitignore/", "project_urls": { "Homepage": "https://gitlab.niklasrosenstein.com/NiklasRosenstein/python/nr.gitignore" }, "release_url": "https://pypi.org/project/nr.gitignore/1.0.0/", "requires_dist": null, "requires_python": "", "summary": ".gitignore file parser", "version": "1.0.0" }, "last_serial": 4072933, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5896bc742581cde5af6dc1be22299585", "sha256": "f0deee7c819d8ce1ae4371fdece278908427402570fd114a2e7007a7a3989886" }, "downloads": -1, "filename": "nr.gitignore-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5896bc742581cde5af6dc1be22299585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5272, "upload_time": "2018-07-17T09:33:46", "url": "https://files.pythonhosted.org/packages/d8/28/777081d92e25f69b8d49683897917304aa89f06e719c7a13746f7e365ad9/nr.gitignore-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5896bc742581cde5af6dc1be22299585", "sha256": "f0deee7c819d8ce1ae4371fdece278908427402570fd114a2e7007a7a3989886" }, "downloads": -1, "filename": "nr.gitignore-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5896bc742581cde5af6dc1be22299585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5272, "upload_time": "2018-07-17T09:33:46", "url": "https://files.pythonhosted.org/packages/d8/28/777081d92e25f69b8d49683897917304aa89f06e719c7a13746f7e365ad9/nr.gitignore-1.0.0.tar.gz" } ] }