Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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

Project description

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page