gitignore_parser | A spec-compliant gitignore parser for Python

 by   mherrmann Python Version: v0.1.3 License: MIT

kandi X-RAY | gitignore_parser Summary

kandi X-RAY | gitignore_parser Summary

gitignore_parser is a Python library. gitignore_parser has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install gitignore_parser' or download it from GitHub, PyPI.

A spec-compliant gitignore parser for Python 3.5+
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gitignore_parser has a low active ecosystem.
              It has 116 star(s) with 26 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 13 have been closed. On average issues are closed in 194 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of gitignore_parser is v0.1.3

            kandi-Quality Quality

              gitignore_parser has 0 bugs and 0 code smells.

            kandi-Security Security

              gitignore_parser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              gitignore_parser code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              gitignore_parser is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              gitignore_parser releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              gitignore_parser saves you 112 person hours of effort in developing the same functionality from scratch.
              It has 284 lines of code, 16 functions and 3 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gitignore_parser
            Get all kandi verified functions for this library.

            gitignore_parser Key Features

            No Key Features are available at this moment for gitignore_parser.

            gitignore_parser Examples and Code Snippets

            gitignore_parser,Usage
            Pythondot img1Lines of Code : 12dot img1License : Permissive (MIT)
            copy iconCopy
            __pycache__/
            *.py[cod]
            
            >>> from gitignore_parser import parse_gitignore
            >>> matches = parse_gitignore('/home/michael/project/.gitignore')
            >>> matches('/home/michael/project/main.py')
            False
            >>> matches('/home/micha  
            gitignore_parser,Installation
            Pythondot img2Lines of Code : 1dot img2License : Permissive (MIT)
            copy iconCopy
            pip install gitignore_parser
              

            Community Discussions

            No Community Discussions are available at this moment for gitignore_parser.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gitignore_parser

            You can install using 'pip install gitignore_parser' or download it from GitHub, PyPI.
            You can use gitignore_parser like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            I'm very open to merging PRs. But before you start working on one, please read through my guidelines for PRs. It will save us both time and unnecessary effort.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries