Metadata-Version: 2.4
Name: import-linter
Version: 2.10
Summary: Lint your Python architecture
Project-URL: Documentation, https://import-linter.readthedocs.io/
Project-URL: Source-code, https://github.com/seddonym/import-linter/
Author-email: David Seddon <david@seddonym.me>
License: BSD 2-Clause License
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: click>=6
Requires-Dist: fastapi
Requires-Dist: grimp>=3.14
Requires-Dist: rich>=14.2.0
Requires-Dist: tomli>=1.2.1; python_version < '3.11'
Requires-Dist: typing-extensions>=3.10.0.0
Requires-Dist: uvicorn
Description-Content-Type: text/markdown

<div align="center">

<img src="https://import-linter.readthedocs.io/en/stable/img/import-linter-logo-text-white.png" alt="Import Linter">

**Lint your Python architecture.**

[![Package version](https://img.shields.io/pypi/v/import-linter.svg)](https://pypi.org/project/import-linter)
[![Python versions](https://img.shields.io/pypi/pyversions/import-linter.svg)](https://pypi.org/project/import-linter)
[![CI status](https://github.com/seddonym/import-linter/actions/workflows/main.yml/badge.svg)](https://github.com/seddonym/import-linter/actions/workflows/main.yml)
[![BSD license](https://img.shields.io/badge/License-BSD_2--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)

</div>


**Import Linter** allows you to impose constraints on the imports between your Python modules.

It also provides a browser-based user interface for exploring the architecture of any Python package.

<p align="center">
    <a href="https://import-linter.readthedocs.io/">Get started</a>.
</p>