Skip to content
/ cycl Public

CLI and Python SDK to help identify cross-stack import/export circular dependencies, for a given AWS account and region.

License

Notifications You must be signed in to change notification settings

tcm5343/cycl

Repository files navigation

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 (ECE 382C: Software Testing).

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