You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cycl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycl

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

0.2.17
PyPI
Maintainers
1

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

Keywords

aws

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts