Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakancelikdev/unexport

:eight_spoked_asterisk: Unexport is a linter that tries to keep the __all __ in your Python modules always up to date.
https://github.com/hakancelikdev/unexport

all linter python

Last synced: 3 months ago
JSON representation

:eight_spoked_asterisk: Unexport is a linter that tries to keep the __all __ in your Python modules always up to date.

Awesome Lists containing this project

README

        

**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)
[![Build Docs](https://github.com/hakancelikdev/unexport/actions/workflows/docs.yml/badge.svg)](https://github.com/hakancelikdev/unexport/actions/workflows/docs.yml)
[![Publish Package on Pypi](https://github.com/hakancelikdev/unexport/actions/workflows/pypi.yml/badge.svg)](https://github.com/hakancelikdev/unexport/actions/workflows/pypi.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/