Metadata-Version: 2.4
Name: xblock_framework
Version: 0.1.0
Summary: Secure GUI compiler and runtime
Author-email: Your Name <your.email@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodome>=3.18.0
Requires-Dist: cryptography>=41.0.0
Provides-Extra: gui
Requires-Dist: tkinter; extra == "gui"
Requires-Dist: kivy>=2.2.0; extra == "gui"
Requires-Dist: PyQt5>=5.15.0; extra == "gui"
Provides-Extra: build
Requires-Dist: pyinstaller>=5.13.0; extra == "build"
Requires-Dist: buildozer>=1.5.0; extra == "build"
Dynamic: license-file
