Metadata-Version: 2.4
Name: flake8-pygobject
Version: 0.1.2
Summary: Flake8 plugin for detecting common PyGObject mistakes
Home-page: https://gitlab.com/gnomify/flake8_pygobject
Author: Gnomify
Author-email: ghostkoders@gmail.com
License: Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: flake8>=3.8

# Flake8 PyGObject

Flake8 plugin for detecting common mistakes in PyGObject / GTK Python code.

Copyright (C) Gnomify. All rights reserved.  
Contact: ghostkoders@gmail.com

## Installation

```bash
pip install flake8-pygobject
