Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.55 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.55 KB

cycl

PyPI Downloads PyPI Supported Python Versions Build Status License: MIT Ruff Checked with mypy

cycl is a CLI and Python SDK to help identify cross-stack import/export circular dependencies, for a given AWS account and region. The successor to circular-dependency-detector, which was built at the University of Texas at Austin.

Documentation

Documentation for using cycl may be found here.

Contributing

cycl is being actively developed, instructions will come as it becomes more stable. Run make to see the available targets and their descriptions. To run tests using tox, you must install tox and pyenv. A VScode dev container is coming soon.

To run specific tests:

  • using tox: tox -e py39 -- ./tests/utils/cdk_test.py
  • using pytest directly: make test ARGS=./tests/utils/cdk_test.py