marui 0.2.0

Find circular imports in a Python project.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[package]
authors = ["Jan Krecke <jan.krecke@pm.me>"]
categories = ["development-tools", "command-line-utilities"]
description = "Find circular imports in a Python project."
edition = "2021"
keywords = ["python", "cli"]
license = "MIT"
name = "marui"
readme = "README.md"
repository = "https://github.com/jan-krecke/marui"
version = "0.2.0"