Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hakancelikdev/unexport
- Owner: hakancelikdev
- License: gpl-3.0
- Created: 2021-02-18T18:06:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T01:14:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T01:14:35.223Z (6 months ago)
- Topics: all, linter, python
- Language: Python
- Homepage: https://unexport.hakancelik.dev/
- Size: 757 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-python-code-formatters - pyall
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/