Metadata-Version: 2.1
Name: pyall
Version: 0.1.0
Summary: Pyall is a linter that tries to keep the __all __ in your Python modules always up to date.
Home-page: https://github.com/hakancelik96/pyall
Author: Hakan Çelik
Author-email: hakancelik96@outlook.com
License: GNU General Public License v3.0
Project-URL: Documentation, https://pyall.hakancelik.dev/
Project-URL: Issues, https://github.com/hakancelik96/pyall/issues
Description: **Pyall is a linter that tries to keep the `__all__` in your Python modules always up to
        date.**
        
        [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hakancelik96/pyall/master.svg)](https://results.pre-commit.ci/latest/github/hakancelik96/pyall/master)
        [![test](https://github.com/hakancelik96/pyall/actions/workflows/tests.yml/badge.svg)](https://github.com/hakancelik96/pyall/actions/workflows/tests.yml)
        
        [![Pypi](https://img.shields.io/pypi/v/pyall)](https://pypi.org/project/pyall/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyall)
        [![Downloads](https://static.pepy.tech/personalized-badge/pyall?period=total&units=none&left_color=grey&right_color=red&left_text=downloads)](https://pepy.tech/project/pyall)
        [![License](https://img.shields.io/github/license/hakancelik96/pyall.svg)](https://github.com/hakancelik96/pyall/blob/master/LICENSE)
        
        [![Forks](https://img.shields.io/github/forks/hakancelik96/pyall)](https://github.com/hakancelik96/pyall/fork)
        [![Issues](https://img.shields.io/github/issues/hakancelik96/pyall)](https://github.com/hakancelik96/pyall/issues)
        [![Stars](https://img.shields.io/github/stars/hakancelik96/pyall)](https://github.com/hakancelik96/pyall/stargazers)
        
        [![Codecov](https://codecov.io/gh/hakancelik96/pyall/branch/master/graph/badge.svg)](https://codecov.io/gh/hakancelik96/pyall)
        [![Contributors](https://img.shields.io/github/contributors/hakancelik96/pyall)](https://github.com/hakancelik96/pyall/graphs/contributors)
        [![Last Commit](https://img.shields.io/github/last-commit/hakancelik96/pyall.svg)](https://github.com/hakancelik96/pyall/commits/master)
        
        For more information see: https://pyall.hakancelik.dev/
        
Keywords: __all__
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
