Metadata-Version: 2.4
Name: pygnore
Version: 0.2.0
Summary: Client for gitignore.io
Home-page: https://github.com/flipee/pygnore
Author: flipee
Author-email: filipe.nascimento01@fatec.sp.gov.br
License: MIT
Keywords: pygnore gitignore development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cachetools
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8-bugbear; extra == "dev"
Requires-Dist: flake8-mypy; extra == "dev"
Provides-Extra: test
Requires-Dist: coveralls; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: tox-venv; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# pygnore

[![Travis](https://img.shields.io/travis/flipee/pygnore.svg?style=flat-square)](https://travis-ci.org/flipee/pygnore)
[![Coveralls](https://img.shields.io/coveralls/flipee/pygnore.svg?style=flat-square)](https://coveralls.io/github/flipee/pygnore?branch=master)
[![PyPI](https://img.shields.io/pypi/v/pygnore.svg?style=flat-square)](https://pypi.org/project/pygnore)
[![License](https://img.shields.io/github/license/flipee/pygnore.svg?style=flat-square)](https://github.com/flipee/pygnore/blob/master/LICENSE)

Python client for [gitignore.io](https://gitignore.io).

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/flipee/pygnore/blob/master/LICENSE) file for details.
