Metadata-Version: 2.1
Name: py-import-cycles
Version: 0.1.11
Summary: Detect import cycles in Python projects
Home-page: https://github.com/si-23/py-import-cycles
Author: Simon Jess
Author-email: simon86betz@yahoo.de
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

py-import-cycles
================

Detect import cycles in Python projects

Installation
------------

The py-import-cycles package is available on PyPI: `python3 -m pip install --user py-import-cycles`

Usage
-----

* `python3 -m py_import_cycles --version`
* `python3 -m py_import_cycles --help`
* `python3 -m py_import_cycles --project-path /path/to/project`


