Metadata-Version: 2.4
Name: decycle
Version: 3.0.0
Summary: Python circular imports resolver
Author: user-with-username
License: MIT
License-File: LICENSE
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Decycle

Python circular imports resolver

## Installation

```bash
pip install -U decycle
```

## Usage

```python
import decycle  # You need just to import it, no more

# Your code with circular imports goes here

# Wanna remove resolver?
decycle.uninstall()
```

## License

[MIT](LICENSE)