LICENSE
MANIFEST.in
README.md
setup.py
Beads.egg-info/PKG-INFO
Beads.egg-info/SOURCES.txt
Beads.egg-info/dependency_links.txt
Beads.egg-info/entry_points.txt
Beads.egg-info/requires.txt
Beads.egg-info/top_level.txt
beads/__init__.py
beads/main.py
beads/meta.py
beads/modules/__init__.py
beads/modules/cli.py
beads/modules/clicklog.py
beads/modules/defaults.py
beads/modules/errors.py
beads/modules/generator.py
beads/modules/gui.py
beads/modules/logic.py
beads/modules/reader.py
beads/modules/templates.py
beads/modules/validator.py
beads/modules/writer.py
beads/resources/info/README.md
beads/resources/info/click.png
beads/resources/info/eel.png
beads/resources/options/default_options.json
beads/resources/templates/cpp.template
beads/resources/templates/java.template
beads/resources/templates/javascript.template
beads/resources/templates/python.template
beads/resources/templates/template
beads/resources/templates/typescript.template
beads/resources/ui/index.html
beads/resources/ui/css/gui.css
beads/resources/ui/css/prism.css
beads/resources/ui/fonts/OFL.txt
beads/resources/ui/fonts/Oswald[wght].ttf
beads/resources/ui/fonts/oswald-200.woff
beads/resources/ui/fonts/oswald-200.woff2
beads/resources/ui/fonts/oswald-300.woff
beads/resources/ui/fonts/oswald-300.woff2
beads/resources/ui/fonts/oswald-regular.woff
beads/resources/ui/fonts/oswald-regular.woff2
beads/resources/ui/js/d3.min.js
beads/resources/ui/js/gui.js
beads/resources/ui/js/prism.js
beads/resources/ui/media/bell-icon.png
beads/resources/ui/media/code-icon.png
beads/resources/ui/media/delete-icon.png
beads/resources/ui/media/fav-icon.png
beads/resources/ui/media/help-icon.png
beads/resources/ui/media/help_delete.svg
beads/resources/ui/media/help_states_create.svg
beads/resources/ui/media/help_states_drag.svg
beads/resources/ui/media/help_states_rename.svg
beads/resources/ui/media/help_transistions_rename.svg
beads/resources/ui/media/help_transitions_bend.svg
beads/resources/ui/media/help_transitions_drag.svg
beads/resources/ui/media/help_transitions_self.svg
beads/resources/ui/media/info-icon.png
beads/resources/ui/media/language-graph.svg
beads/resources/ui/media/languages-icon.png
beads/resources/ui/media/logo-transparent-no-edge.png
beads/resources/ui/media/logo-transparent.png
beads/resources/ui/media/logo.png
beads/resources/ui/media/logo.svg
beads/resources/ui/media/options-icon.png
beads/resources/ui/media/save-icon.png
beads/resources/ui/media/toggle-icon.png
tests/__init__.py
tests/test_beads.py
tests/test_validation.py