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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.1.6", features = ["derive"] }