Metadata-Version: 2.1
Name: unexport
Version: 0.3.5
Summary: attr: unexport.__description__
Home-page: https://unexport.hakancelik.dev/
Author: Hakan Celik
Author-email: hakancelikdev@gmail.com
License: GNU General Public License v3.0
Project-URL: Documentation, https://unexport.hakancelik.dev/
Project-URL: Issues, https://github.com/hakancelikdev/unexport/issues/
Project-URL: Changelog, https://unexport.hakancelik.dev/changelog
Keywords: all
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test

**Unexport 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/hakancelikdev/unexport/main.svg)](https://results.pre-commit.ci/latest/github/hakancelikdev/unexport/main)
[![test](https://github.com/hakancelikdev/unexport/actions/workflows/tests.yml/badge.svg)](https://github.com/hakancelikdev/unexport/actions/workflows/tests.yml)

[![Pypi](https://img.shields.io/pypi/v/unexport)](https://pypi.org/project/unexport/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/unexport)
[![Downloads](https://static.pepy.tech/personalized-badge/unexport?period=total&units=none&left_color=grey&right_color=red&left_text=downloads)](https://pepy.tech/project/unexport)
[![License](https://img.shields.io/github/license/hakancelikdev/unexport.svg)](https://github.com/hakancelikdev/unexport/blob/main/LICENSE)

[![Forks](https://img.shields.io/github/forks/hakancelikdev/unexport)](https://github.com/hakancelikdev/unexport/fork)
[![Issues](https://img.shields.io/github/issues/hakancelikdev/unexport)](https://github.com/hakancelikdev/unexport/issues)
[![Stars](https://img.shields.io/github/stars/hakancelikdev/unexport)](https://github.com/hakancelikdev/unexport/stargazers)

[![Codecov](https://codecov.io/gh/hakancelikdev/unexport/branch/main/graph/badge.svg)](https://codecov.io/gh/hakancelikdev/unexport)
[![Contributors](https://img.shields.io/github/contributors/hakancelikdev/unexport)](https://github.com/hakancelikdev/unexport/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/hakancelikdev/unexport.svg)](https://github.com/hakancelikdev/unexport/commits/main)

For more information see: https://unexport.hakancelik.dev/

Try it out now using the Unexport Playground,
https://playground-unexport.hakancelik.dev/
